summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-05-04 19:06:07 +0600
committerSergey M․ <dstftw@gmail.com>2015-05-04 19:06:07 +0600
commitb2f82360d78696daca576f558f585b2285db0341 (patch)
tree61772ba73390884ef8f234380f09d1eee578922d
parent782e0568ef28ebd7d7a11273d0a5af065575379a (diff)
downloadyoutube-dl-b2f82360d78696daca576f558f585b2285db0341.tar.gz
youtube-dl-b2f82360d78696daca576f558f585b2285db0341.tar.xz
youtube-dl-b2f82360d78696daca576f558f585b2285db0341.zip
[escapist] Add uploader to tests
-rw-r--r--youtube_dl/extractor/escapist.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/escapist.py b/youtube_dl/extractor/escapist.py
index 2cd3af142..c85b4c458 100644
--- a/youtube_dl/extractor/escapist.py
+++ b/youtube_dl/extractor/escapist.py
@@ -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',
         }
     }]