update url (#676)

update url
This commit is contained in:
redranamber 2019-03-06 17:46:27 +00:00 committed by Carlos
parent 956a7d0a2a
commit 253c7afb6b
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class Readcomictv : ParsedHttpSource() {
override val lang = "en"
override val name = "ReadComicsWebsite"
override val supportsLatest = true
override val baseUrl = "http://readcomics.io"
override val baseUrl = "https://readcomicsonline.ru/"
override fun chapterFromElement(element: Element): SChapter {
val chapter = SChapter.create()