mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
teamhd: strip year from query. #4397
https://github.com/Jackett/Jackett/issues/4397#issuecomment-623148789
This commit is contained in:
parent
3724c713c5
commit
64dde8d523
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@
|
|||
# 0 all 1 gold 2 silver 3 normal
|
||||
free: 0
|
||||
year: ""
|
||||
keywordsfilters:
|
||||
# remove the year from the titles as the site chokes on them during search https://github.com/Jackett/Jackett/issues/4397#issuecomment-623148789
|
||||
- name: re_replace
|
||||
args: [" +(?:19|20)\\d{2} *$", ""]
|
||||
|
||||
rows:
|
||||
selector: table.browse > tbody > tr
|
||||
|
|
Loading…
Reference in a new issue