[youtube] Remove info el for get_video_info request
Since it does not work for quite a long time
This commit is contained in:
parent
026fbedc85
commit
a61ce71468
1 changed files with 1 additions and 1 deletions
|
@ -1715,7 +1715,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||||
# The general idea is to take a union of itags of both DASH manifests (for example
|
# 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)
|
# video with such 'manifest behavior' see https://github.com/ytdl-org/youtube-dl/issues/6093)
|
||||||
self.report_video_info_webpage_download(video_id)
|
self.report_video_info_webpage_download(video_id)
|
||||||
for el in ('info', 'embedded', 'detailpage', 'vevo', ''):
|
for el in ('embedded', 'detailpage', 'vevo', ''):
|
||||||
query = {
|
query = {
|
||||||
'video_id': video_id,
|
'video_id': video_id,
|
||||||
'ps': 'default',
|
'ps': 'default',
|
||||||
|
|
Loading…
Reference in a new issue