[5min] Cover joystiq.com URLs (Closes #4962)
authorSergey M․ <dstftw@gmail.com>
Thu, 19 Feb 2015 15:47:11 +0000 (21:47 +0600)
committerSergey M․ <dstftw@gmail.com>
Thu, 19 Feb 2015 15:47:11 +0000 (21:47 +0600)
youtube_dl/extractor/fivemin.py

index 5b24b921c13d497d09474fa405df5b164451dd80..157094e8c99a598a66a98e51ee70e70502494057 100644 (file)
@@ -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+)
         '''