Explorar o código

[nexx:embed] PEP 8

Sergey M․ %!s(int64=8) %!d(string=hai) anos
pai
achega
13eb526f11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/extractor/nexx.py

+ 1 - 1
youtube_dl/extractor/nexx.py

@@ -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):