Add Borat Scans (#8724)

This commit is contained in:
Vetle Ledaal 2025-05-03 17:16:56 +02:00 committed by Draff
parent 2466c0c159
commit f3e9430b50
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Borat Scans'
extClass = '.BoratScans'
themePkg = 'madara'
baseUrl = 'https://boratscans.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.en.boratscans
import eu.kanade.tachiyomi.multisrc.madara.Madara
class BoratScans : Madara(
"Borat Scans",
"https://boratscans.com",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
}