Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Removed_Sources.md #421

Closed
50 changes: 50 additions & 0 deletions Removed_Sources.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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")