parent
2a707c1072
commit
0431f55f9b
10
src/en/manga18free/build.gradle
Normal file
10
src/en/manga18free/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Manga18Free'
|
||||
extClass = '.manga18free'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://manga18free.com'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/manga18free/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/manga18free/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
BIN
src/en/manga18free/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/manga18free/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
src/en/manga18free/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/manga18free/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/en/manga18free/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/manga18free/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
src/en/manga18free/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/manga18free/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
@ -0,0 +1,11 @@
|
||||
package eu.kanade.tachiyomi.extension.en.manga18free
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class manga18free : Madara(
|
||||
"Manga18Free",
|
||||
"https://manga18free.com",
|
||||
"en",
|
||||
) {
|
||||
override fun searchMangaNextPageSelector() = "a.nextpostslink"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user