Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #54 from sandeepjak2007/Issue#39
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb authored Feb 17, 2024
2 parents ab3d92b + c71a228 commit e9a65f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion multisrc/overrides/madara/asurascansus/src/AsuraScansUs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package eu.kanade.tachiyomi.revived.en.asurascansus

import eu.kanade.tachiyomi.multisrc.madara.Madara

class AsuraScansUs : Madara("Asura Scans.us (unoriginal)", "https://asurascans.us", "en") {
class AsuraScansUs : Madara("Asura Scans.us (unoriginal)", "https://asurascans.com.tr", "en") {
override val useNewChapterEndpoint = true

override fun searchPage(page: Int): String = if (page == 1) "" else "page/$page/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import java.util.concurrent.TimeUnit

class AsuraScansTr : MangaThemesia(
"Asura Scans",
"https://armoniscans.com",
"https://asurascans.com.tr",
"tr",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("tr")),
) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Astral Library", "https://www.astrallibrary.net", "en", overrideVersionCode = 2),
SingleLang("Astral-Manga", "https://astral-manga.fr", "fr", className = "AstralManga"),
SingleLang("Astrum Scans", "https://astrumscans.xyz", "pt-BR", isNsfw = true),
SingleLang("Asura Scans.us (unoriginal)", "https://asurascans.us", "en", isNsfw = false, className = "AsuraScansUs"),
SingleLang("Asura Scans.us (unoriginal)", "https://asurascans.com.tr", "en", isNsfw = false, className = "AsuraScansUs"),
SingleLang("Atlantis Scan", "https://scansatlanticos.com", "es", isNsfw = true),
SingleLang("AZManhwa", "https://azmanhwa.net", "en"),
SingleLang("Azora", "https://azoramoon.com", "ar", isNsfw = false, overrideVersionCode = 7),
Expand Down

0 comments on commit e9a65f4

Please sign in to comment.