Manhwa Freak: update domain (#2720)
This commit is contained in:
parent
0c27089d2f
commit
e867689cc5
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Manhwa Freak'
|
||||
extClass = '.ManhwaFreak'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://freakcomic.com'
|
||||
overrideVersionCode = 5
|
||||
baseUrl = 'https://manhwa-freak.org'
|
||||
overrideVersionCode = 6
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import org.jsoup.nodes.Document
|
|||
import org.jsoup.nodes.Element
|
||||
import java.util.Calendar
|
||||
|
||||
class ManhwaFreak : MangaThemesia("Manhwa Freak", "https://freakcomic.com", "en") {
|
||||
class ManhwaFreak : MangaThemesia("Manhwa Freak", "https://manhwa-freak.org", "en") {
|
||||
|
||||
// they called the theme "mangareaderfix"
|
||||
|
||||
|
|
Loading…
Reference in New Issue