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:
parent
3a36568ed9
commit
3288935f8a
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 |
|
@ -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"
|
||||
}
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue