Browse Source
Revert "[youtube] Don't use the DASH manifest from 'get_video_info' if 'use_cipher_signature' is True (#5118)"
This reverts commit 87dc451108
.
master
Yen Chi Hsuan
8 years ago
No known key found for this signature in database
GPG Key ID: 7F902A182457CA23
1 changed files with
1 additions and
2 deletions
-
youtube_dl/extractor/youtube.py
|
|
@ -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: |
|
|
|