fix autopep8 rule

pull/13971/head
Nuno Costa 1 week ago
parent 229dfba231
commit 9316f5c642

@ -49,7 +49,7 @@ class TVIPlayerIE(InfoExtractor):
elif ch == '}': elif ch == '}':
depth -= 1 depth -= 1
if depth == 0: if depth == 0:
return webpage[start:i+1] return webpage[start:i + 1]
return None return None
def _real_extract(self, url): def _real_extract(self, url):

Loading…
Cancel
Save