mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-30 22:59:48 +00:00
[doodstream] add .cx TLD
This commit is contained in:
parent
7c6d532803
commit
e77d6ab108
@ -30,7 +30,7 @@ def doodExe(crp, crs):
|
|||||||
|
|
||||||
|
|
||||||
class DoodStreamIE(InfoExtractor):
|
class DoodStreamIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?(?:doodstream\.com|dood\.(?:so|to|watch))/[de]/(?P<id>[^/?#]+)'
|
_VALID_URL = r'https?://(?:www\.)?(?:doodstream\.com|dood\.(?:cx|so|to|watch))/[de]/(?P<id>[^/?#]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://dood.to/d/wpyp2mgwi2kb',
|
'url': 'https://dood.to/d/wpyp2mgwi2kb',
|
||||||
'md5': '2aaf633bcd5fefb64b27344f55022bf9',
|
'md5': '2aaf633bcd5fefb64b27344f55022bf9',
|
||||||
|
Loading…
Reference in New Issue
Block a user