[hiperdex] update domain to 'hiperdex.top' (#5635)
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user