mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-15 11:06:47 +00:00
[cleanup] Add more ruff rules (#10149)
Authored by: seproDev Reviewed-by: bashonly <[email protected]> Reviewed-by: Simon Sawicki <[email protected]>
This commit is contained in:
@@ -73,7 +73,7 @@ class CONtvIE(InfoExtractor):
|
||||
captions = m_details.get('captions') or {}
|
||||
for caption_url in captions.values():
|
||||
subtitles.setdefault('en', []).append({
|
||||
'url': caption_url
|
||||
'url': caption_url,
|
||||
})
|
||||
|
||||
thumbnails = []
|
||||
|
||||
Reference in New Issue
Block a user