Add LikeMangaIn (#6177)
* Add LikeMangaIn * LikeMangaIn: fix import * LikeMangaIn: change locale tu US
This commit is contained in:
parent
151548c0f9
commit
bb362356c2
10
src/en/likemangain/build.gradle
Normal file
10
src/en/likemangain/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'LikeManga.in'
|
||||
extClass = '.LikeMangaIn'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://likemanga.in'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/likemangain/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/likemangain/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
src/en/likemangain/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/likemangain/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
src/en/likemangain/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/likemangain/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
src/en/likemangain/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/likemangain/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/en/likemangain/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/likemangain/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.en.likemangain
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class LikeMangaIn : Madara(
|
||||
"LikeMangaIn",
|
||||
"https://likemanga.in",
|
||||
"en",
|
||||
dateFormat = SimpleDateFormat("dd MMMM, yyyy", Locale.US),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user