Skip to content

Commit cfa2b67

Browse files
luigidotmoegithub-actions[bot]
authored andcommitted
WeebCentral: add hyphens & commas to excluded search characters (#13862)
Weeb Central : add hypens & commas to excluded search characters
1 parent 4bb4bc5 commit cfa2b67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/en/weebcentral/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
extName = 'Weeb Central'
33
extClass = '.WeebCentral'
4-
extVersionCode = 17
4+
extVersionCode = 18
55
isNsfw = true
66
}
77

src/en/weebcentral/src/eu/kanade/tachiyomi/extension/en/weebcentral/WeebCentral.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class WeebCentral : ParsedHttpSource() {
3838

3939
private val dateFormat = SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", Locale.ENGLISH)
4040

41-
private val excludedSearchCharacters = "[!#:()]".toRegex()
41+
private val excludedSearchCharacters = "[!#:(),-]".toRegex()
4242

4343
// ============================== Popular ===============================
4444

0 commit comments

Comments
 (0)