mirror of https://github.com/yt-dlp/yt-dlp.git
[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
|
||||
mobj = re.search(
|
||||
r'''(?x)<iframe[^>]+?src=(["\'])
|
||||
r'''(?x)<(?:pagespeed_)?iframe[^>]+?src=(["\'])
|
||||
(?P<url>http://(?:(?:embed|www)\.)?
|
||||
(?:novamov\.com|
|
||||
nowvideo\.(?:ch|sx|eu|at|ag|co)|
|
||||
|
|
Loading…
Reference in New Issue