1
0
Fork 0
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:
Bogdan 2022-12-31 04:29:20 +02:00 committed by GitHub
parent c413f72db0
commit 1774fda60a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: