fix mangasee latest (#515)
This commit is contained in:
parent
0da5cafc04
commit
de6c796d03
|
@ -5,8 +5,8 @@ ext {
|
||||||
appName = 'Tachiyomi: Mangasee'
|
appName = 'Tachiyomi: Mangasee'
|
||||||
pkgNameSuffix = 'en.mangasee'
|
pkgNameSuffix = 'en.mangasee'
|
||||||
extClass = '.Mangasee'
|
extClass = '.Mangasee'
|
||||||
extVersionCode = 3
|
extVersionCode = 4
|
||||||
extVersionSuffix = 1
|
extVersionSuffix = 2
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -168,7 +168,7 @@ class Mangasee : ParsedHttpSource() {
|
||||||
override fun latestUpdatesSelector(): String = "a.latestSeries"
|
override fun latestUpdatesSelector(): String = "a.latestSeries"
|
||||||
|
|
||||||
override fun latestUpdatesRequest(page: Int): Request {
|
override fun latestUpdatesRequest(page: Int): Request {
|
||||||
val url = "http://mangaseeonline.net/home/latest.request.php"
|
val url = "http://mangaseeonline.us/home/latest.request.php"
|
||||||
val (body, requestUrl) = convertQueryToPost(page, url)
|
val (body, requestUrl) = convertQueryToPost(page, url)
|
||||||
return POST(requestUrl, catalogHeaders, body.build())
|
return POST(requestUrl, catalogHeaders, body.build())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue