mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
piratbit: DL no longer in results, fetch from details page
This commit is contained in:
parent
a93c9c8002
commit
8b5bedac10
1 changed files with 8 additions and 3 deletions
|
@ -656,6 +656,11 @@ login:
|
|||
path: index.php
|
||||
selector: li a[href="/login.php?logout=1"]
|
||||
|
||||
download:
|
||||
selectors:
|
||||
- selector: a[href^="/dl.php?id="]
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: tracker/
|
||||
|
@ -698,7 +703,7 @@ search:
|
|||
User-Agent: ["{{ .Config.useragent }}"]
|
||||
|
||||
rows:
|
||||
selector: tr[id^="tor_"]:has(a[href*="/dl.php?id="])
|
||||
selector: tr[id^="tor_"]
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
@ -777,13 +782,13 @@ search:
|
|||
selector: a.title
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href*="/dl.php?id="]
|
||||
selector: a[href$="/#do"]
|
||||
attribute: href
|
||||
description:
|
||||
selector: td:first-child b span
|
||||
attribute: title
|
||||
size:
|
||||
selector: a[href*="/dl.php?id="]
|
||||
selector: a[href$="/#do"]
|
||||
date_day:
|
||||
# 23:18
|
||||
selector: td:last-child > p:first-child:not(:contains("-"))
|
||||
|
|
Loading…
Add table
Reference in a new issue