diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-03-26 02:32:14 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-03-26 02:32:14 +0700 |
commit | 5b7cc56b05ff4e3936da7a7c0bec5f8d5c9f27c9 (patch) | |
tree | 676ffd36913d789c03dd49ed786b3ef4b4d77506 /youtube_dl | |
parent | 590bc6f6a1cb513852a22f6db0ee36e9bd138f64 (diff) |
[atresplayer] PEP 8
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/atresplayer.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/atresplayer.py b/youtube_dl/extractor/atresplayer.py index bfda1e24e..99af6dc5a 100644 --- a/youtube_dl/extractor/atresplayer.py +++ b/youtube_dl/extractor/atresplayer.py @@ -156,8 +156,8 @@ class AtresPlayerIE(InfoExtractor): if format_id == 'token' or not video_url.startswith('http'): continue if 'geodeswowsmpra3player' in video_url: - f4m_path = video_url.split('smil:', 1)[-1].split('free_', 1)[0] - f4m_url = 'http://drg.antena3.com/{0}hds/es/sd.f4m'.format(f4m_path) + # f4m_path = video_url.split('smil:', 1)[-1].split('free_', 1)[0] + # f4m_url = 'http://drg.antena3.com/{0}hds/es/sd.f4m'.format(f4m_path) # this videos are protected by DRM, the f4m downloader doesn't support them continue video_url_hd = video_url.replace('free_es', 'es') |