From 4f7f25b5f03ff44455fca9b7c70151de09ab93cf Mon Sep 17 00:00:00 2001 From: sepro Date: Mon, 14 Apr 2025 00:53:25 +0200 Subject: [PATCH] Fix formatting --- yt_dlp/extractor/rtve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/rtve.py b/yt_dlp/extractor/rtve.py index 01fca31d8e..274745a542 100644 --- a/yt_dlp/extractor/rtve.py +++ b/yt_dlp/extractor/rtve.py @@ -195,7 +195,7 @@ class RTVEALaCartaIE(RTVEBaseIE): 'Downloading subtitles info') return traverse_obj(subtitle_data, ('page', 'items', ..., { 'id': ('lang', {str}), - 'url':( 'src', {url_or_none}), + 'url': ('src', {url_or_none}), }, all, {subs_list_to_dict(lang='es')})) def _real_extract(self, url):