Rizzcomic: Updated domain (#2592)
* Rizzcomic: Updated domain * fix: removed trailing slashes it didn't have any impact in my tests but it wasn't present before so it's probably a good idea to remove it
This commit is contained in:
parent
41c95e1d14
commit
4f18cd9fb1
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Rizz Comic'
|
||||
extClass = '.RizzComic'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://rizzcomic.com'
|
||||
overrideVersionCode = 2
|
||||
baseUrl = 'https://rizzfables.com'
|
||||
overrideVersionCode = 3
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -23,7 +23,7 @@ import java.util.Locale
|
|||
|
||||
class RizzComic : MangaThemesiaAlt(
|
||||
"Rizz Comic",
|
||||
"https://rizzcomic.com",
|
||||
"https://rizzfables.com",
|
||||
"en",
|
||||
mangaUrlDirectory = "/series",
|
||||
dateFormat = SimpleDateFormat("dd MMM yyyy", Locale.ENGLISH),
|
||||
|
|
Loading…
Reference in New Issue