[common] rename 'gallery_url'/'manga_url' to 'page_url
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user