[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

@@ -89,7 +89,7 @@ class SchalenetworkGalleryExtractor(SchalenetworkExtractor, GalleryExtractor):
def __init__(self, match):
GalleryExtractor.__init__(self, match)
self.gallery_url = None
self.page_url = None
def _init(self):
self.headers = {