Private GIT

Skip to content
Snippets Groups Projects
Commit cc2a154e authored by kaso17's avatar kaso17 Committed by vlbox
Browse files

YGGtorrent: fix download link

parent 9a919143
Branches
No related tags found
No related merge requests found
......@@ -123,6 +123,12 @@
rows:
selector: "table.table.table-striped > tbody > tr"
fields:
_id:
selector: "a.torrent-name"
attribute: href
filters:
- name: regexp
args: "/(\\d+)-"
title_normal:
selector: "a.torrent-name"
title_filtered:
......@@ -195,8 +201,7 @@
selector: "td:nth-child(1) > a[href$=\"#comments\"]"
attribute: href
download:
selector: "td:nth-child(1) > a[href*=\"/engine/download_torrent?id=\"]"
attribute: href
text: "/engine/download_torrent?id={ .Result._id }"
date:
selector: "td:nth-child(3)"
filters:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment