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:
Mon 2024-04-27 10:49:10 +02:00 committed by Draff
parent 41c95e1d14
commit 4f18cd9fb1
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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),