Skip to content

Commit

Permalink
Add AsiaLotus (#5544)
Browse files Browse the repository at this point in the history
  • Loading branch information
choppeh authored and cuong-tran committed Oct 16, 2024
1 parent 46637a3 commit a2297b7
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/es/asialotus/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ext {
extName = 'Asia Lotus'
extClass = '.AsiaLotus'
themePkg = 'mangathemesia'
baseUrl = 'https://asialotuss.com'
overrideVersionCode = 0
isNsfw = true
}

apply from: "$rootDir/common.gradle"
Binary file added src/es/asialotus/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/es/asialotus/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/es/asialotus/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.es.asialotus

import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit

class AsiaLotus : MangaThemesia(
"Asia Lotus",
"https://asialotuss.com",
"es",
) {
override val client = super.client.newBuilder()
.rateLimit(3)
.build()
}

0 comments on commit a2297b7

Please sign in to comment.