[hiperdex] revert domain back to hiperdex.com
This commit is contained in:
@@ -48,7 +48,7 @@ HentaiFox https://hentaifox.com/ Galleries, Search Resul
|
|||||||
HentaiHand https://hentaihand.com/ Galleries, Search Results, Tag Searches
|
HentaiHand https://hentaihand.com/ Galleries, Search Results, Tag Searches
|
||||||
HentaiHere https://hentaihere.com/ Chapters, Manga
|
HentaiHere https://hentaihere.com/ Chapters, Manga
|
||||||
Hentainexus https://hentainexus.com/ Galleries, Search Results
|
Hentainexus https://hentainexus.com/ Galleries, Search Results
|
||||||
Hiperdex https://hiperdex.net/ Artists, Chapters, Manga
|
Hiperdex https://hiperdex.com/ Artists, Chapters, Manga
|
||||||
Hitomi.la https://hitomi.la/ Galleries, Tag Searches
|
Hitomi.la https://hitomi.la/ Galleries, Tag Searches
|
||||||
Hypnohub https://hypnohub.net/ Pools, Popular Images, Posts, Tag Searches
|
Hypnohub https://hypnohub.net/ Pools, Popular Images, Posts, Tag Searches
|
||||||
Idol Complex https://idol.sankakucomplex.com/ Pools, Posts, Tag Searches Optional
|
Idol Complex https://idol.sankakucomplex.com/ Pools, Posts, Tag Searches Optional
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# it under the terms of the GNU General Public License version 2 as
|
# it under the terms of the GNU General Public License version 2 as
|
||||||
# published by the Free Software Foundation.
|
# published by the Free Software Foundation.
|
||||||
|
|
||||||
"""Extractors for https://hiperdex.net/"""
|
"""Extractors for https://hiperdex.com/"""
|
||||||
|
|
||||||
from .common import ChapterExtractor, MangaExtractor
|
from .common import ChapterExtractor, MangaExtractor
|
||||||
from .. import text
|
from .. import text
|
||||||
@@ -17,7 +17,7 @@ import re
|
|||||||
class HiperdexBase():
|
class HiperdexBase():
|
||||||
"""Base class for hiperdex extractors"""
|
"""Base class for hiperdex extractors"""
|
||||||
category = "hiperdex"
|
category = "hiperdex"
|
||||||
root = "https://hiperdex.net"
|
root = "https://hiperdex.com"
|
||||||
|
|
||||||
@memcache(keyarg=1)
|
@memcache(keyarg=1)
|
||||||
def manga_data(self, manga, page=None):
|
def manga_data(self, manga, page=None):
|
||||||
@@ -60,12 +60,12 @@ class HiperdexBase():
|
|||||||
|
|
||||||
|
|
||||||
class HiperdexChapterExtractor(HiperdexBase, ChapterExtractor):
|
class HiperdexChapterExtractor(HiperdexBase, ChapterExtractor):
|
||||||
"""Extractor for manga chapters from hiperdex.net"""
|
"""Extractor for manga chapters from hiperdex.com"""
|
||||||
pattern = (r"(?:https?://)?(?:www\.)?hiperdex\.(?:net|com)"
|
pattern = (r"(?:https?://)?(?:www\.)?hiperdex\.(?:com|net)"
|
||||||
r"(/manga/([^/?&#]+)/([^/?&#]+))")
|
r"(/manga/([^/?&#]+)/([^/?&#]+))")
|
||||||
test = (
|
test = (
|
||||||
("https://hiperdex.net/manga/domestic-na-kanojo/154-5/", {
|
("https://hiperdex.com/manga/domestic-na-kanojo/154-5/", {
|
||||||
"pattern": r"https://hiperdex.net/wp-content/uploads"
|
"pattern": r"https://hiperdex.com/wp-content/uploads"
|
||||||
r"/WP-manga/data/manga_\w+/[0-9a-f]{32}/\d+\.webp",
|
r"/WP-manga/data/manga_\w+/[0-9a-f]{32}/\d+\.webp",
|
||||||
"count": 9,
|
"count": 9,
|
||||||
"keyword": {
|
"keyword": {
|
||||||
@@ -81,7 +81,7 @@ class HiperdexChapterExtractor(HiperdexBase, ChapterExtractor):
|
|||||||
"type" : "Manga",
|
"type" : "Manga",
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
("https://hiperdex.com/manga/domestic-na-kanojo/154-5/"),
|
("https://hiperdex.net/manga/domestic-na-kanojo/154-5/"),
|
||||||
)
|
)
|
||||||
|
|
||||||
def __init__(self, match):
|
def __init__(self, match):
|
||||||
@@ -100,12 +100,12 @@ class HiperdexChapterExtractor(HiperdexBase, ChapterExtractor):
|
|||||||
|
|
||||||
|
|
||||||
class HiperdexMangaExtractor(HiperdexBase, MangaExtractor):
|
class HiperdexMangaExtractor(HiperdexBase, MangaExtractor):
|
||||||
"""Extractor for manga from hiperdex.net"""
|
"""Extractor for manga from hiperdex.com"""
|
||||||
chapterclass = HiperdexChapterExtractor
|
chapterclass = HiperdexChapterExtractor
|
||||||
pattern = (r"(?:https?://)?(?:www\.)?hiperdex\.(?:net|com)"
|
pattern = (r"(?:https?://)?(?:www\.)?hiperdex\.(?:com|net)"
|
||||||
r"(/manga/([^/?&#]+))/?$")
|
r"(/manga/([^/?&#]+))/?$")
|
||||||
test = (
|
test = (
|
||||||
("https://hiperdex.net/manga/youre-not-that-special/", {
|
("https://hiperdex.com/manga/youre-not-that-special/", {
|
||||||
"count": 51,
|
"count": 51,
|
||||||
"pattern": HiperdexChapterExtractor.pattern,
|
"pattern": HiperdexChapterExtractor.pattern,
|
||||||
"keyword": {
|
"keyword": {
|
||||||
@@ -122,7 +122,7 @@ class HiperdexMangaExtractor(HiperdexBase, MangaExtractor):
|
|||||||
"type" : "Manhwa",
|
"type" : "Manhwa",
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
("https://hiperdex.com/manga/youre-not-that-special/"),
|
("https://hiperdex.net/manga/youre-not-that-special/"),
|
||||||
)
|
)
|
||||||
|
|
||||||
def __init__(self, match):
|
def __init__(self, match):
|
||||||
@@ -149,16 +149,16 @@ class HiperdexMangaExtractor(HiperdexBase, MangaExtractor):
|
|||||||
|
|
||||||
|
|
||||||
class HiperdexArtistExtractor(HiperdexBase, MangaExtractor):
|
class HiperdexArtistExtractor(HiperdexBase, MangaExtractor):
|
||||||
"""Extractor for an artists's manga on hiperdex.net"""
|
"""Extractor for an artists's manga on hiperdex.com"""
|
||||||
subcategory = "artist"
|
subcategory = "artist"
|
||||||
categorytransfer = False
|
categorytransfer = False
|
||||||
chapterclass = HiperdexMangaExtractor
|
chapterclass = HiperdexMangaExtractor
|
||||||
reverse = False
|
reverse = False
|
||||||
pattern = (r"(?:https?://)?(?:www\.)?hiperdex\.(?:net|com)"
|
pattern = (r"(?:https?://)?(?:www\.)?hiperdex\.(?:com|net)"
|
||||||
r"(/manga-a(?:rtist|uthor)/([^/?&#]+))")
|
r"(/manga-a(?:rtist|uthor)/([^/?&#]+))")
|
||||||
test = (
|
test = (
|
||||||
("https://hiperdex.net/manga-artist/beck-ho-an/"),
|
|
||||||
("https://hiperdex.com/manga-artist/beck-ho-an/"),
|
("https://hiperdex.com/manga-artist/beck-ho-an/"),
|
||||||
|
("https://hiperdex.net/manga-artist/beck-ho-an/"),
|
||||||
("https://hiperdex.com/manga-author/viagra/", {
|
("https://hiperdex.com/manga-author/viagra/", {
|
||||||
"pattern": HiperdexMangaExtractor.pattern,
|
"pattern": HiperdexMangaExtractor.pattern,
|
||||||
"count": ">= 6",
|
"count": ">= 6",
|
||||||
|
|||||||
Reference in New Issue
Block a user