mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
thesceneplace: fix the apostrophe in titles(#13827)
This commit is contained in:
parent
c413f72db0
commit
1774fda60a
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ search:
|
||||||
args: f
|
args: f
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["&", "&"]
|
args: ["&", "&"]
|
||||||
|
- name: replace
|
||||||
|
args: ["'", "'"]
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(?i)\\.torrent$", ""]
|
args: ["(?i)\\.torrent$", ""]
|
||||||
_name:
|
_name:
|
||||||
|
|
Loading…
Add table
Reference in a new issue