Skip to content

Commit

Permalink
[verystream] add support for woof.tube (closes #22217)
Browse files Browse the repository at this point in the history
  • Loading branch information
remitamine committed Aug 31, 2019
1 parent 9d058b3 commit 3f46a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/openload.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def _real_extract(self, url):
class VerystreamIE(OpenloadIE):
IE_NAME = 'verystream'

_DOMAINS = r'(?:verystream\.com)'
_DOMAINS = r'(?:verystream\.com|woof\.tube)'
_VALID_URL = r'''(?x)
https?://
(?P<host>
Expand Down

0 comments on commit 3f46a25

Please sign in to comment.