Cocorip new source (#17235)

* Added new source Cocorip

* Added source to MadaraGenerator

* Made changes to Cocorip in MadaraGenerator

* Made changes to web links in CocoRip and MadaraGenerator
This commit is contained in:
MuhamedZ1 2023-07-23 23:24:15 +05:30 committed by GitHub
parent 3a36568ed9
commit 3288935f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.es.cocorip
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class CocoRip : Madara("Coco Rip", "https://cocorip.net", "es", SimpleDateFormat("dd/MM/yyyy", Locale("es"))) {
override val mangaDetailsSelectorDescription = "div.summary__content"
}

View File

@ -64,6 +64,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Cerise Scans", "https://cerisescans.com", "pt-BR", overrideVersionCode = 5),
SingleLang("Chibi Manga", "https://www.cmreader.info", "en", overrideVersionCode = 1),
SingleLang("Clover Manga", "https://clover-manga.com", "tr", overrideVersionCode = 2),
SingleLang("Coco Rip", "https://cocorip.net", "es"),
SingleLang("Coffee Manga", "https://coffeemanga.io", "en", overrideVersionCode = 1),
SingleLang("Colored Manga", "https://coloredmanga.com", "en", overrideVersionCode = 1),
SingleLang("ComicKiba", "https://comickiba.com", "en", overrideVersionCode = 1),