mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-24 23:23:16 +00:00
[doodstream] add .cx TLD
This commit is contained in:
parent
7c6d532803
commit
e77d6ab108
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue