[dynastyscans] add 'anthology' extractor (#7627)

This commit is contained in:
Mike Fährmann
2025-06-04 20:16:37 +02:00
parent b5334f5837
commit 685836f6fd
5 changed files with 109 additions and 1 deletions

View File

@@ -63,4 +63,53 @@ __tests__ = (
"#sha1_metadata": "9f6fd139c372203dcf7237e662a80963ab070cb0",
},
{
"#url" : "https://dynasty-scans.com/anthologies/%C3%A9clair",
"#class" : dynastyscans.DynastyscansAnthologyExtractor,
"#pattern" : dynastyscans.DynastyscansChapterExtractor.pattern,
"#options" : {"metadata": True},
"#count" : 8,
"alert": [
"This manga has been licensed",
"Content licensed for English release has been removed from the reader. You can support the author by purchasing the title when it becomes available.",
],
"anthology" : "Éclair",
"author" : {"Canno", "Kawanami Izumi", "Kagero", "Mekimeki Oukoku", "Itou Hachi", "Isaki Uta", "Nakatani Nio", "Kitao Taki"},
"date" : "type:datetime",
"date_updated" : "type:datetime",
"description" : "<p>A compilation of one-shots from some of the best and most popular recent Yuri mangaka, including Canno (A Kiss and a White Lily for my Dearest Girl), Nakatani Nio (Bloom into you), Amano Shunita (Ayame 14), Itou Hachi (Isn't the Moon Beautiful?/Sayuri's Sister is an Angel) and many more.</p>\n\n<p>A must have for any collection, in my opinion, and a great chance to support all of the fabulous artists at once by buying yourself a copy! - Estherlea</p>",
"scanlator" : {"Estherlea", "/u/ Scanlations"},
"status" : "Licensed",
"title" : str,
"tags" : list,
},
{
"#url" : "https://dynasty-scans.com/anthologies/aashi_to_watashi_gyaru_yuri_anthology",
"#class" : dynastyscans.DynastyscansAnthologyExtractor,
"#urls" : "https://dynasty-scans.com/chapters/dont_call_me_senpai",
"!alert" : (),
"!description" : """<p><a href="https://dynasty-scans.com/anthologies/aashi_to_watashi_gyaru_yuri_anthology_volume_2">Volume 2</a></p>""",
"!status" : "",
"anthology" : "Aashi to Watashi - Gyaru Yuri Anthology",
"author" : "keyyan",
"date" : "dt:2024-03-30 04:07:10",
"date_updated" : "dt:2025-04-04 20:21:36",
"scanlator" : "Arka",
"title" : '''Don't Call Me "Senpai"''',
"tags" : [
"big breasts",
"childhood friends",
"ecchi",
"gyaru",
"height gap",
"prequel",
"romance",
"school girl",
"yuri",
],
},
)