[hiperdex] update domain to 'hiperdex.top' (#5635)

This commit is contained in:
Mike Fährmann
2024-05-24 17:13:10 +02:00
parent f6d2786daa
commit 0761b22a7f
3 changed files with 20 additions and 14 deletions

View File

@@ -9,10 +9,10 @@ from gallery_dl.extractor import hiperdex
__tests__ = (
{
"#url" : "https://hiperdex.com/mangas/domestic-na-kanojo/154-5/",
"#url" : "https://hiperdex.com/manga/domestic-na-kanojo/154-5/",
"#category": ("", "hiperdex", "chapter"),
"#class" : hiperdex.HiperdexChapterExtractor,
"#pattern" : r"https://(1st)?hiperdex\d?.(com|net|info)/wp-content/uploads/WP-manga/data/manga_\w+/[0-9a-f]{32}/\d+\.webp",
"#pattern" : r"https://(1st)?hiperdex\d?.(com|net|info|top)/wp-content/uploads/WP-manga/data/manga_\w+/[0-9a-f]{32}/\d+\.webp",
"#count" : 9,
"artist" : "Sasuga Kei",
@@ -28,7 +28,7 @@ __tests__ = (
},
{
"#url" : "https://hiperdex.com/manga/domestic-na-kanojo/154-5/",
"#url" : "https://hiperdex.com/mangas/domestic-na-kanojo/154-5/",
"#category": ("", "hiperdex", "chapter"),
"#class" : hiperdex.HiperdexChapterExtractor,
},
@@ -57,6 +57,12 @@ __tests__ = (
"#class" : hiperdex.HiperdexChapterExtractor,
},
{
"#url" : "https://hiperdex.top/manga/domestic-na-kanojo/154-5/",
"#category": ("", "hiperdex", "chapter"),
"#class" : hiperdex.HiperdexChapterExtractor,
},
{
"#url" : "https://hiperdex.com/manga/1603231576-youre-not-that-special/",
"#category": ("", "hiperdex", "manga"),