[youtube] Remove info el for get_video_info request

Since it does not work for quite a long time
master
Sergey M․ 5 years ago
parent 026fbedc85
commit a61ce71468
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -1715,7 +1715,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
# The general idea is to take a union of itags of both DASH manifests (for example
# video with such 'manifest behavior' see https://github.com/ytdl-org/youtube-dl/issues/6093)
self.report_video_info_webpage_download(video_id)
for el in ('info', 'embedded', 'detailpage', 'vevo', ''):
for el in ('embedded', 'detailpage', 'vevo', ''):
query = {
'video_id': video_id,
'ps': 'default',

Loading…
Cancel
Save