Add Borat Scans (#8724)
This commit is contained in:
parent
2466c0c159
commit
f3e9430b50
10
src/en/boratscans/build.gradle
Normal file
10
src/en/boratscans/build.gradle
Normal 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"
|
BIN
src/en/boratscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/boratscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
BIN
src/en/boratscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/boratscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
src/en/boratscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/boratscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/en/boratscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/boratscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
src/en/boratscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/boratscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user