Skip to content

Commit

Permalink
Add ReaperScansUnoriginal (#4315)
Browse files Browse the repository at this point in the history
* Add ReaperScansUnoriginal

* Update ext name
  • Loading branch information
choppeh authored and cuong-tran committed Jul 29, 2024
1 parent c609736 commit ab39d3e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/en/reaperscansunoriginal/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ext {
extName = 'Reaper Scans (unoriginal)'
extClass = '.ReaperScansUnoriginal'
themePkg = 'mangathemesia'
baseUrl = 'https://reaper-scans.com'
overrideVersionCode = 0
}

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.en.reaperscansunoriginal

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

class ReaperScansUnoriginal : MangaThemesia(
"Reaper Scans (unoriginal)",
"https://reaper-scans.com",
"en",
) {
override val client = super.client.newBuilder()
.rateLimit(3)
.build()
}

0 comments on commit ab39d3e

Please sign in to comment.