NhatTruyen: update search path (#4800)
Update search path for searching and migrating function
This commit is contained in:
parent
77aafd4076
commit
81aa3a5d21
|
@ -3,7 +3,7 @@ ext {
|
||||||
extClass = '.NhatTruyen'
|
extClass = '.NhatTruyen'
|
||||||
themePkg = 'wpcomics'
|
themePkg = 'wpcomics'
|
||||||
baseUrl = 'https://nhattruyenvn.com'
|
baseUrl = 'https://nhattruyenvn.com'
|
||||||
overrideVersionCode = 18
|
overrideVersionCode = 19
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -20,7 +20,7 @@ class NhatTruyen : WPComics(
|
||||||
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.getDefault()),
|
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.getDefault()),
|
||||||
gmtOffset = null,
|
gmtOffset = null,
|
||||||
) {
|
) {
|
||||||
override val searchPath = "the-loai"
|
override val searchPath = "tim-truyen"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NetTruyen/NhatTruyen redirect back to catalog page if searching query is not found.
|
* NetTruyen/NhatTruyen redirect back to catalog page if searching query is not found.
|
||||||
|
|
Loading…
Reference in New Issue