-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hikari Scan Migrate: madara > mangathemesia.
- Loading branch information
Showing
23 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
23 changes: 23 additions & 0 deletions
23
multisrc/overrides/mangathemesia/hikariscan/src/HikariScan.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
package eu.kanade.tachiyomi.extension.pt.hikariscan | ||
|
||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia | ||
import okhttp3.OkHttpClient | ||
import java.text.SimpleDateFormat | ||
import java.util.Locale | ||
|
||
class HikariScan : MangaThemesia( | ||
"Hikari Scan", | ||
"https://hikariscan.org", | ||
"pt-BR", | ||
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")), | ||
) { | ||
|
||
override val client: OkHttpClient = super.client.newBuilder() | ||
.build() | ||
|
||
override val altNamePrefix = "Nomes alternativos: " | ||
|
||
override val seriesArtistSelector = ".tsinfo .imptdt:contains(Artista) > i" | ||
override val seriesAuthorSelector = ".tsinfo .imptdt:contains(Autor) > i" | ||
override val seriesTypeSelector = ".tsinfo .imptdt:contains(Tipo) > a" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters