Private GIT

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

SceneFZ: parsing fixes

parent 6c542c64
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment