[common] rename 'gallery_url'/'manga_url' to 'page_url

This commit is contained in:
Mike Fährmann
2025-06-26 22:06:57 +02:00
parent 8a93616a2d
commit 26e81e4162
26 changed files with 41 additions and 41 deletions

View File

@@ -72,7 +72,7 @@ class HentaihereMangaExtractor(HentaihereBase, MangaExtractor):
mtype, pos = text.extract(
page, '<span class="mngType text-danger">[', ']</span>', pos)
manga_id = text.parse_int(
self.manga_url.rstrip("/").rpartition("/")[2][1:])
self.page_url.rstrip("/").rpartition("/")[2][1:])
while True:
marker, pos = text.extract(