Browse Source

[escapist] Add uploader to tests

totalwebcasting
Sergey M․ 10 years ago
parent
commit
b2f82360d7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      youtube_dl/extractor/escapist.py

+ 2
- 0
youtube_dl/extractor/escapist.py View File

@ -48,6 +48,7 @@ class EscapistIE(InfoExtractor):
'title': "Breaking Down Baldur's Gate",
'thumbnail': 're:^https?://.*\.jpg$',
'duration': 264,
'uploader': 'The Escapist',
}
}, {
'url': 'http://www.escapistmagazine.com/videos/view/zero-punctuation/10044-Evolve-One-vs-Multiplayer',
@ -59,6 +60,7 @@ class EscapistIE(InfoExtractor):
'title': 'Evolve - One vs Multiplayer',
'thumbnail': 're:^https?://.*\.jpg$',
'duration': 304,
'uploader': 'The Escapist',
}
}]


Loading…
Cancel
Save