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 ~~
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'VlogTruyen'
|
||||
extName = 'ThichDoc'
|
||||
extClass = '.VlogTruyen'
|
||||
extVersionCode = 4
|
||||
extVersionCode = 5
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 16 KiB |
@ -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() }
|
||||
|
||||
|