diff options
Diffstat (limited to 'yt_dlp/extractor/tele13.py')
-rw-r--r-- | yt_dlp/extractor/tele13.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/tele13.py b/yt_dlp/extractor/tele13.py index 1705c2d..c5ca208 100644 --- a/yt_dlp/extractor/tele13.py +++ b/yt_dlp/extractor/tele13.py @@ -36,7 +36,7 @@ class Tele13IE(InfoExtractor): 'uploader_id': 'UCnLY_3ezwNcDSC_Wc6suZxw', }, 'add_ie': ['Youtube'], - } + }, ] def _real_extract(self, url): |