Popsmanga: Change base URL (#6996)
* Popsmanga: Change base URL * Popsmanga: Bump version code to 1
This commit is contained in:
parent
f8bafa79ee
commit
f64996d23c
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'PopsManga'
|
||||
extClass = '.PopsManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://www.popsmanga.com'
|
||||
overrideVersionCode = 0
|
||||
baseUrl = 'https://popsmanga.com'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import java.util.Locale
|
|||
|
||||
class PopsManga : MangaThemesia(
|
||||
"PopsManga",
|
||||
"https://www.popsmanga.com",
|
||||
"https://popsmanga.com",
|
||||
"th",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue