fix autopep8 rule

pull/13971/head
Nuno Costa 2 months ago
parent 3f6c1e4e61
commit e4cb9020f4

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

Loading…
Cancel
Save