mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
krazyzone: remove VIP results if not VIP
This commit is contained in:
@@ -9,8 +9,6 @@ links:
|
||||
- https://krazyzone.net/
|
||||
legacylinks:
|
||||
- http://krazyzone.net/
|
||||
certificates:
|
||||
- 867fcd460bed7ded541674414267a54cc13f6d02 # selfsigned
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
@@ -130,7 +128,7 @@ search:
|
||||
order: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: table.ttable_headinner > tbody > tr
|
||||
selector: table.ttable_headinner > tbody > tr:has(a[href^="download.php?id="])
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
|
Reference in New Issue
Block a user