switch to base url (#517)
This commit is contained in:
parent
de6c796d03
commit
c375fafea3
|
@ -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.us/home/latest.request.php"
|
val url = "$baseUrl/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