Add TercoScans (#8322)
* Add TercoScans * Remove useless redirect. Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * New day, new url * Let's pray very hard that the url doesn't change any more Co-authored-by: Prem Kumar <60751338+prem-k-r@users.noreply.github.com> --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> Co-authored-by: Prem Kumar <60751338+prem-k-r@users.noreply.github.com>
This commit is contained in:
parent
93730a008d
commit
9b9440e3e9
10
src/en/tercoscans/build.gradle
Normal file
10
src/en/tercoscans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Terco Scans'
|
||||
extClass = '.TercoScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://tecnocomic1.xyz'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/tercoscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/tercoscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
BIN
src/en/tercoscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/tercoscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
src/en/tercoscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/tercoscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/en/tercoscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/tercoscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
src/en/tercoscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/tercoscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.en.tercoscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
|
||||
class TercoScans : MangaThemesia(
|
||||
"Terco Scans",
|
||||
"https://tecnocomic1.xyz",
|
||||
"en",
|
||||
) {
|
||||
override val client = network.cloudflareClient.newBuilder()
|
||||
.rateLimit(3)
|
||||
.build()
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user