MHScans & BiblioPanda update url (#11132)
* MHScans / BiblioPanda Fix url * MH changed domain last hour (1) * MH changed domain last hour (2) build.gradle
This commit is contained in:
parent
7a61751a50
commit
e92d5d1819
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Biblio Panda'
|
||||
extClass = '.BiblioPanda'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://bibliopanda.visblog.online'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://bibliopanda.com'
|
||||
overrideVersionCode = 2
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ import java.util.Locale
|
||||
|
||||
class BiblioPanda : Madara(
|
||||
"Biblio Panda",
|
||||
"https://bibliopanda.visblog.online",
|
||||
"https://bibliopanda.com",
|
||||
"es",
|
||||
SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
) {
|
||||
|
||||
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'MHScans'
|
||||
extClass = '.MHScans'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://curiosidadtop.com'
|
||||
overrideVersionCode = 6
|
||||
baseUrl = 'https://mh.topmanhuas.net'
|
||||
overrideVersionCode = 7
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
|
||||
|
||||
class MHScans : Madara(
|
||||
"MHScans",
|
||||
"https://curiosidadtop.com",
|
||||
"https://mh.topmanhuas.net",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("es")),
|
||||
) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user