Browse Source

[eagleplatform] Fix test

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
7bf539edcc
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/eagleplatform.py

+ 1
- 1
youtube_dl/extractor/eagleplatform.py View File

@ -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,
}] }]


Loading…
Cancel
Save