diff options
Diffstat (limited to 'youtube_dl/extractor/roosterteeth.py')
| -rw-r--r-- | youtube_dl/extractor/roosterteeth.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/roosterteeth.py b/youtube_dl/extractor/roosterteeth.py index f5b2f560c..46dfc78f5 100644 --- a/youtube_dl/extractor/roosterteeth.py +++ b/youtube_dl/extractor/roosterteeth.py @@ -26,7 +26,7 @@ class RoosterTeethIE(InfoExtractor):              'ext': 'mp4',              'title': 'Million Dollars, But...: Million Dollars, But... The Game Announcement',              'description': 'md5:0cc3b21986d54ed815f5faeccd9a9ca5', -            'thumbnail': 're:^https?://.*\.png$', +            'thumbnail': r're:^https?://.*\.png$',              'series': 'Million Dollars, But...',              'episode': 'Million Dollars, But... The Game Announcement',              'comment_count': int,  | 
