mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
hdcztorrent: new layout
magnets are gone
This commit is contained in:
parent
e847c856ad
commit
8dd67b358f
1 changed files with 10 additions and 11 deletions
|
@ -122,7 +122,7 @@ search:
|
||||||
by: "{{ .Config.type }}"
|
by: "{{ .Config.type }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: td#mcol table.lista > tbody > tr:has(a[href^="magnet:?xt="])
|
selector: td#mcol table.lista > tbody > tr:has(a[href^="index.php?page=torrent_history"])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
@ -139,29 +139,28 @@ search:
|
||||||
download:
|
download:
|
||||||
selector: a[href^="download.php"]
|
selector: a[href^="download.php"]
|
||||||
attribute: href
|
attribute: href
|
||||||
magnet:
|
|
||||||
selector: a[href^="magnet:?xt="]
|
|
||||||
attribute: href
|
|
||||||
poster:
|
poster:
|
||||||
selector: a[href^="index.php?page=torrent-details"]
|
selector: a[href^="index.php?page=torrent-details"]
|
||||||
attribute: onmouseover
|
attribute: onmouseover
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: "src=(.+?) "
|
args: "src=(.+?) "
|
||||||
|
- name: replace
|
||||||
|
args: ["torrentimg/nocover.jpg", ""]
|
||||||
date:
|
date:
|
||||||
selector: td:nth-child(7)
|
selector: td:nth-child(6)
|
||||||
# auto adjusted by site account profile
|
# auto adjusted by site account profile
|
||||||
filters:
|
filters:
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "dd/MM/yyyy"
|
args: "dd/MM/yyyy"
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(12)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-child(9)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(10)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-child(11)
|
selector: td:nth-child(11)
|
||||||
|
seeders:
|
||||||
|
selector: td:nth-child(8)
|
||||||
|
leechers:
|
||||||
|
selector: td:nth-child(9)
|
||||||
|
grabs:
|
||||||
|
selector: td:nth-child(10)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img[src$="freeleech.gif"]: 0
|
img[src$="freeleech.gif"]: 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue