Browse Source

[nexx:embed] PEP 8

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
13eb526f11
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/nexx.py

+ 1
- 1
youtube_dl/extractor/nexx.py View File

@ -260,7 +260,7 @@ class NexxEmbedIE(InfoExtractor):
# iFrame Embed Integration # iFrame Embed Integration
return [mobj.group('url') for mobj in re.finditer( return [mobj.group('url') for mobj in re.finditer(
r'<iframe[^>]+\bsrc=(["\'])(?P<url>(?:https?:)?//embed\.nexx(?:\.cloud|cdn\.com)/\d+/(?:(?!\1).)+)\1',
r'<iframe[^>]+\bsrc=(["\'])(?P<url>(?:https?:)?//embed\.nexx(?:\.cloud|cdn\.com)/\d+/(?:(?!\1).)+)\1',
webpage)] webpage)]
def _real_extract(self, url): def _real_extract(self, url):


Loading…
Cancel
Save