VlogTruyen Update Domain & update logo & change name (#7244)

* VlogTruyen Update Domain

* Update Logo and change extensions name the same name source

* Revert

* override id

* Update Logo ~~
This commit is contained in:
are-are-are 2025-01-24 00:59:30 +07:00 committed by GitHub
parent 7a657098ee
commit 5d09d1fdb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'VlogTruyen'
extName = 'ThichDoc'
extClass = '.VlogTruyen'
extVersionCode = 4
extVersionCode = 5
isNsfw = true
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -37,11 +37,13 @@ class VlogTruyen : ParsedHttpSource(), ConfigurableSource {
override val lang = "vi"
override val name = "VlogTruyen"
override val name = "ThichDoc"
override val supportsLatest = true
private val defaultBaseUrl = "https://vlogtruyen36.com"
override val id: Long = 6425642624422299254
private val defaultBaseUrl = "https://thichdoc.net"
override val baseUrl by lazy { getPrefBaseUrl() }