mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:43:20 +00:00
Fix typo
This commit is contained in:
parent
8c341f9a30
commit
e50d09c369
|
@ -2383,7 +2383,7 @@ def _parse_smil_formats_and_subtitles(
|
||||||
})
|
})
|
||||||
continue
|
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()
|
src_url = src_url.strip()
|
||||||
|
|
||||||
if proto == 'm3u8' or src_ext == 'm3u8':
|
if proto == 'm3u8' or src_ext == 'm3u8':
|
||||||
|
|
Loading…
Reference in a new issue