mirror of https://github.com/Jackett/Jackett
YGGtorrent: fix download link
This commit is contained in:
parent
9b7dfdc01d
commit
ed8deaa1ba
|
@ -123,6 +123,12 @@
|
||||||
rows:
|
rows:
|
||||||
selector: "table.table.table-striped > tbody > tr"
|
selector: "table.table.table-striped > tbody > tr"
|
||||||
fields:
|
fields:
|
||||||
|
_id:
|
||||||
|
selector: "a.torrent-name"
|
||||||
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: "/(\\d+)-"
|
||||||
title_normal:
|
title_normal:
|
||||||
selector: "a.torrent-name"
|
selector: "a.torrent-name"
|
||||||
title_filtered:
|
title_filtered:
|
||||||
|
@ -195,8 +201,7 @@
|
||||||
selector: "td:nth-child(1) > a[href$=\"#comments\"]"
|
selector: "td:nth-child(1) > a[href$=\"#comments\"]"
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: "td:nth-child(1) > a[href*=\"/engine/download_torrent?id=\"]"
|
text: "/engine/download_torrent?id={ .Result._id }"
|
||||||
attribute: href
|
|
||||||
date:
|
date:
|
||||||
selector: "td:nth-child(3)"
|
selector: "td:nth-child(3)"
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Reference in New Issue