mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-05-01 04:56:13 +00:00
Fix formatting
This commit is contained in:
parent
511fb0303e
commit
4f7f25b5f0
@ -195,7 +195,7 @@ class RTVEALaCartaIE(RTVEBaseIE):
|
|||||||
'Downloading subtitles info')
|
'Downloading subtitles info')
|
||||||
return traverse_obj(subtitle_data, ('page', 'items', ..., {
|
return traverse_obj(subtitle_data, ('page', 'items', ..., {
|
||||||
'id': ('lang', {str}),
|
'id': ('lang', {str}),
|
||||||
'url':( 'src', {url_or_none}),
|
'url': ('src', {url_or_none}),
|
||||||
}, all, {subs_list_to_dict(lang='es')}))
|
}, all, {subs_list_to_dict(lang='es')}))
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user