mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
SceneFZ: parsing fixes
This commit is contained in:
@@ -70,15 +70,15 @@
|
|||||||
selector: table#minions > tbody > tr
|
selector: table#minions > tbody > tr
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a[href^="/details.php?id="]
|
selector: a[href^="/torrents/"]
|
||||||
details:
|
details:
|
||||||
selector: a[href^="/details.php?id="]
|
selector: a[href^="/torrents/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: td:nth-child(3) > a
|
selector: a[href$=".torrent"]
|
||||||
attribute: href
|
attribute: href
|
||||||
category:
|
category:
|
||||||
selector: td:nth-child(1) > a
|
selector: a[href^="/torrents?"]
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
- name: querystring
|
- name: querystring
|
||||||
|
Reference in New Issue
Block a user