From b7915ef5218ee24a045975aaa6180a7dca6b4abd Mon Sep 17 00:00:00 2001 From: Deivid Gabriel Pereira de Oliveira <75938421+deividgabrielpeira@users.noreply.github.com> Date: Wed, 20 Dec 2023 18:40:16 +0000 Subject: [PATCH 1/2] add Removed_Sources.md to take control of the extensions. --- Removed_Sources.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Removed_Sources.md diff --git a/Removed_Sources.md b/Removed_Sources.md new file mode 100644 index 000000000..b773c6eac --- /dev/null +++ b/Removed_Sources.md @@ -0,0 +1,50 @@ +**There is no schedule on when and if a request will be accepted to be added** + +### In General the following sources that won't be added as an extension + +- In general, sites with access to paid content. +- Sources known to file many DMCA complaints about repositories on Github + + +**Here is a list of known sources that were removed.** + +## 🚫 REMOVED SOURCES + +- (No entries at the moment) + +# Too difficult to maintain + +- japscan.lol 🛠️ -> Changes code too much and makes the source difficult to. + + +# Requested removal by the scanlator team + +- (No entries at the moment) + +# It will be added at some point. + +- (No entries at the moment) + +# Unknown reasons + +- MangaHatachi ❓ + + +# Known problems + +- afroditscans.com 🔄 -> Redirection because no JavaScript. +- mangasusuku.xyz 🔄 -> Redirection because no JavaScript. +- goldragon.me 🔄 -> Redirection because no JavaScript. +- mangaokutr.com 🚫 -> Error 500 (but it's coming from the source, which is returning a 500 error even though the page is displayed correctly). +- anibel 📜 -> JSON error. +- ruyamanga.com 🔒 -> Invalid certificate. +- majorscans.com 🔒 -> Invalid certificate. +- tarotscans.com 🔒 -> Invalid certificate. +- dragontea.ink 🖼️ -> Encode your images. + + +# Site to change tempalte + +- manhuaplus.com ⚙️ -> Change to: manhuaplus.org / Recommended template: zeistmanga +- mangaatrend.net +- opscanlations.com \ No newline at end of file From a8d933b4f914b37c2964651c626e0b3792120e6b Mon Sep 17 00:00:00 2001 From: Deivid Gabriel Pereira de Oliveira <75938421+deividgabrielpeira@users.noreply.github.com> Date: Fri, 19 Jan 2024 18:02:56 +0000 Subject: [PATCH 2/2] RandomScans -> Luratoon --- .../parsers/site/madara/pt/{RandomScans.kt => Luratoon.kt} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/{RandomScans.kt => Luratoon.kt} (60%) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/RandomScans.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/Luratoon.kt similarity index 60% rename from src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/RandomScans.kt rename to src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/Luratoon.kt index 2cbc8ecd3..695b805c9 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/RandomScans.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/pt/Luratoon.kt @@ -5,6 +5,6 @@ import org.koitharu.kotatsu.parsers.MangaSourceParser import org.koitharu.kotatsu.parsers.model.MangaSource import org.koitharu.kotatsu.parsers.site.madara.MadaraParser -@MangaSourceParser("RANDOMSCANS", "RandomScans", "pt") -internal class RandomScans(context: MangaLoaderContext) : - MadaraParser(context, MangaSource.RANDOMSCANS, "randomscanlators.net") +@MangaSourceParser("LURATOON", "Luratoon", "pt") +internal class LURATOON(context: MangaLoaderContext) : + MadaraParser(context, MangaSource.LURATOON, "luratoon.com")