mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-15 17:08:29 +00:00
fix autopep8 rule
This commit is contained in:
parent
229dfba231
commit
9316f5c642
@ -49,7 +49,7 @@ def _extract_enclosing_js_object(self, webpage, keyword):
|
|||||||
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…
Reference in New Issue
Block a user