mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrent-turk: new title selector, add magnet
This commit is contained in:
@@ -138,12 +138,15 @@ search:
|
|||||||
- name: querystring
|
- name: querystring
|
||||||
args: cid
|
args: cid
|
||||||
title:
|
title:
|
||||||
selector: a[href*="?p=torrents&pid=10&action=details"]
|
selector: td.torrent_name > a
|
||||||
details:
|
details:
|
||||||
selector: a[href*="?p=torrents&pid=10&action=details"]
|
selector: td.torrent_name > a
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href*="?p=torrents&pid=10&action=download"]
|
selector: td.download > a
|
||||||
|
attribute: href
|
||||||
|
magnet:
|
||||||
|
selector: a[href^="magnet:?xt="]
|
||||||
attribute: href
|
attribute: href
|
||||||
date_day:
|
date_day:
|
||||||
# Uploaded Friday at 05:11 by
|
# Uploaded Friday at 05:11 by
|
||||||
|
Reference in New Issue
Block a user