youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 7bf539edcc3dc44481d5196fd01637698653ffc7
parent 65c416dda896f8a0023f01547e6b707dd57ed30a
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 10 Jul 2017 00:14:41 +0700

[eagleplatform] Fix test

Diffstat:
Myoutube_dl/extractor/eagleplatform.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/eagleplatform.py b/youtube_dl/extractor/eagleplatform.py @@ -53,7 +53,7 @@ class EaglePlatformIE(InfoExtractor): 'skip': 'Georestricted', }, { # 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, }]