youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit d5c69f1da41f3e370c500482303196ae845472ed
parent 5c8a3f862a325987a9ddbdc7f08ea62aad80278e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 19 Feb 2015 21:47:11 +0600

[5min] Cover joystiq.com URLs (Closes #4962)

Diffstat:
Myoutube_dl/extractor/fivemin.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/fivemin.py b/youtube_dl/extractor/fivemin.py @@ -14,6 +14,7 @@ class FiveMinIE(InfoExtractor): IE_NAME = '5min' _VALID_URL = r'''(?x) (?:https?://[^/]*?5min\.com/Scripts/PlayerSeed\.js\?(?:.*?&)?playList=| + https?://(?:(?:massively|www)\.)?joystiq\.com/video/| 5min:) (?P<id>\d+) '''