mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 14:20:57 +00:00
topnow: new layout.
This commit is contained in:
parent
25565ca707
commit
1f4c920446
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
rows:
|
||||
# old cards do not have a download link
|
||||
selector: table.each_card_table:has(a[href^="/download.php?torrent="])
|
||||
selector: div.grid-item:has(a[href^="/download.php?torrent="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
@ -52,7 +52,7 @@
|
|||
attribute: src
|
||||
optional: true
|
||||
description:
|
||||
selector: .imgDescription
|
||||
selector: .card_overlay
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "Quality: (.+?)$"
|
||||
|
|
Loading…
Reference in a new issue