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/
|
- https://krazyzone.net/
|
||||||
legacylinks:
|
legacylinks:
|
||||||
- http://krazyzone.net/
|
- http://krazyzone.net/
|
||||||
certificates:
|
|
||||||
- 867fcd460bed7ded541674414267a54cc13f6d02 # selfsigned
|
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
@@ -130,7 +128,7 @@ search:
|
|||||||
order: "{{ .Config.type }}"
|
order: "{{ .Config.type }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.ttable_headinner > tbody > tr
|
selector: table.ttable_headinner > tbody > tr:has(a[href^="download.php?id="])
|
||||||
filters:
|
filters:
|
||||||
- name: andmatch
|
- name: andmatch
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user