Mintmanga.com change domain to mintmanga.live (#1955)

Mintmanga.com change domain to mintmanga.live
This commit is contained in:
Pavka 2020-01-02 22:46:57 +03:00 committed by arkon
parent 32263c9b4b
commit 858447728d
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 = 15
extVersionCode = 16
libVersion = '1.2'
}

View File

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