summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/inkbunny.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-12-08 20:34:33 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2024-12-08 20:34:33 -0500
commitf6877087773089220d68288d055276fca6c556d4 (patch)
treee4847e3bcff284c3daece7b3b9cf308dfc2129ab /gallery_dl/extractor/inkbunny.py
parent1981ccaaea6eab2cf32536ec5afe132a870914d8 (diff)
New upstream version 1.28.1.upstream/1.28.1
Diffstat (limited to 'gallery_dl/extractor/inkbunny.py')
-rw-r--r--gallery_dl/extractor/inkbunny.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/inkbunny.py b/gallery_dl/extractor/inkbunny.py
index bff3156..47e071a 100644
--- a/gallery_dl/extractor/inkbunny.py
+++ b/gallery_dl/extractor/inkbunny.py
@@ -338,9 +338,9 @@ class InkbunnyAPI():
def _call(self, endpoint, params):
url = "https://inkbunny.net/api_" + endpoint + ".php"
- params["sid"] = self.session_id
while True:
+ params["sid"] = self.session_id
data = self.extractor.request(url, params=params).json()
if "error_code" not in data: