Update ReadM (#2746)

* Update build.gradle

* Update ReadM.kt
This commit is contained in:
AbdullahM0hamed 2020-04-22 00:52:11 +01:00 committed by GitHub
parent d82ea43ee9
commit c29e850685
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 {
appName = 'Tachiyomi: ReadM'
pkgNameSuffix = 'en.readm'
extClass = '.ReadM'
extVersionCode = 1
extVersionCode = 2
libVersion = '1.2'
}

View File

@ -146,7 +146,7 @@ class ReadM : ParsedHttpSource() {
override fun imageUrlParse(document: Document): String = throw Exception("Not Used")
override fun pageListParse(document: Document): List<Page> = document.select("div.ch-images img").mapIndexed { index, element ->
Page(index, "", element.attr("abs:data-src"))
Page(index, "", element.attr("abs:src"))
}
//Filters