Doujin-Yang: new URL (#5723)

This commit is contained in:
scb261 2021-02-09 15:17:54 +02:00 committed by GitHub
parent 28252e353b
commit 7ae5e85810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Doujin-Yang'
pkgNameSuffix = 'es.doujinyang'
extClass = '.DoujinYang'
extVersionCode = 2
extVersionCode = 3
libVersion = '1.2'
containsNsfw = true
}

View File

@ -24,7 +24,7 @@ import java.util.Locale
class DoujinYang : ParsedHttpSource() {
override val name = "Doujin-Yang"
override val baseUrl = "https://doujin-yang.es"
override val baseUrl = "https://doujin-es.com"
override val lang = "es"
override val supportsLatest = true