diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-10-07 21:59:04 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-10-07 21:59:04 +0700 |
commit | 8b561bfc9d15bf487be0e0bb5bb1d7248fd321d3 (patch) | |
tree | 7328bb37d917044473f6c654a2ddc4464ce533a5 /youtube_dl | |
parent | 8e751a185c53a81cd35900010118894fd8201b75 (diff) |
[youtube] Add support for hooktube.com (closes #14437)
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/youtube.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py index ad2e933ee..edd8713b7 100644 --- a/youtube_dl/extractor/youtube.py +++ b/youtube_dl/extractor/youtube.py @@ -332,6 +332,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor): (?:(?:(?:(?:\w+\.)?[yY][oO][uU][tT][uU][bB][eE](?:-nocookie)?\.com/| (?:www\.)?deturl\.com/www\.youtube\.com/| (?:www\.)?pwnyoutube\.com/| + (?:www\.)?hooktube\.com/| (?:www\.)?yourepeat\.com/| tube\.majestyc\.net/| youtube\.googleapis\.com/) # the various hostnames, with wildcard subdomains |