diff options
Diffstat (limited to 'yt_dlp/extractor/opencast.py')
-rw-r--r-- | yt_dlp/extractor/opencast.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/opencast.py b/yt_dlp/extractor/opencast.py index 12bf557..a4b0a19 100644 --- a/yt_dlp/extractor/opencast.py +++ b/yt_dlp/extractor/opencast.py @@ -126,7 +126,7 @@ class OpencastIE(OpencastBaseIE): 'series': 'Kryptographie - WiSe 15/16', 'creator': 'Alexander May', }, - } + }, ] def _real_extract(self, url): |