summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2014-02-19 02:00:54 +0700
committerSergey M. <dstftw@gmail.com>2014-02-19 02:00:54 +0700
commitf7000f3a1b4df82e8fed886ce2f8b11bea7c86ab (patch)
tree417d8aa9728547566714f6ee976aefb4f38815bd
parentc7f0177fa73e5efe2b3b961d63e5784f5882db21 (diff)
downloadyoutube-dl-f7000f3a1b4df82e8fed886ce2f8b11bea7c86ab.tar.gz
youtube-dl-f7000f3a1b4df82e8fed886ce2f8b11bea7c86ab.tar.xz
youtube-dl-f7000f3a1b4df82e8fed886ce2f8b11bea7c86ab.zip
[youtube] Add support for yourepeat.com URLs (Closes #2397)
-rw-r--r--youtube_dl/extractor/youtube.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
index 059cf8cbd..02c5ede74 100644
--- a/youtube_dl/extractor/youtube.py
+++ b/youtube_dl/extractor/youtube.py
@@ -138,13 +138,14 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
                          (?:(?:(?:(?:\w+\.)?[yY][oO][uU][tT][uU][bB][eE](?:-nocookie)?\.com/|
                             (?:www\.)?deturl\.com/www\.youtube\.com/|
                             (?:www\.)?pwnyoutube\.com/|
+                            (?:www\.)?yourepeat\.com/|
                             tube\.majestyc\.net/|
                             youtube\.googleapis\.com/)                        # the various hostnames, with wildcard subdomains
                          (?:.*?\#/)?                                          # handle anchor (#/) redirect urls
                          (?:                                                  # the various things that can precede the ID:
                              (?:(?:v|embed|e)/)                               # v/ or embed/ or e/
                              |(?:                                             # or the v= param in all its forms
-                                 (?:(?:watch|movie)(?:_popup)?(?:\.php)?)?    # preceding watch(_popup|.php) or nothing (like /?v=xxxx)
+                                 (?:(?:watch|movie)(?:_popup)?(?:\.php)?/?)?  # preceding watch(_popup|.php) or nothing (like /?v=xxxx)
                                  (?:\?|\#!?)                                  # the params delimiter ? or # or #!
                                  (?:.*?&)?                                    # any other preceding param (like /?s=tuff&v=xxxx)
                                  v=