diff options
Diffstat (limited to '')
-rw-r--r-- | yt_dlp/extractor/stretchinternet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/stretchinternet.py b/yt_dlp/extractor/stretchinternet.py index e438dee..232837d 100644 --- a/yt_dlp/extractor/stretchinternet.py +++ b/yt_dlp/extractor/stretchinternet.py @@ -12,7 +12,7 @@ class StretchInternetIE(InfoExtractor): # 'timestamp': 1575668361, # 'upload_date': '20191206', 'uploader_id': '99997', - } + }, } def _real_extract(self, url): |