mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-03-06 04:29:45 +00:00
Update youtube_dl/extractor/redtube.py
This commit is contained in:
parent
af80da38ba
commit
d2d6b49a5a
|
@ -43,6 +43,7 @@ class RedTubeIE(InfoExtractor):
|
||||||
],
|
],
|
||||||
'params': {
|
'params': {
|
||||||
'format': '[format_id !^= hls]',
|
'format': '[format_id !^= hls]',
|
||||||
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://embed.redtube.com/?bgcolor=000000&id=1443286',
|
'url': 'http://embed.redtube.com/?bgcolor=000000&id=1443286',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
|
Loading…
Reference in a new issue