mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
Revert "[youtube] Fix detection of tags from HLS videos."
They have undo the change
This reverts commit 0638ad9999
.
This commit is contained in:
parent
8f362589a5
commit
890f62e868
@ -643,7 +643,7 @@ def _get_urls(_manifest):
|
||||
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…
Reference in New Issue
Block a user