diff options
Diffstat (limited to 'yt_dlp/extractor/viously.py')
-rw-r--r-- | yt_dlp/extractor/viously.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/viously.py b/yt_dlp/extractor/viously.py index 9ec7ed3..3e8519c 100644 --- a/yt_dlp/extractor/viously.py +++ b/yt_dlp/extractor/viously.py @@ -25,7 +25,7 @@ class ViouslyIE(InfoExtractor): 'timestamp': 1680037507, 'duration': 3716, 'categories': ['motors'], - } + }, }] def _extract_from_webpage(self, url, webpage): |