Popsmanga: Change base URL (#6996)

* Popsmanga: Change base URL

* Popsmanga: Bump version code to 1
This commit is contained in:
iloverabbit 2025-01-06 20:10:53 +07:00 committed by Draff
parent f8bafa79ee
commit f64996d23c
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'PopsManga' extName = 'PopsManga'
extClass = '.PopsManga' extClass = '.PopsManga'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://www.popsmanga.com' baseUrl = 'https://popsmanga.com'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true isNsfw = true
} }

View File

@ -6,7 +6,7 @@ import java.util.Locale
class PopsManga : MangaThemesia( class PopsManga : MangaThemesia(
"PopsManga", "PopsManga",
"https://www.popsmanga.com", "https://popsmanga.com",
"th", "th",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")), dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")),
) )