Skip to content

Commit

Permalink
Add CatharsisWorld (#5308)
Browse files Browse the repository at this point in the history
  • Loading branch information
choppeh authored and cuong-tran committed Sep 30, 2024
1 parent 6270926 commit ed358a4
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/es/catharsisworld/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ext {
extName = 'Catharsis World'
extClass = '.CatharsisWorld'
themePkg = 'mangathemesia'
baseUrl = 'https://catharsisworld.com'
overrideVersionCode = 0
isNsfw = true
}

apply from: "$rootDir/common.gradle"
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.
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.catharsisworld

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

class CatharsisWorld : MangaThemesia(
"Catharsis World",
"https://catharsisworld.com",
"es",
) {
override val client = super.client.newBuilder()
.rateLimit(3)
.build()
}

0 comments on commit ed358a4

Please sign in to comment.