mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-18 17:24:13 +01:00
Revert "[youtube] Fix detection of tags from HLS videos."
They have undo the change This reverts commit 0638ad9999e7c374b253d0e13f4e3a20ef0b1171.
This commit is contained in:
parent
8f362589a5
commit
890f62e868
@ -643,7 +643,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
manifest = self._download_webpage(manifest_url, video_id, u'Downloading formats manifest')
|
||||
formats_urls = _get_urls(manifest)
|
||||
for format_url in formats_urls:
|
||||
itag = self._search_regex(r'itag%3D(\d+?)/', format_url, 'itag')
|
||||
itag = self._search_regex(r'itag/(\d+?)/', format_url, 'itag')
|
||||
url_map[itag] = format_url
|
||||
return url_map
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user