MangaPark - add cloudflareclient (#3737)

This commit is contained in:
Mike 2020-07-09 16:28:18 -04:00 committed by GitHub
parent 35e7084fcd
commit 7f460daf9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'MangaPark'
pkgNameSuffix = 'en.mangapark'
extClass = '.MangaPark'
extVersionCode = 15
extVersionCode = 16
libVersion = '1.2'
}

View File

@ -31,6 +31,8 @@ class MangaPark : ConfigurableSource, ParsedHttpSource() {
override val lang = "en"
override val client = network.cloudflareClient
override val supportsLatest = true
override val name = "MangaPark"
override val baseUrl = "https://mangapark.net"