mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
- fix style check failure "line to long"
This commit is contained in:
parent
244444b194
commit
66cbe9da41
@ -255,7 +255,9 @@ class PatreonExtractor(Extractor):
|
||||
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 + "}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user