mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-11 11:52:07 +08:00
Tweak forums title replace_metadata
This commit is contained in:
@@ -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 [^ ]+[-: ]*=>
|
||||
|
||||
Reference in New Issue
Block a user