[bigflix] Use correct indentation to make flake8 happy

pull/8/head
Jaime Marquínez Ferrándiz 2016-01-10 14:26:27 +01:00
rodzic 2334762b03
commit 7e8a800f29
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,