ru-readmanga change domain to readmanga.live (#3966)

Co-authored-by: pavkazzz <me@pavkazzz.ru>
This commit is contained in:
Pavka 2020-08-02 08:12:06 +03:00 committed by GitHub
parent 555469d389
commit 274d5fa8ac
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 {
extName = 'Readmanga'
pkgNameSuffix = 'ru.readmanga'
extClass = '.Readmanga'
extVersionCode = 20
extVersionCode = 21
libVersion = '1.2'
}

View File

@ -29,7 +29,7 @@ class Readmanga : ParsedHttpSource() {
override val name = "Readmanga"
override val baseUrl = "https://readmanga.me"
override val baseUrl = "https://readmanga.live"
override val lang = "ru"