[fallenangels] unescape chapter titles
This commit is contained in:
parent
655549df7c
commit
d1f3d32eec
@ -359,7 +359,7 @@ class DeviantartCollectionExtractor(DeviantartExtractor):
|
|||||||
test = [
|
test = [
|
||||||
(("https://www.deviantart.com/pencilshadings"
|
(("https://www.deviantart.com/pencilshadings"
|
||||||
"/favourites/70595441/3D-Favorites"), {
|
"/favourites/70595441/3D-Favorites"), {
|
||||||
"url": "742f92199d5bc6a89cda6ec6133d46c7a523824d",
|
"url": "6d9099b0a939c4fcffbf2902f4011ec0af64f97a",
|
||||||
"options": (("original", False),),
|
"options": (("original", False),),
|
||||||
}),
|
}),
|
||||||
(("https://pencilshadings.deviantart.com"
|
(("https://pencilshadings.deviantart.com"
|
||||||
|
@ -97,9 +97,11 @@ class FallenangelsMangaExtractor(MangaExtractor):
|
|||||||
manga, _, chapter = chapter.rpartition(" ")
|
manga, _, chapter = chapter.rpartition(" ")
|
||||||
chapter, dot, minor = chapter.partition(".")
|
chapter, dot, minor = chapter.partition(".")
|
||||||
results.append((url, {
|
results.append((url, {
|
||||||
"manga": manga, "title": title,
|
"manga": manga,
|
||||||
|
"title": text.unescape(title),
|
||||||
"volume": text.parse_int(volume),
|
"volume": text.parse_int(volume),
|
||||||
"chapter": text.parse_int(chapter),
|
"chapter": text.parse_int(chapter),
|
||||||
"chapter_minor": dot + minor,
|
"chapter_minor": dot + minor,
|
||||||
"lang": self.lang, "language": language,
|
"lang": self.lang,
|
||||||
|
"language": language,
|
||||||
}))
|
}))
|
||||||
|
@ -92,7 +92,7 @@ class MangaparkChapterExtractor(MangaparkExtractor, ChapterExtractor):
|
|||||||
}),
|
}),
|
||||||
("https://mangapark.me/manga/gekkan-shoujo-nozaki-kun/s2/c70/e2/1", {
|
("https://mangapark.me/manga/gekkan-shoujo-nozaki-kun/s2/c70/e2/1", {
|
||||||
"count": 15,
|
"count": 15,
|
||||||
"keyword": "8d5d1608d4182495ea43ad665e25b755b6468be2",
|
"keyword": "e6ef5192c8484d598bc834add4a56ee067e23b73",
|
||||||
}),
|
}),
|
||||||
("https://mangapark.net/manga/gosu/s2/c55", None),
|
("https://mangapark.net/manga/gosu/s2/c55", None),
|
||||||
("https://mangapark.com/manga/gosu/s2/c55", None),
|
("https://mangapark.com/manga/gosu/s2/c55", None),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user