projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c8a3f8
)
[5min] Cover joystiq.com URLs (Closes #4962)
author
Sergey M․
<dstftw@gmail.com>
Thu, 19 Feb 2015 15:47:11 +0000
(21:47 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 19 Feb 2015 15:47:11 +0000
(21:47 +0600)
youtube_dl/extractor/fivemin.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/fivemin.py
b/youtube_dl/extractor/fivemin.py
index 5b24b921c13d497d09474fa405df5b164451dd80..157094e8c99a598a66a98e51ee70e70502494057 100644
(file)
--- 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+)
'''