diff --git a/youtube_dl/extractor/redtube.py b/youtube_dl/extractor/redtube.py index 4825e7ce5..0245ce2fa 100644 --- a/youtube_dl/extractor/redtube.py +++ b/youtube_dl/extractor/redtube.py @@ -43,6 +43,7 @@ class RedTubeIE(InfoExtractor): ], 'params': { 'format': '[format_id !^= hls]', + }, }, { 'url': 'http://embed.redtube.com/?bgcolor=000000&id=1443286', 'only_matching': True,