Add Zahard and remove some dead sources. (#5089)
This commit is contained in:
parent
a1d6f83f11
commit
a239a58562
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'My Manga Reader CMS (Many sources)'
|
||||
pkgNameSuffix = 'all.mmrcms'
|
||||
extClass = '.MyMangaReaderCMSSources'
|
||||
extVersionCode = 53
|
||||
extVersionCode = 54
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -235,34 +235,26 @@ class Generator {
|
|||
val sources = listOf(
|
||||
SourceData("ar", "مانجا اون لاين", "https://onma.me"),
|
||||
SourceData("en", "Read Comics Online", "https://readcomicsonline.ru"),
|
||||
SourceData("en", "Biamam Scans", "https://biamam.com"),
|
||||
SourceData("en", "Fallen Angels", "https://manga.fascans.com"),
|
||||
SourceData("en", "Zahard", "https://zahard.top"),
|
||||
SourceData("en", "Manhwas Men", "https://manhwas.men"),
|
||||
SourceData("en", "White Cloud Pavilion", "https://www.whitecloudpavilion.com/manga/free"),
|
||||
SourceData("fr", "Scan FR", "https://www.scan-fr.co"),
|
||||
SourceData("fr", "Scan FR", "https://www.scan-fr.cc"),
|
||||
SourceData("fr", "Scan VF", "https://www.scan-vf.net"),
|
||||
SourceData("fr", "Scan OP", "https://scan-op.com"),
|
||||
SourceData("fr", "Scan OP", "https://scan-op.net"),
|
||||
SourceData("id", "Komikid", "https://www.komikid.com"),
|
||||
SourceData("pl", "ToraScans", "http://torascans.pl"),
|
||||
SourceData("pt-BR", "Comic Space", "https://www.comicspace.com.br"),
|
||||
SourceData("pt-BR", "Mangás Yuri", "https://mangasyuri.net"),
|
||||
SourceData("pl", "Dracaena", "https://dracaena.webd.pl/czytnik"),
|
||||
SourceData("pl", "Nikushima", "http://azbivo.webd.pro"),
|
||||
SourceData("tr", "MangaHanta", "http://mangahanta.com"),
|
||||
SourceData("vi", "Fallen Angels Scans", "https://truyen.fascans.com"),
|
||||
SourceData("es", "LeoManga", "https://leomanga.me"),
|
||||
SourceData("es", "submanga", "https://submangas.net"),
|
||||
SourceData("es", "submanga", "https://submanga.io"),
|
||||
SourceData("es", "Mangadoor", "https://mangadoor.com"),
|
||||
SourceData("es", "Mangas.pw", "https://mangas.in"),
|
||||
SourceData("es", "Tumangaonline.co", "http://tumangaonline.uno"),
|
||||
SourceData("bg", "Utsukushii", "https://manga.utsukushii-bg.com"),
|
||||
SourceData("es", "Universo Yuri", "https://universoyuri.com"),
|
||||
SourceData("pl", "Phoenix-Scans", "https://phoenix-scans.pl"),
|
||||
SourceData("ru", "Japit Comics", "https://j-comics.ru"),
|
||||
SourceData("tr", "Puzzmos", "https://puzzmos.com"),
|
||||
SourceData("fr", "Scan-1", "https://wwv.scan-1.com"),
|
||||
SourceData("fr", "Lelscan-VF", "https://www.lelscan-vf.com"),
|
||||
SourceData("id", "MangaSusu", "https://www.mangasusu.site"),
|
||||
SourceData("id", "Komik Manga", "https://adm.komikmanga.com"),
|
||||
SourceData("ko", "Mangazuki Raws", "https://raws.mangazuki.co"),
|
||||
SourceData("pt-BR", "Remangas", "https://remangas.top"),
|
||||
|
@ -277,12 +269,20 @@ class Generator {
|
|||
SourceData("other", "HentaiShark", "https://www.hentaishark.com", true)
|
||||
)
|
||||
// Changed CMS
|
||||
// SourceData("es", "Tumangaonline.co", "http://tumangaonline.com"),
|
||||
// SourceData("id", "MangaYu", "https://mangayu.com"),
|
||||
// SourceData("en", "MangaTreat Scans", "http://www.mangatreat.com"),
|
||||
// SourceData("en", "Chibi Manga Reader", "https://www.cmreader.info"),
|
||||
// SourceData("tr", "Epikmanga", "https://www.epikmanga.com"),
|
||||
// SourceData("en", "Hatigarm Scans", "https://hatigarmscans.net"),
|
||||
// Went offline
|
||||
// SourceData("ru", "Japit Comics", "https://j-comics.ru"),
|
||||
// SourceData("es", "Universo Yuri", "https://universoyuri.com"),
|
||||
// SourceData("pl", "Dracaena", "https://dracaena.webd.pl/czytnik"),
|
||||
// SourceData("pt-BR", "Comic Space", "https://www.comicspace.com.br"),
|
||||
// SourceData("pl", "ToraScans", "http://torascans.pl"),
|
||||
// SourceData("en", "White Cloud Pavilion", "https://www.whitecloudpavilion.com/manga/free"),
|
||||
// SourceData("en", "Biamam Scans", "https://biamam.com"),
|
||||
// SourceData("en", "Mangawww Reader", "https://mangawww.club"),
|
||||
// SourceData("ru", "Anigai clan", "http://anigai.ru"),
|
||||
// SourceData("en", "ZXComic", "http://zxcomic.com"),
|
||||
|
|
Loading…
Reference in New Issue