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'
|
extName = 'Biblio Panda'
|
||||||
extClass = '.BiblioPanda'
|
extClass = '.BiblioPanda'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://bibliopanda.visblog.online'
|
baseUrl = 'https://bibliopanda.com'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ import java.util.Locale
|
|||||||
|
|
||||||
class BiblioPanda : Madara(
|
class BiblioPanda : Madara(
|
||||||
"Biblio Panda",
|
"Biblio Panda",
|
||||||
"https://bibliopanda.visblog.online",
|
"https://bibliopanda.com",
|
||||||
"es",
|
"es",
|
||||||
SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||||
) {
|
) {
|
||||||
|
|||||||
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'MHScans'
|
extName = 'MHScans'
|
||||||
extClass = '.MHScans'
|
extClass = '.MHScans'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://curiosidadtop.com'
|
baseUrl = 'https://mh.topmanhuas.net'
|
||||||
overrideVersionCode = 6
|
overrideVersionCode = 7
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
|
|||||||
|
|
||||||
class MHScans : Madara(
|
class MHScans : Madara(
|
||||||
"MHScans",
|
"MHScans",
|
||||||
"https://curiosidadtop.com",
|
"https://mh.topmanhuas.net",
|
||||||
"es",
|
"es",
|
||||||
dateFormat = SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("es")),
|
dateFormat = SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("es")),
|
||||||
) {
|
) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user