1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 01:49:30 +00:00

[nexx:embed] PEP 8

This commit is contained in:
Sergey M․ 2017-07-16 05:23:19 +07:00
parent 00d06e3cfc
commit 13eb526f11
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -260,7 +260,7 @@ class NexxEmbedIE(InfoExtractor):
# iFrame Embed Integration
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)]
def _real_extract(self, url):