torrentleech.pl: remove year from some titles resolves #7424

This commit is contained in:
Garfield69
2020-04-23 18:19:26 +12:00
parent ea1ed86d7a
commit b62d6401e6

View File

@@ -94,6 +94,10 @@
napisy: 0
# sort: "{{ .Config.sort }}"
# type: "{{ .Config.type }}"
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"]
rows:
selector: table[border="1"][cellspacing="0"][cellpadding="5"] > tbody > tr:has(a[href^="details.php?id="])