1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 23:27:17 +08:00
This commit is contained in:
Avi Peretz 2020-01-23 00:02:41 +02:00
parent b996efcb11
commit 36584f85e6

View File

@ -1780,7 +1780,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
# manifest pointed by get_video_info's dashmpd).
# 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)
if self._downloader.params.get('youtube_extend_dash_manifest', False):
if self._downloader.params.get('youtube_extend_dash_manifest', False) is True:
self.report_video_info_webpage_download(video_id)
for el in ('embedded', 'detailpage', 'vevo', ''):
query = {