mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 02:25:11 +00:00
[generic] Support pagespeed_iframe for NovaMov embeds
This commit is contained in:
parent
c1ed1f7055
commit
8dfa187b8a
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ def _real_extract(self, url):
|
|||
|
||||
# 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 a new issue