Skip to content

Commit

Permalink
- fix style check failure "line to long"
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi823 committed Dec 10, 2023
1 parent 244444b commit 66cbe9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gallery_dl/extractor/patreon.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@ def _extract_bootstrap(self, page):
return util.json_loads(bootstrap + "}")

bootstrap = text.extr(
page, 'window.patreon = wrapInProxy({"bootstrap":', '},"apiServer"')
page,
'window.patreon = wrapInProxy({"bootstrap":',
'},"apiServer"')
if bootstrap:
return util.json_loads(bootstrap + "}")

Expand Down

0 comments on commit 66cbe9d

Please sign in to comment.