commit: a61ce71468cb222338ccd8039dc631f3619dc585
parent 026fbedc855fa2870664798e03f58447b3a61a7e
Author: Sergey M․ <dstftw@gmail.com>
Date: Tue, 30 Apr 2019 04:49:12 +0700
[youtube] Remove info el for get_video_info request
Since it does not work for quite a long time
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
@@ -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',