1
0
Fork 0
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:
Garfield69 2020-05-04 10:43:59 +12:00
parent 3724c713c5
commit 64dde8d523

View file

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