[manganelo] support 'nelomanga.net' and mirror domains (#7423)
- natomanga.com - nelomanga.net - manganato.gg - mangakakalot.gg
This commit is contained in:
63
test/results/natomanga.py
Normal file
63
test/results/natomanga.py
Normal file
@@ -0,0 +1,63 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# 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
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
from gallery_dl.extractor import manganelo
|
||||
|
||||
|
||||
__tests__ = (
|
||||
{
|
||||
"#url" : "https://www.natomanga.com/manga/danzai-sareta-akuyaku-reijou-wa-gyakkou-shite-kanpeki-na-akujo-wo-mezasu/chapter-4-5",
|
||||
"#category": ("manganelo", "natomanga", "chapter"),
|
||||
"#class" : manganelo.ManganeloChapterExtractor,
|
||||
"#pattern" : r"https://imgs-2.2xstorage.com/danzai-sareta-akuyaku-reijou-wa-gyakkou-shite-kanpeki-na-akujo-wo-mezasu/4\.5/\d+\.webp",
|
||||
"#count" : 24,
|
||||
|
||||
"author" : "NARAYAMA Bakufu",
|
||||
"chapter" : 4,
|
||||
"chapter_id" : 6,
|
||||
"chapter_minor": ".5",
|
||||
"count" : 24,
|
||||
"date" : "dt:2025-04-29 16:08:07",
|
||||
"date_updated" : "dt:2025-04-29 16:08:07",
|
||||
"extension" : "webp",
|
||||
"filename" : str,
|
||||
"lang" : "en",
|
||||
"language" : "English",
|
||||
"manga" : "Danzai sareta Akuyaku Reijou wa, Gyakkou shite Kanpeki na Akujo wo Mezasu",
|
||||
"manga_id" : 32842,
|
||||
"page" : range(1, 24),
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://natomanga.com/manga/aria/chapter-60-2",
|
||||
"#category": ("manganelo", "natomanga", "chapter"),
|
||||
"#class" : manganelo.ManganeloChapterExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://www.natomanga.com/manga/aria",
|
||||
"#category": ("manganelo", "natomanga", "manga"),
|
||||
"#class" : manganelo.ManganeloMangaExtractor,
|
||||
"#pattern" : manganelo.ManganeloChapterExtractor.pattern,
|
||||
"#count" : 70,
|
||||
|
||||
"author" : "Amano Kozue",
|
||||
"chapter" : range(1, 60),
|
||||
"chapter_minor": {"", ".1", ".2", ".5"},
|
||||
"date" : "type:datetime",
|
||||
"lang" : "en",
|
||||
"language": "English",
|
||||
"manga" : "Aria",
|
||||
"title" : "",
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://natomanga.com/manga/aria",
|
||||
"#category": ("manganelo", "natomanga", "manga"),
|
||||
"#class" : manganelo.ManganeloMangaExtractor,
|
||||
},
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user