mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 20:27:19 +08:00
Merge pull request #73 from ytdl-org/master
[pull] master from ytdl-org:master
This commit is contained in:
commit
765818792e
@ -462,7 +462,7 @@ class OpenloadIE(InfoExtractor):
|
|||||||
class VerystreamIE(OpenloadIE):
|
class VerystreamIE(OpenloadIE):
|
||||||
IE_NAME = 'verystream'
|
IE_NAME = 'verystream'
|
||||||
|
|
||||||
_DOMAINS = r'(?:verystream\.com)'
|
_DOMAINS = r'(?:verystream\.com|woof\.tube)'
|
||||||
_VALID_URL = r'''(?x)
|
_VALID_URL = r'''(?x)
|
||||||
https?://
|
https?://
|
||||||
(?P<host>
|
(?P<host>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user