diff options
| author | Remita Amine <remitamine@gmail.com> | 2019-08-31 10:02:09 +0100 | 
|---|---|---|
| committer | Remita Amine <remitamine@gmail.com> | 2019-08-31 10:02:09 +0100 | 
| commit | 3f46a25a971b6c1e56747cc4813c1ccdfb18aaa2 (patch) | |
| tree | c85a74b782a12a96f61172a8d8bc23e1a282fd9e | |
| parent | 9d058b3206e431f19c955f9df3eaad34e7446f27 (diff) | |
[verystream] add support for woof.tube (closes #22217)
| -rw-r--r-- | youtube_dl/extractor/openload.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/openload.py b/youtube_dl/extractor/openload.py index ab4980d4d..b638450af 100644 --- a/youtube_dl/extractor/openload.py +++ b/youtube_dl/extractor/openload.py @@ -462,7 +462,7 @@ class OpenloadIE(InfoExtractor):  class VerystreamIE(OpenloadIE):      IE_NAME = 'verystream' -    _DOMAINS = r'(?:verystream\.com)' +    _DOMAINS = r'(?:verystream\.com|woof\.tube)'      _VALID_URL = r'''(?x)                      https?://                          (?P<host> | 
