Remove dead sources (#2434)

* Remove Mangadoor

Id: 5598298311107274167

* Remove Last Knight Translation

Id: 4608749082635217570

* Remove TuMangaOnline.site

Id: 8850093899291265785

* Remove Unitoon Oficial

Id: 2422714322713320966

* Remove Shayami

Id: 3984924321110067740

* Remove Eromiau

Id: 7532305797477636173

* Remove Cocorip

Id: 2811607756759454878

* Revert "Remove Cocorip"

This reverts commit c1cf4f5dbd342f3bf808acf3b09a5ea1f4303f59.

* Reapply "Remove Cocorip"

smh i forgot why i remove it

* Revert "Reapply "Remove Cocorip"" XD

This reverts commit 2ad2046289076fa2f126c8e6fc46c82bddb5a9b7.

* Remove MangaPT

ID: 4501201462814418979
This commit is contained in:
bapeey 2024-04-15 05:48:15 -05:00 committed by Draff
parent dcf3bde0a4
commit 9385d11c43
49 changed files with 0 additions and 160 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'Eromiau'
extClass = '.Eromiau'
themePkg = 'madara'
baseUrl = 'https://www.eromiau.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

View File

@ -1,14 +0,0 @@
package eu.kanade.tachiyomi.extension.es.eromiau
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class Eromiau : Madara(
"Eromiau",
"https://www.eromiau.com",
"es",
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("es")),
) {
override val useNewChapterEndpoint = true
}

View File

@ -1,10 +0,0 @@
ext {
extName = 'Last Knight Translation'
extClass = '.LKScanlation'
themePkg = 'madara'
baseUrl = 'https://lkscanlation.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,26 +0,0 @@
package eu.kanade.tachiyomi.extension.es.lkscanlation
import eu.kanade.tachiyomi.multisrc.madara.Madara
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import java.text.SimpleDateFormat
import java.util.Locale
class LKScanlation : Madara(
"Last Knight Translation",
"https://lkscanlation.com",
"es",
SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {
override val client = super.client.newBuilder()
.rateLimit(2, 1)
.build()
override val useNewChapterEndpoint = true
override val mangaSubString = "manhwa"
override val popularMangaUrlSelector = "div.post-title a:not([target='_self'])"
override val mangaDetailsSelectorAuthor = "div.manga-authors > a"
override val mangaDetailsSelectorDescription = "div.manga-summary"
}

View File

@ -1,10 +0,0 @@
ext {
extName = 'Mangadoor'
extClass = '.Mangadoor'
themePkg = 'mmrcms'
baseUrl = 'https://mangadoor.com'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.es.mangadoor
import eu.kanade.tachiyomi.multisrc.mmrcms.MMRCMS
class Mangadoor : MMRCMS("Mangadoor", "https://mangadoor.com", "es")

View File

@ -1,10 +0,0 @@
ext {
extName = 'MangaPT'
extClass = '.MangaPT'
themePkg = 'madara'
baseUrl = 'https://mangapt.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -1,12 +0,0 @@
package eu.kanade.tachiyomi.extension.es.mangapt
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class MangaPT : Madara(
"MangaPT",
"https://mangapt.com",
"es",
SimpleDateFormat("dd/MM/yyyy", Locale("es")),
)

View File

@ -1,9 +0,0 @@
ext {
extName = 'Shayami'
extClass = '.Shayami'
themePkg = 'madara'
baseUrl = 'https://shayami.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,14 +0,0 @@
package eu.kanade.tachiyomi.extension.es.shayami
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class Shayami : Madara(
"Shayami",
"https://shayami.com",
"es",
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("es")),
) {
override val useNewChapterEndpoint = true
}

View File

@ -1,10 +0,0 @@
ext {
extName = 'Tumangaonline.site'
extClass = '.TumangaonlineSite'
themePkg = 'madara'
baseUrl = 'https://tumangaonline.site'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.es.tumangaonlinesite
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class TumangaonlineSite : Madara("Tumangaonline.site", "https://tumangaonline.site", "es", SimpleDateFormat("dd MMMMM, yyyy", Locale("es")))

View File

@ -1,9 +0,0 @@
ext {
extName = 'Unitoon Oficial'
extClass = '.UnitoonOficial'
themePkg = 'madara'
baseUrl = 'https://unitoonoficial.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@ -1,14 +0,0 @@
package eu.kanade.tachiyomi.extension.es.unitoonoficial
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class UnitoonOficial : Madara(
"Unitoon Oficial",
"https://unitoonoficial.com",
"es",
SimpleDateFormat("dd/MM/yyyy", Locale("es")),
) {
override val useNewChapterEndpoint = true
}