mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 08:52:55 +01:00
Fix a spacing in ini
This commit is contained in:
parent
b584779a13
commit
016452ec89
2 changed files with 2 additions and 2 deletions
|
|
@ -776,7 +776,7 @@ add_to_replace_metadata:
|
||||||
tagsfromtitle=>\] *\[=>,
|
tagsfromtitle=>\] *\[=>,
|
||||||
tagsfromtitle=>\) *\(=>,
|
tagsfromtitle=>\) *\(=>,
|
||||||
# for QuestionableQuesting NSFW subforum.
|
# for QuestionableQuesting NSFW subforum.
|
||||||
tagsfromtitle=>^\[NSFW\].*?((?P<br>\[)|(?P<pr>\())(?P<tag>(?(br)[^\]]|(?(pr)[^\)]))+)(?(br)\]|(?(pr)\))).*?$=>NSFW\,\g<tag>
|
tagsfromtitle=>^\[NSFW\].*?((?P<br>\[)|(?P<pr>\())(?P<tag>(?(br)[^\]]|(?(pr)[^\)]))+)(?(br)\]|(?(pr)\))).*?$=>NSFW\,\g<tag>
|
||||||
# remove anything outside () or []. Note \, at the end used to
|
# remove anything outside () or []. Note \, at the end used to
|
||||||
# prevent looping back so '[Worm(AU)]' becomes 'Worm(AU)' not just 'AU'
|
# prevent looping back so '[Worm(AU)]' becomes 'Worm(AU)' not just 'AU'
|
||||||
tagsfromtitle=>^.*?((?P<br>\[)|(?P<pr>\())(?P<tag>(?(br)[^\]]|(?(pr)[^\)]))+)(?(br)\]|(?(pr)\))).*?$=>\g<tag>\,
|
tagsfromtitle=>^.*?((?P<br>\[)|(?P<pr>\())(?P<tag>(?(br)[^\]]|(?(pr)[^\)]))+)(?(br)\]|(?(pr)\))).*?$=>\g<tag>\,
|
||||||
|
|
|
||||||
|
|
@ -761,7 +761,7 @@ add_to_replace_metadata:
|
||||||
tagsfromtitle=>\] *\[=>,
|
tagsfromtitle=>\] *\[=>,
|
||||||
tagsfromtitle=>\) *\(=>,
|
tagsfromtitle=>\) *\(=>,
|
||||||
# for QuestionableQuesting NSFW subforum.
|
# for QuestionableQuesting NSFW subforum.
|
||||||
tagsfromtitle=>^\[NSFW\].*?((?P<br>\[)|(?P<pr>\())(?P<tag>(?(br)[^\]]|(?(pr)[^\)]))+)(?(br)\]|(?(pr)\))).*?$=>NSFW\,\g<tag>
|
tagsfromtitle=>^\[NSFW\].*?((?P<br>\[)|(?P<pr>\())(?P<tag>(?(br)[^\]]|(?(pr)[^\)]))+)(?(br)\]|(?(pr)\))).*?$=>NSFW\,\g<tag>
|
||||||
# remove anything outside () or []. Note \, at the end used to
|
# remove anything outside () or []. Note \, at the end used to
|
||||||
# prevent looping back so '[Worm(AU)]' becomes 'Worm(AU)' not just 'AU'
|
# prevent looping back so '[Worm(AU)]' becomes 'Worm(AU)' not just 'AU'
|
||||||
tagsfromtitle=>^.*?((?P<br>\[)|(?P<pr>\())(?P<tag>(?(br)[^\]]|(?(pr)[^\)]))+)(?(br)\]|(?(pr)\))).*?$=>\g<tag>\,
|
tagsfromtitle=>^.*?((?P<br>\[)|(?P<pr>\())(?P<tag>(?(br)[^\]]|(?(pr)[^\)]))+)(?(br)\]|(?(pr)\))).*?$=>\g<tag>\,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue