1
0
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:
Tobi823 2023-12-10 16:24:00 +01:00
parent 244444b194
commit 66cbe9da41

View File

@ -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 + "}")