diff options
Diffstat (limited to 'gallery_dl/extractor/paheal.py')
| -rw-r--r-- | gallery_dl/extractor/paheal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/paheal.py b/gallery_dl/extractor/paheal.py index d56331f..be22dea 100644 --- a/gallery_dl/extractor/paheal.py +++ b/gallery_dl/extractor/paheal.py @@ -97,7 +97,7 @@ class PahealTagExtractor(PahealExtractor): while True: try: - page = self.request(f"{base}{pnum}").text + page = self.request(base + str(pnum)).text except exception.HttpError as exc: if exc.status == 404: return |
