[youtube] Remove info el for get_video_info request
authorSergey M․ <dstftw@gmail.com>
Mon, 29 Apr 2019 21:49:12 +0000 (04:49 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 29 Apr 2019 21:49:12 +0000 (04:49 +0700)
Since it does not work for quite a long time

youtube_dl/extractor/youtube.py

index 88dba1353b4040ec673a47b52a668e24fe5d364d..9d542f893fc247a9b8a92a0010da02c66adb4fda 100644 (file)
@@ -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)
                 # 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',
                     query = {
                         'video_id': video_id,
                         'ps': 'default',