Revert "[youtube] Don't use the DASH manifest from 'get_video_info' if 'use_cipher_signature' is True (#5118)"
This reverts commit 87dc451108.
			
			
This commit is contained in:
		| @@ -1481,7 +1481,6 @@ class YoutubeIE(YoutubeBaseInfoExtractor): | |||||||
|                     if not video_info_webpage: |                     if not video_info_webpage: | ||||||
|                         continue |                         continue | ||||||
|                     get_video_info = compat_parse_qs(video_info_webpage) |                     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: |                     if not video_info: | ||||||
|                         video_info = get_video_info |                         video_info = get_video_info | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan