This reverts commit 1a25cea0d6
.
This commit is contained in:
parent
37ff3b4920
commit
b006fe3a22
1 changed files with 1 additions and 5 deletions
|
@ -375,11 +375,7 @@ abstract class HttpSource : CatalogueSource {
|
||||||
* @return url of the chapter
|
* @return url of the chapter
|
||||||
*/
|
*/
|
||||||
open fun getChapterUrl(chapter: SChapter): String {
|
open fun getChapterUrl(chapter: SChapter): String {
|
||||||
return if (chapter.url.startsWith("http")) {
|
return pageListRequest(chapter).url.toString()
|
||||||
chapter.url
|
|
||||||
} else {
|
|
||||||
baseUrl + chapter.url
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Reference in a new issue