mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 04:02:32 +01:00
[foolslide] remove 'kireicake'
site redirects to (unclaimed) mangadex group
This commit is contained in:
parent
86f0597c95
commit
a42ba25ca1
@ -1263,12 +1263,6 @@ Consider all sites to be NSFW unless otherwise known.
|
||||
<tr>
|
||||
<td colspan="4"><strong>FoOlSlide Instances</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kirei Cake</td>
|
||||
<td>https://reader.kireicake.com/</td>
|
||||
<td>Chapters, Manga</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PowerManga</td>
|
||||
<td>https://read.powermanga.org/</td>
|
||||
|
@ -39,10 +39,6 @@ class FoolslideExtractor(BaseExtractor):
|
||||
|
||||
|
||||
BASE_PATTERN = FoolslideExtractor.update({
|
||||
"kireicake": {
|
||||
"root": "https://reader.kireicake.com",
|
||||
"pattern": r"reader\.kireicake\.com",
|
||||
},
|
||||
"powermanga": {
|
||||
"root": "https://read.powermanga.org",
|
||||
"pattern": r"read(?:er)?\.powermanga\.org",
|
||||
@ -64,10 +60,6 @@ class FoolslideChapterExtractor(FoolslideExtractor):
|
||||
archive_fmt = "{id}"
|
||||
pattern = BASE_PATTERN + r"(/read/[^/?#]+/[a-z-]+/\d+/\d+(?:/\d+)?)"
|
||||
test = (
|
||||
("https://reader.kireicake.com/read/wonderland/en/1/1/", {
|
||||
"url": "b2d36bc0bc67e4c461c3a4d6444a2fd339f5d07e",
|
||||
"keyword": "9f80947920a325e33aea7f5cd69ea669171903b6",
|
||||
}),
|
||||
(("https://read.powermanga.org"
|
||||
"/read/one_piece_digital_colour_comics/en/0/75/"), {
|
||||
"url": "854c5817f8f767e1bccd05fa9d58ffb5a4b09384",
|
||||
@ -123,10 +115,6 @@ class FoolslideMangaExtractor(FoolslideExtractor):
|
||||
categorytransfer = True
|
||||
pattern = BASE_PATTERN + r"(/series/[^/?#]+)"
|
||||
test = (
|
||||
("https://reader.kireicake.com/series/wonderland/", {
|
||||
"url": "d067b649af1cc88fa8c8b698fde04a10909fd169",
|
||||
"keyword": "268f43772fb239888ca5c5f6a4f65f99ffb3eefb",
|
||||
}),
|
||||
(("https://read.powermanga.org"
|
||||
"/series/one_piece_digital_colour_comics/"), {
|
||||
"count": ">= 1",
|
||||
|
@ -60,7 +60,6 @@ CATEGORY_MAP = {
|
||||
"joyreactor" : "JoyReactor",
|
||||
"kabeuchi" : "かべうち",
|
||||
"kemonoparty" : "Kemono",
|
||||
"kireicake" : "Kirei Cake",
|
||||
"lineblog" : "LINE BLOG",
|
||||
"livedoor" : "livedoor Blog",
|
||||
"omgmiamiswimwear": "Omg Miami Swimwear",
|
||||
|
Loading…
Reference in New Issue
Block a user