Explorar o código

[bigflix] Use correct indentation to make flake8 happy

Jaime Marquínez Ferrándiz %!s(int64=9) %!d(string=hai) anos
pai
achega
7e8a800f29
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/extractor/bigflix.py

+ 1 - 1
youtube_dl/extractor/bigflix.py

@@ -53,7 +53,7 @@ class BigflixIE(InfoExtractor):
 
         formats = []
         for height, encoded_url in re.findall(
-            r'ContentURL_(\d{3,4})[pP][^=]+=([^&]+)', webpage):
+                r'ContentURL_(\d{3,4})[pP][^=]+=([^&]+)', webpage):
             video_url = decode_url(encoded_url)
             f = {
                 'url': video_url,