mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-12 05:18:00 +09:00
[doodstream] add doodstream.com to valid urls and more generic video IDs
This commit is contained in:
parent
2b488a9179
commit
3f33a9e7dc
@ -10,7 +10,7 @@ from .common import InfoExtractor
|
|||||||
|
|
||||||
|
|
||||||
class DoodStreamIE(InfoExtractor):
|
class DoodStreamIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?dood\.(?:to|watch|so)/[ed]/(?P<id>[a-z0-9]+)'
|
_VALID_URL = r'https?://(?:www\.)?(?:doodstream\.com|dood\.(?: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