mirror of https://github.com/yt-dlp/yt-dlp.git
[extractor/doodstream] Add `wf` domain (#4648)
Authored by: aldoridhoni
This commit is contained in:
parent
0e0ce898f6
commit
66c4afd828
|
@ -6,7 +6,7 @@ from .common import InfoExtractor
|
|||
|
||||
|
||||
class DoodStreamIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?dood\.(?:to|watch|so|pm)/[ed]/(?P<id>[a-z0-9]+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?dood\.(?:to|watch|so|pm|wf)/[ed]/(?P<id>[a-z0-9]+)'
|
||||
_TESTS = [{
|
||||
'url': 'http://dood.to/e/5s1wmbdacezb',
|
||||
'md5': '4568b83b31e13242b3f1ff96c55f0595',
|
||||
|
|
Loading…
Reference in New Issue