Add MeowSubs (#2945)
This commit is contained in:
parent
15aacb0eb9
commit
b81469035f
10
src/tr/meowsubs/build.gradle
Normal file
10
src/tr/meowsubs/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'MeowSubs'
|
||||
extClass = '.MeowSubs'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://meowsubs.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/meowsubs/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/meowsubs/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
BIN
src/tr/meowsubs/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/meowsubs/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
src/tr/meowsubs/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/meowsubs/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/tr/meowsubs/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/meowsubs/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
src/tr/meowsubs/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/meowsubs/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
@ -0,0 +1,17 @@
|
||||
package eu.kanade.tachiyomi.extension.tr.meowsubs
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MeowSubs : Madara(
|
||||
"MeowSubs",
|
||||
"https://meowsubs.com",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
||||
) {
|
||||
override val seriesTypeSelector = ".post-content_item:contains(Tip) .summary-content"
|
||||
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user