diff options
Diffstat (limited to '')
-rw-r--r-- | yt_dlp/extractor/magentamusik.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/magentamusik.py b/yt_dlp/extractor/magentamusik.py index 9d86a1b..5bfc0a1 100644 --- a/yt_dlp/extractor/magentamusik.py +++ b/yt_dlp/extractor/magentamusik.py @@ -19,7 +19,7 @@ class MagentaMusikIE(InfoExtractor): 'categories': ['Musikkonzert'], 'release_year': 2023, 'location': 'Deutschland', - } + }, }] def _real_extract(self, url): |