Update youtube.py
This commit is contained in:
parent
ae02d4b1cd
commit
53bb578a4b
@ -1461,7 +1461,6 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
# manifest pointed by get_video_info's dashmpd).
|
# manifest pointed by get_video_info's dashmpd).
|
||||||
# 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/rg3/youtube-dl/issues/6093)
|
# video with such 'manifest behavior' see https://github.com/rg3/youtube-dl/issues/6093)
|
||||||
|
|
||||||
self.report_video_info_webpage_download(video_id)
|
self.report_video_info_webpage_download(video_id)
|
||||||
for el_type in ['&el=info', '&el=embedded', '&el=detailpage', '&el=vevo', '']:
|
for el_type in ['&el=info', '&el=embedded', '&el=detailpage', '&el=vevo', '']:
|
||||||
video_info_url = (
|
video_info_url = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user