diff options
| -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 | 
