This commit is contained in:
sepro 2024-02-20 00:36:54 +01:00
parent 8c341f9a30
commit e50d09c369
1 changed files with 1 additions and 1 deletions

View File

@ -2383,7 +2383,7 @@ class InfoExtractor:
})
continue
src_url = src if src.startswith('http') else urllib.parse.urljoin(f'{b}/', 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':