mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-12 05:18:00 +09: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):
|
||||
_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 = [{
|
||||
'url': 'https://dood.to/d/wpyp2mgwi2kb',
|
||||
'md5': '2aaf633bcd5fefb64b27344f55022bf9',
|
||||
|
Loading…
Reference in New Issue
Block a user