From: Sergey M․ Date: Mon, 4 May 2015 13:06:07 +0000 (+0600) Subject: [escapist] Add uploader to tests X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=b2f82360d78696daca576f558f585b2285db0341;p=youtube-dl [escapist] Add uploader to tests --- 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', } }]