mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
Tweak forums title replace_metadata
This commit is contained in:
parent
19109bfb4e
commit
d633f70ce7
2 changed files with 4 additions and 4 deletions
|
|
@ -396,8 +396,8 @@ add_to_replace_metadata:
|
|||
tagsfromtitle=> */ *=>,
|
||||
tagsfromtitle=> x =>,
|
||||
|
||||
# remove [] or () blocks and leading/trailing spaces
|
||||
title=> *[\(\[]([^\]\)]+)[\)\]] *=>
|
||||
# remove [] or () blocks and leading/trailing spaces/dashes/colons
|
||||
title=>[-: ]*[\(\[]([^\]\)]+)[\)\]][-: ]*=>
|
||||
# remove 'Thread' and the next word, usually "Thread 2", "Thread
|
||||
# four", "Thread iv", etc
|
||||
title=>[-: ]*[Tt]hread [^ ]+[-: ]*=>
|
||||
|
|
|
|||
|
|
@ -393,8 +393,8 @@ add_to_replace_metadata:
|
|||
tagsfromtitle=> */ *=>,
|
||||
tagsfromtitle=> x =>,
|
||||
|
||||
# remove [] or () blocks and leading/trailing spaces
|
||||
title=> *[\(\[]([^\]\)]+)[\)\]] *=>
|
||||
# remove [] or () blocks and leading/trailing spaces/dashes/colons
|
||||
title=>[-: ]*[\(\[]([^\]\)]+)[\)\]][-: ]*=>
|
||||
# remove 'Thread' and the next word, usually "Thread 2", "Thread
|
||||
# four", "Thread iv", etc
|
||||
title=>[-: ]*[Tt]hread [^ ]+[-: ]*=>
|
||||
|
|
|
|||
Loading…
Reference in a new issue