mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +00:00
epizod: drop titles that have been DMCA. resolves #8472
This commit is contained in:
parent
86374ab87e
commit
4e54231a8d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
s: "{{ .Keywords }}"
|
||||
|
||||
rows:
|
||||
selector: article
|
||||
selector: article:not(:has(a[title="DMCA"]))
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in a new issue