mirror of https://github.com/Jackett/Jackett
YGGtorrent: really fix download
This commit is contained in:
parent
70a47c80b5
commit
bc4bbbb7fb
|
@ -201,7 +201,7 @@
|
||||||
selector: "td:nth-child(1) > a[href$=\"#comments\"]"
|
selector: "td:nth-child(1) > a[href$=\"#comments\"]"
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
text: "/engine/download_torrent?id={ .Result._id }"
|
text: "/engine/download_torrent?id={{ .Result._id }}"
|
||||||
date:
|
date:
|
||||||
selector: "td:nth-child(3)"
|
selector: "td:nth-child(3)"
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Reference in New Issue