Mintmanga: Domain Name Change (#2365)

Mintmanga: Domain Name Change
This commit is contained in:
BlueCat300 2020-03-04 16:04:24 +03:00 committed by GitHub
parent 418c272a68
commit 38f311d7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Mintmanga'
pkgNameSuffix = 'ru.mintmanga'
extClass = '.Mintmanga'
extVersionCode = 18
extVersionCode = 19
libVersion = '1.2'
}

View File

@ -21,7 +21,7 @@ class Mintmanga : ParsedHttpSource() {
override val name = "Mintmanga"
override val baseUrl = "https://mintmanga.live"
override val baseUrl = "https://mintmanga.com"
override val lang = "ru"
@ -238,7 +238,7 @@ class Mintmanga : ParsedHttpSource() {
/* [...document.querySelectorAll("tr.advanced_option:nth-child(1) > td:nth-child(3) span.js-link")]
* .map(el => `Genre("${el.textContent.trim()}", $"{el.getAttribute('onclick')
* .substr(31,el.getAttribute('onclick').length-33)"})`).join(',\n')
* on https://mintmanga.live/search/advanced
* on https://mintmanga.com/search/advanced
*/
override fun getFilterList() = FilterList(
Category(getCategoryList()),