diff options
Diffstat (limited to 'yt_dlp/extractor/contv.py')
-rw-r--r-- | yt_dlp/extractor/contv.py | 2 |
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 = [] |