mirror of https://github.com/Jackett/Jackett
epizod: drop titles that have been DMCA. resolves #8472
This commit is contained in:
parent
86374ab87e
commit
4e54231a8d
|
@ -33,7 +33,7 @@
|
|||
s: "{{ .Keywords }}"
|
||||
|
||||
rows:
|
||||
selector: article
|
||||
selector: article:not(:has(a[title="DMCA"]))
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in New Issue