From ac3ff252361e93368b04aefad1fbdea394be7463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Wed, 25 Sep 2024 20:25:33 +0200 Subject: [PATCH] [inkbunny:favorite] update test --- gallery_dl/extractor/inkbunny.py | 4 ++-- test/results/inkbunny.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gallery_dl/extractor/inkbunny.py b/gallery_dl/extractor/inkbunny.py index 8b167921..bff3156d 100644 --- a/gallery_dl/extractor/inkbunny.py +++ b/gallery_dl/extractor/inkbunny.py @@ -153,8 +153,8 @@ class InkbunnyFavoriteExtractor(InkbunnyExtractor): def metadata(self): # Lookup fav user ID as username - path = "/userfavorites_process.php?favs_user_id=" + self.user_id - url = self.root + path + url = "{}/userfavorites_process.php?favs_user_id={}".format( + self.root, self.user_id) page = self.request(url).text user_link = text.extr(page, '