[nowvideo] Support more domains
This commit is contained in:
parent
931055e6cb
commit
7cd3bc5f99
2 changed files with 2 additions and 2 deletions
|
@ -519,7 +519,7 @@ class GenericIE(InfoExtractor):
|
|||
|
||||
# Look for embedded NowVideo player
|
||||
mobj = re.search(
|
||||
r'<iframe[^>]+?src=(["\'])(?P<url>http://(?:(?:embed|www)\.)?nowvideo\.(?:ch|sx|eu)/embed\.php.+?)\1', webpage)
|
||||
r'<iframe[^>]+?src=(["\'])(?P<url>http://(?:(?:embed|www)\.)?nowvideo\.(?:ch|sx|eu|at|ag|co)/embed\.php.+?)\1', webpage)
|
||||
if mobj is not None:
|
||||
return self.url_result(mobj.group('url'), 'NowVideo')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue