summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/berufetv.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/berufetv.py')
-rw-r--r--yt_dlp/extractor/berufetv.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/extractor/berufetv.py b/yt_dlp/extractor/berufetv.py
index 8160cbd..5bba33a 100644
--- a/yt_dlp/extractor/berufetv.py
+++ b/yt_dlp/extractor/berufetv.py
@@ -16,7 +16,7 @@ class BerufeTVIE(InfoExtractor):
'tags': ['Studienfilm'],
'duration': 602.440,
'thumbnail': r're:^https://asset-out-cdn\.video-cdn\.net/private/videos/DvKC3DUpMKvUZ_6fEnfg3u/thumbnails/793063\?quality=thumbnail&__token__=[^\s]+$',
- }
+ },
}]
def _real_extract(self, url):
@@ -54,7 +54,7 @@ class BerufeTVIE(InfoExtractor):
subtitles.setdefault(track['language'], []).append({
'url': track['source'],
'name': track.get('label'),
- 'ext': 'vtt'
+ 'ext': 'vtt',
})
return {