Remove FleksyScans (#3802)

This commit is contained in:
Chopper 2024-06-29 04:11:20 -03:00 committed by GitHub
parent b7547e1633
commit ae29d16c25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 0 additions and 16 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'FleksyScans'
extClass = '.FleksyScans'
themePkg = 'fuzzydoodle'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.en.fleksyscans
import eu.kanade.tachiyomi.multisrc.fuzzydoodle.FuzzyDoodle
class FleksyScans : FuzzyDoodle("FleksyScans", "https://flexscans.com", "en") {
override fun chapterListSelector() = "div#chapters-list > a[href]:not(:has(span:contains(vip)))"
}