Mintmanga: Domain (#2376)

Mintmanga: Domain
This commit is contained in:
arkon 2020-03-05 20:21:14 -05:00 committed by GitHub
parent 5e961ca3c3
commit 44764bd525
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 = 19
extVersionCode = 20
libVersion = '1.2'
}

View File

@ -21,7 +21,7 @@ class Mintmanga : ParsedHttpSource() {
override val name = "Mintmanga"
override val baseUrl = "https://mintmanga.com"
override val baseUrl = "https://mintmanga.live"
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.com/search/advanced
* on https://mintmanga.live/search/advanced
*/
override fun getFilterList() = FilterList(
Category(getCategoryList()),