Skip to content

Commit

Permalink
update url ThunderScans "all" and use random url part for ThunderScan…
Browse files Browse the repository at this point in the history
…s "En" (#2986)

* update url ThunderScans "all" and use random url part for ThunderScans "En"

* Update src/all/thunderscans/build.gradle

---------

Co-authored-by: AwkwardPeak7 <[email protected]>
  • Loading branch information
2 people authored and cuong-tran committed May 13, 2024
1 parent 9d555dc commit 05febdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/all/thunderscans/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Thunder Scans'
extClass = '.ThunderScansFactory'
themePkg = 'mangathemesia'
baseUrl = 'https://thunderscans.com'
overrideVersionCode = 1
baseUrl = 'https://en-thunderepic.com'
overrideVersionCode = 2
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package eu.kanade.tachiyomi.extension.all.thunderscans

import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesiaAlt
import eu.kanade.tachiyomi.source.SourceFactory
import java.text.SimpleDateFormat
Expand All @@ -15,14 +14,14 @@ class ThunderScansFactory : SourceFactory {

class ThunderScansAR : MangaThemesiaAlt(
"Thunder Scans",
"https://thunderscans.com",
"https://ar-thunderepic.com",
"ar",
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar")),
)

class ThunderScansEN : MangaThemesia(
class ThunderScansEN : MangaThemesiaAlt(
"Thunder Scans",
"https://en-thunderscans.com",
"https://en-thunderepic.com",
"en",
mangaUrlDirectory = "/comics",
)

0 comments on commit 05febdf

Please sign in to comment.