Update to ytdl-commit-8562218
[ard] improve clip id extraction
8562218350
This commit is contained in:
parent
143db31d48
commit
1418a0437f
10 changed files with 380 additions and 187 deletions
|
|
@ -1947,7 +1947,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||
f['format_id'] = itag
|
||||
formats.append(f)
|
||||
|
||||
if self._downloader.params.get('youtube_include_dash_manifest'):
|
||||
if self._downloader.params.get('youtube_include_dash_manifest', True):
|
||||
dash_manifest_url = streaming_data.get('dashManifestUrl')
|
||||
if dash_manifest_url:
|
||||
for f in self._extract_mpd_formats(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue