mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
extratorrent: ignore #deleted magnets
some magnet links are <a href="#deleted"> so drop these from results.
This commit is contained in:
@@ -97,7 +97,7 @@ search:
|
||||
args: ["[\\s]+", "."]
|
||||
|
||||
rows:
|
||||
selector: tr[class^="tl"]
|
||||
selector: tr[class^="tl"]:has(a[href^="magnet:?xt="])
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
|
Reference in New Issue
Block a user