mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
YGGtorrent: fix download link
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user