mirror of https://github.com/blackjack4494/yt-dlc
[generic] Support pagespeed_iframe for NovaMov embeds
This commit is contained in:
parent
c1ed1f7055
commit
8dfa187b8a
|
@ -560,7 +560,7 @@ class GenericIE(InfoExtractor):
|
||||||
|
|
||||||
# Look for embedded NovaMov-based player
|
# Look for embedded NovaMov-based player
|
||||||
mobj = re.search(
|
mobj = re.search(
|
||||||
r'''(?x)<iframe[^>]+?src=(["\'])
|
r'''(?x)<(?:pagespeed_)?iframe[^>]+?src=(["\'])
|
||||||
(?P<url>http://(?:(?:embed|www)\.)?
|
(?P<url>http://(?:(?:embed|www)\.)?
|
||||||
(?:novamov\.com|
|
(?:novamov\.com|
|
||||||
nowvideo\.(?:ch|sx|eu|at|ag|co)|
|
nowvideo\.(?:ch|sx|eu|at|ag|co)|
|
||||||
|
|
Loading…
Reference in New Issue