mirror of https://github.com/Jackett/Jackett
SceneFZ: parsing fixes
This commit is contained in:
parent
7f5612d0dc
commit
d49666835f
|
@ -70,15 +70,15 @@
|
|||
selector: table#minions > tbody > tr
|
||||
fields:
|
||||
title:
|
||||
selector: a[href^="/details.php?id="]
|
||||
selector: a[href^="/torrents/"]
|
||||
details:
|
||||
selector: a[href^="/details.php?id="]
|
||||
selector: a[href^="/torrents/"]
|
||||
attribute: href
|
||||
download:
|
||||
selector: td:nth-child(3) > a
|
||||
selector: a[href$=".torrent"]
|
||||
attribute: href
|
||||
category:
|
||||
selector: td:nth-child(1) > a
|
||||
selector: a[href^="/torrents?"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
|
|
Loading…
Reference in New Issue