1
0
Fork 0
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:
Garfield69 2023-10-17 07:09:36 +13:00
parent a93c9c8002
commit 8b5bedac10

View file

@ -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("-"))