Skip to content

Commit

Permalink
jackett indexers as of 8b5bedac1076ac7704044b69b52674571b3ee420
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Oct 16, 2023
1 parent 81cd619 commit 85e4905
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions definitions/v7/gktorrent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Gktorrent
links:
- https://www.gktorrent.ac/
- https://www.gktorrent.ph/
- https://gktorrent.nocensor.cloud/
- https://gktorrent.mrunblock.bond/
legacylinks:
- https://www.gktorrent.org/
- https://www.gktorrent.me/
- https://www.rantop.org/
- https://www.gktorrent.cx/
Expand All @@ -37,6 +36,7 @@ legacylinks:
- https://gktorrent.mrunblock.life/ # cloudflare 403
- https://gktorrent.nocensor.click/
- https://www.gktorrents.cc/
- https://www.gktorrent.ac/

caps:
categorymappings:
Expand Down
11 changes: 8 additions & 3 deletions definitions/v7/piratbitl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -698,7 +703,7 @@ search:
User-Agent: ["{{ .Config.useragent }}"]

rows:
selector: tr[id^="tos_"]:has(a[href*="/dl.php?id="])
selector: tr[id^="tor_"]

fields:
category:
Expand Down Expand Up @@ -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("-"))
Expand Down

0 comments on commit 85e4905

Please sign in to comment.