Browse Source

[eagleplatform] Fix test

Sergey M․ 8 years ago
parent
commit
7bf539edcc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/eagleplatform.py

+ 1 - 1
youtube_dl/extractor/eagleplatform.py

@@ -53,7 +53,7 @@ class EaglePlatformIE(InfoExtractor):
         'skip': 'Georestricted',
         'skip': 'Georestricted',
     }, {
     }, {
         # referrer protected video (https://tvrain.ru/lite/teleshow/kak_vse_nachinalos/namin-418921/)
         # referrer protected video (https://tvrain.ru/lite/teleshow/kak_vse_nachinalos/namin-418921/)
-        'url': 'tvrainru.media.eagleplatform.com:582306',
+        'url': 'eagleplatform:tvrainru.media.eagleplatform.com:582306',
         'only_matching': True,
         'only_matching': True,
     }]
     }]