Browse Source

[verystream] add support for woof.tube (closes #22217)

master
Remita Amine 5 years ago
parent
commit
3f46a25a97
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/openload.py

+ 1
- 1
youtube_dl/extractor/openload.py View File

@ -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…
Cancel
Save