mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
Kiryuu: update domain (#4320)
This commit is contained in:
parent
217c50fa5f
commit
4333e73bc6
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Kiryuu'
|
||||
extClass = '.Kiryuu'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://kiryuu.id'
|
||||
overrideVersionCode = 6
|
||||
baseUrl = 'https://kiryuu.org'
|
||||
overrideVersionCode = 7
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -7,7 +7,7 @@ import org.jsoup.nodes.Document
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Kiryuu : MangaThemesia("Kiryuu", "https://kiryuu.id", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id"))) {
|
||||
class Kiryuu : MangaThemesia("Kiryuu", "https://kiryuu.org", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id"))) {
|
||||
// Formerly "Kiryuu (WP Manga Stream)"
|
||||
override val id = 3639673976007021338
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user