Revert "[youtube] Don't use the DASH manifest from 'get_video_info' if 'use_cipher_si...
authorYen Chi Hsuan <yan12125@gmail.com>
Fri, 26 May 2017 04:43:14 +0000 (12:43 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Fri, 26 May 2017 15:22:54 +0000 (23:22 +0800)
This reverts commit 87dc451108b278eb5e5600a0159bdbd337272392.

youtube_dl/extractor/youtube.py

index d66693c0c3079aaebfb3dcf832f47a548f866171..d6c098706ac664ea96a47d97fd740e1742f7a628 100644 (file)
@@ -1481,8 +1481,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
                     if not video_info_webpage:
                         continue
                     get_video_info = compat_parse_qs(video_info_webpage)
-                    if get_video_info.get('use_cipher_signature') != ['True']:
-                        add_dash_mpd(get_video_info)
+                    add_dash_mpd(get_video_info)
                     if not video_info:
                         video_info = get_video_info
                     if 'token' in get_video_info: