diff --git a/src/pt/yushukemangas/build.gradle b/src/pt/yushukemangas/build.gradle index d92992e69..45e2d8769 100644 --- a/src/pt/yushukemangas/build.gradle +++ b/src/pt/yushukemangas/build.gradle @@ -1,7 +1,7 @@ ext { extName = 'Yushuke Mangas' extClass = '.YushukeMangas' - extVersionCode = 5 + extVersionCode = 6 } apply from: "$rootDir/common.gradle" diff --git a/src/pt/yushukemangas/res/mipmap-hdpi/ic_launcher.png b/src/pt/yushukemangas/res/mipmap-hdpi/ic_launcher.png index b6f813e7c..c7cf92e5b 100644 Binary files a/src/pt/yushukemangas/res/mipmap-hdpi/ic_launcher.png and b/src/pt/yushukemangas/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/pt/yushukemangas/res/mipmap-mdpi/ic_launcher.png b/src/pt/yushukemangas/res/mipmap-mdpi/ic_launcher.png index 3130a6845..4c7ede7c8 100644 Binary files a/src/pt/yushukemangas/res/mipmap-mdpi/ic_launcher.png and b/src/pt/yushukemangas/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/pt/yushukemangas/res/mipmap-xhdpi/ic_launcher.png b/src/pt/yushukemangas/res/mipmap-xhdpi/ic_launcher.png index 139bd9c9d..400fa1d4c 100644 Binary files a/src/pt/yushukemangas/res/mipmap-xhdpi/ic_launcher.png and b/src/pt/yushukemangas/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/pt/yushukemangas/res/mipmap-xxhdpi/ic_launcher.png b/src/pt/yushukemangas/res/mipmap-xxhdpi/ic_launcher.png index f78162715..086dc4086 100644 Binary files a/src/pt/yushukemangas/res/mipmap-xxhdpi/ic_launcher.png and b/src/pt/yushukemangas/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/pt/yushukemangas/res/mipmap-xxxhdpi/ic_launcher.png b/src/pt/yushukemangas/res/mipmap-xxxhdpi/ic_launcher.png index df201e6a2..55259aed9 100644 Binary files a/src/pt/yushukemangas/res/mipmap-xxxhdpi/ic_launcher.png and b/src/pt/yushukemangas/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/pt/yushukemangas/src/eu/kanade/tachiyomi/extension/pt/yushukemangas/YushukeMangas.kt b/src/pt/yushukemangas/src/eu/kanade/tachiyomi/extension/pt/yushukemangas/YushukeMangas.kt index 88dc2cfc4..46bc13cd1 100644 --- a/src/pt/yushukemangas/src/eu/kanade/tachiyomi/extension/pt/yushukemangas/YushukeMangas.kt +++ b/src/pt/yushukemangas/src/eu/kanade/tachiyomi/extension/pt/yushukemangas/YushukeMangas.kt @@ -50,7 +50,7 @@ class YushukeMangas : ParsedHttpSource() { override fun popularMangaRequest(page: Int) = GET(baseUrl, headers) - override fun popularMangaSelector() = "#semanal a.top-item" + override fun popularMangaSelector() = ".top10-section .top10-item a" override fun popularMangaFromElement(element: Element) = SManga.create().apply { title = element.selectFirst("h3")!!.text()