Procházet zdrojové kódy

[escapist] Add uploader to tests

Sergey M․ před 10 roky
rodič
revize
b2f82360d7
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      youtube_dl/extractor/escapist.py

+ 2 - 0
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',
         }
     }]