diff options
Diffstat (limited to '')
-rw-r--r-- | yt_dlp/extractor/sexu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/sexu.py b/yt_dlp/extractor/sexu.py index 989b63c..71b1076 100644 --- a/yt_dlp/extractor/sexu.py +++ b/yt_dlp/extractor/sexu.py @@ -15,7 +15,7 @@ class SexuIE(InfoExtractor): 'categories': list, # NSFW 'thumbnail': r're:https?://.*\.jpg$', 'age_limit': 18, - } + }, } def _real_extract(self, url): |