summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/contv.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/contv.py')
-rw-r--r--yt_dlp/extractor/contv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/contv.py b/yt_dlp/extractor/contv.py
index d69e816..63d760a 100644
--- a/yt_dlp/extractor/contv.py
+++ b/yt_dlp/extractor/contv.py
@@ -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 = []