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'
|
extName = 'Rizz Comic'
|
||||||
extClass = '.RizzComic'
|
extClass = '.RizzComic'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://rizzcomic.com'
|
baseUrl = 'https://rizzfables.com'
|
||||||
overrideVersionCode = 2
|
overrideVersionCode = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -23,7 +23,7 @@ import java.util.Locale
|
||||||
|
|
||||||
class RizzComic : MangaThemesiaAlt(
|
class RizzComic : MangaThemesiaAlt(
|
||||||
"Rizz Comic",
|
"Rizz Comic",
|
||||||
"https://rizzcomic.com",
|
"https://rizzfables.com",
|
||||||
"en",
|
"en",
|
||||||
mangaUrlDirectory = "/series",
|
mangaUrlDirectory = "/series",
|
||||||
dateFormat = SimpleDateFormat("dd MMM yyyy", Locale.ENGLISH),
|
dateFormat = SimpleDateFormat("dd MMM yyyy", Locale.ENGLISH),
|
||||||
|
|
Loading…
Reference in New Issue