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