diff options
Diffstat (limited to 'yt_dlp/extractor/stripchat.py')
-rw-r--r-- | yt_dlp/extractor/stripchat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/stripchat.py b/yt_dlp/extractor/stripchat.py index a847925..31c8afb 100644 --- a/yt_dlp/extractor/stripchat.py +++ b/yt_dlp/extractor/stripchat.py @@ -22,7 +22,7 @@ class StripchatIE(InfoExtractor): 'skip': 'Room is offline', }, { 'url': 'https://stripchat.com/Rakhijaan@xh', - 'only_matching': True + 'only_matching': True, }] def _real_extract(self, url): |