mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
torrentleech.pl: refine year stripping. #7424
This commit is contained in:
parent
9b130c3e5a
commit
07d5b3979b
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
keywordsfilters:
|
||||
# remove the year from the titles as the site chokes on them during search #7424
|
||||
- name: re_replace
|
||||
args: ["(^\\D.*)((?:19|20)\\d{2})(.*$)", "$1$3"]
|
||||
args: [" +(?:19|20)\\d{2} *$", ""]
|
||||
|
||||
rows:
|
||||
selector: table[border="1"][cellspacing="0"][cellpadding="5"] > tbody > tr:has(a[href^="details.php?id="])
|
||||
|
|
Loading…
Reference in a new issue