mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
Tweak forum back tagsfromtitle.
This commit is contained in:
parent
2b0d2fc5c1
commit
19c6b241fe
2 changed files with 4 additions and 4 deletions
|
|
@ -392,8 +392,8 @@ add_to_replace_metadata:
|
|||
tagsfromtitle=>^.*?([\(\[]([^\]\)]+)[\)\]]).*?$=>\1
|
||||
# remove () []
|
||||
tagsfromtitle=>[\(\)\[\]]=>
|
||||
# change (spaces)slash(spaces) to comma
|
||||
tagsfromtitle=> */ *=>,
|
||||
# change (spaces)slash(or semicolon)(spaces) to comma
|
||||
tagsfromtitle=> *[/;] *=>,
|
||||
tagsfromtitle=> x =>,
|
||||
|
||||
# remove [] or () blocks and leading/trailing spaces/dashes/colons
|
||||
|
|
|
|||
|
|
@ -389,8 +389,8 @@ add_to_replace_metadata:
|
|||
tagsfromtitle=>^.*?([\(\[]([^\]\)]+)[\)\]]).*?$=>\1
|
||||
# remove () []
|
||||
tagsfromtitle=>[\(\)\[\]]=>
|
||||
# change (spaces)slash(spaces) to comma
|
||||
tagsfromtitle=> */ *=>,
|
||||
# change (spaces)slash(or semicolon)(spaces) to comma
|
||||
tagsfromtitle=> *[/;] *=>,
|
||||
tagsfromtitle=> x =>,
|
||||
|
||||
# remove [] or () blocks and leading/trailing spaces/dashes/colons
|
||||
|
|
|
|||
Loading…
Reference in a new issue