sepro 3 weeks ago committed by GitHub
commit 8a5e3f34d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2445,7 +2445,7 @@ class InfoExtractor:
})
continue
src_url = src if src.startswith('http') else urllib.parse.urljoin(base, src)
src_url = src if src.startswith('http') else urllib.parse.urljoin(f'{base}/', src)
src_url = src_url.strip()
if proto == 'm3u8' or src_ext == 'm3u8':

Loading…
Cancel
Save