@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2020-2023 Mike Fährmann
|
||||
# Copyright 2020-2025 Mike Fährmann
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
@@ -20,7 +20,7 @@ class HentaihandGalleryExtractor(GalleryExtractor):
|
||||
example = "https://hentaihand.com/en/comic/TITLE"
|
||||
|
||||
def __init__(self, match):
|
||||
self.slug = match.group(1)
|
||||
self.slug = match[1]
|
||||
url = "{}/api/comics/{}".format(self.root, self.slug)
|
||||
GalleryExtractor.__init__(self, match, url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user