[BlogTruyen] Update base URL (#16767)

* [BlogTruyen] Update base URL

* bump version
This commit is contained in:
beerpsi 2023-06-17 21:00:14 +07:00 committed by GitHub
parent b75d79b98f
commit 107d610622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:host="blogtruyen.vn" />
<data android:host="m.blogtruyen.vn" />
<data android:host="blogtruyenmoi.com" />
<data android:host="m.blogtruyenmoi.com" />
<data android:scheme="https" />
<data android:pathPattern="/tac-gia/..*" />

View File

@ -5,7 +5,7 @@ ext {
extName = 'BlogTruyen'
pkgNameSuffix = 'vi.blogtruyen'
extClass = '.BlogTruyen'
extVersionCode = 16
extVersionCode = 17
isNsfw = true
}

View File

@ -32,7 +32,7 @@ class BlogTruyen : ParsedHttpSource() {
override val name = "BlogTruyen"
override val baseUrl = "https://blogtruyen.vn"
override val baseUrl = "https://blogtruyenmoi.com"
override val lang = "vi"