mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 19:52:56 +01:00
parent
303272b08b
commit
3f5fbfb078
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Mangago'
|
||||
extClass = '.Mangago'
|
||||
extVersionCode = 18
|
||||
extVersionCode = 19
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -172,7 +172,7 @@ class Mangago : ParsedHttpSource(), ConfigurableSource {
|
||||
|
||||
private var titleRegex: Regex =
|
||||
Regex(
|
||||
"(?:\\([^()]*\\)|\\{[^{}]*\\}|\\[(?:(?!]).)*]|«[^»]*»|〘[^〙]*〙|「[^」]*」|『[^』]*』|≪[^≫]*≫|﹛[^﹜]*﹜|𖤍.+?𖤍|/.+?)\\s*|([|/~].*)",
|
||||
"(?:\\([^()]*\\)|\\{[^{}]*\\}|\\[(?:(?!]).)*]|«[^»]*»|〘[^〙]*〙|「[^」]*」|『[^』]*』|≪[^≫]*≫|﹛[^﹜]*﹜|〖[^〖〗]*〗𖤍.+?𖤍|/.+?)\\s*|([|/~].*)",
|
||||
RegexOption.IGNORE_CASE,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user