diff options
Diffstat (limited to '')
-rw-r--r-- | yt_dlp/extractor/rockstargames.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/rockstargames.py b/yt_dlp/extractor/rockstargames.py index 1662243..02abd48 100644 --- a/yt_dlp/extractor/rockstargames.py +++ b/yt_dlp/extractor/rockstargames.py @@ -19,7 +19,7 @@ class RockstarGamesIE(InfoExtractor): 'thumbnail': r're:^https?://.*\.jpg$', 'timestamp': 1464876000, 'upload_date': '20160602', - } + }, }, { 'url': 'http://www.rockstargames.com/videos#/?video=48', 'only_matching': True, |