mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +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 }}"
|
s: "{{ .Keywords }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: article
|
selector: article:not(:has(a[title="DMCA"]))
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Reference in a new issue