mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
ruff
This commit is contained in:
parent
3d623a60f1
commit
27122b5c90
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class GloboIE(InfoExtractor):
|
|||
main_source = video['sources'][0]
|
||||
|
||||
# 4k streams are exclusively outputted in dash, so we need to filter these out
|
||||
if main_source['url'].endswith("mpd"):
|
||||
if main_source['url'].endswith('mpd'):
|
||||
formats, subtitles = self._extract_mpd_formats_and_subtitles(
|
||||
main_source['url'], video_id, 'mp4', fatal=False)
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue