1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-01 21:51:02 +02:00

[nowvideo] Recognize nowvideo.sx urls (fixes #2127)

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-01-12 12:42:06 +01:00
parent cede88e5bb
commit d2250ea7fd

View File

@ -5,7 +5,7 @@
class NowVideoIE(InfoExtractor):
_VALID_URL = r'(?:https?://)?(?:www\.)?nowvideo\.ch/video/(?P<id>\w+)'
_VALID_URL = r'(?:https?://)?(?:www\.)?nowvideo\.(?:ch|sx)/video/(?P<id>\w+)'
_TEST = {
u'url': u'http://www.nowvideo.ch/video/0mw0yow7b6dxa',
u'file': u'0mw0yow7b6dxa.flv',