mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
piratbit: DL no longer in results, fetch from details page
This commit is contained in:
@@ -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("-"))
|
||||
|
Reference in New Issue
Block a user