diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-06-24 22:27:55 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-06-24 22:27:55 +0700 |
commit | de3c7fe0d42fd6027b99ab87ee5b4a4b4054daf6 (patch) | |
tree | 85f067d1bb4c76d7977ac9d45f4887a7db57bd19 /youtube_dl/extractor/youtube.py | |
parent | 896cc727508f1d1054d88405c64e731c4d5c4ce4 (diff) |
[youtube] Fix 141 format tests
Diffstat (limited to 'youtube_dl/extractor/youtube.py')
-rw-r--r-- | youtube_dl/extractor/youtube.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py index 00dd602ff..54c6e45f8 100644 --- a/youtube_dl/extractor/youtube.py +++ b/youtube_dl/extractor/youtube.py @@ -501,6 +501,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor): 'youtube_include_dash_manifest': True, 'format': '141', }, + 'skip': 'format 141 not served anymore', }, # DASH manifest with encrypted signature { @@ -517,7 +518,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor): }, 'params': { 'youtube_include_dash_manifest': True, - 'format': '141', + 'format': '141/bestaudio[ext=m4a]', }, }, # JS player signature function name containing $ @@ -537,7 +538,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor): }, 'params': { 'youtube_include_dash_manifest': True, - 'format': '141', + 'format': '141/bestaudio[ext=m4a]', }, }, # Controversy video |