mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
amigosshare: new results layout
This commit is contained in:
@@ -175,7 +175,7 @@
|
|||||||
sort: "id"
|
sort: "id"
|
||||||
order: "desc"
|
order: "desc"
|
||||||
rows:
|
rows:
|
||||||
selector: table > tbody > tr:has(a[href^="torrents-details.php?id="])
|
selector: div#fancy-list-group ul.list-group li.list-group-item
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a[href^="torrents-details.php?id="]
|
selector: a[href^="torrents-details.php?id="]
|
||||||
@@ -185,14 +185,8 @@
|
|||||||
download:
|
download:
|
||||||
selector: a[href^="download.php?id="]
|
selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
banner:
|
|
||||||
selector: a[href^="torrents-details.php?id="]
|
|
||||||
attribute: title
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: "src=\"(.*?)\""
|
|
||||||
category:
|
category:
|
||||||
selector: td:first-child img
|
selector: div.list-group-item-addon img
|
||||||
attribute: src
|
attribute: src
|
||||||
case:
|
case:
|
||||||
# unfortunately the site does not have category numbers on the results page, just a .png which can apply to both movies and tv.
|
# unfortunately the site does not have category numbers on the results page, just a .png which can apply to both movies and tv.
|
||||||
@@ -299,11 +293,11 @@
|
|||||||
date:
|
date:
|
||||||
text: now
|
text: now
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(2) span.badge-info
|
selector: div.list-group-item-content p.m-0 span.badge-info
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-child(4)
|
selector: div.list-group-item-controls a:nth-child(1)
|
||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-child(5)
|
selector: div.list-group-item-controls a:nth-child(2)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"span.badge-success:contains(\"FREE\")": "0"
|
"span.badge-success:contains(\"FREE\")": "0"
|
||||||
|
Reference in New Issue
Block a user