Skip to content

Commit

Permalink
jackett indexers as of c6edf7bf8d57aa7196399071ee11f1b2d8b0b490
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jul 30, 2023
1 parent 5a3ae45 commit bca482d
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 22 deletions.
10 changes: 10 additions & 0 deletions definitions/v7/pignetwork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ settings:
type: info
label: How to get the Cookie
default: "<ol><li>Login to this tracker with your browser</li><li>Open the <b>DevTools</b> panel by pressing <b>F12</b></li><li>Select the <b>Network</b> tab</li><li>Click on the <b>Doc</b> button (Chrome Browser) or <b>HTML</b> button (FireFox)</li><li>Refresh the page by pressing <b>F5</b></li><li>Click on the first row entry</li><li>Select the <b>Headers</b> tab on the Right panel</li><li>Find <b>'cookie:'</b> in the <b>Request Headers</b> section</li><li><b>Select</b> and <b>Copy</b> the whole cookie string <i>(everything after 'cookie: ')</i> and <b>Paste</b> here.</li></ol>"
- name: useragent
type: text
label: User-Agent
- name: info_useragent
type: info
label: How to get the User-Agent
default: "<ol><li>From the same place you fetched the cookie,</li><li>Find <b>'user-agent:'</b> in the <b>Request Headers</b> section</li><li><b>Select</b> and <b>Copy</b> the whole user-agent string <i>(everything after 'user-agent: ')</i> and <b>Paste</b> here.</li></ol>"
- name: freeleech
type: checkbox
label: Search freeleech only
Expand Down Expand Up @@ -98,6 +105,9 @@ search:
type: "{{ .Config.type }}"
notnewword: 1

headers:
User-Agent: ["{{ .Config.useragent }}"]

rows:
selector: table.torrents > tbody > tr:has(a[href^="details.php?id="])

Expand Down
6 changes: 2 additions & 4 deletions definitions/v7/torrent9clone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Torrent9
links:
- https://www.torrent9.fi/
- https://www.torrent9.wtf/
- https://torrent9.nocensor.click/
- https://torrent9.mrunblock.bond/
legacylinks:
- https://wwv.torrent9.one/
- https://vww.torrent9.one/
- https://www.torrent9.srl/
- https://www.torrent9.la/
- https://www.torrent9.ninja/
- https://torrent9.nocensor.space/
Expand All @@ -38,6 +35,7 @@ legacylinks:
- https://www.torrent9.cm/
- https://torrent9.nocensor.art/
- https://torrent9.mrunblock.life/
- https://www.torrent9.fi/

caps:
categorymappings:
Expand Down
35 changes: 21 additions & 14 deletions definitions/v7/xxxclub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ links:

caps:
categorymappings:
- {id: XXX, cat: XXX, desc: XXX}
- {id: 0, cat: XXX/SD, desc: "XXX 480p/SD"}
- {id: 1, cat: XXX/x264, desc: "XXX 720p/HD"}
- {id: 2, cat: XXX/x264, desc: "XXX 1080p/FullHD"}
- {id: 4, cat: XXX/UHD, desc: "XXX 2160p/UHD/4K"}
- {id: 3, cat: XXX/WEB-DL, desc: "XXX Movies/DVD/WEB"}
- {id: 5, cat: XXX/ImageSet, desc: "XXX IMAGESET"}

modes:
search: [q]
Expand All @@ -23,6 +28,7 @@ settings:
options:
uploaded: created
size: size
seeders: seeders
- name: type
type: select
label: Order requested from site
Expand All @@ -38,15 +44,19 @@ download:

search:
paths:
# https://xxxclub.to/torrents/browse/all/tushyraw%20grays?sort=size&order=asc
- path: "torrents/browse/all/{{ .Keywords }}?sort={{ .Config.sort }}&order={{ .Config.type }}"
# https://xxxclub.to/torrents/browse/2,4/metartx?sort=size&order=asc
- path: "torrents/browse/{{ if .Categories }}{{ join .Categories \",\" }}{{ else }}all{{ end }}/{{ .Keywords }}?sort={{ .Config.sort }}&order={{ .Config.type }}"

rows:
selector: table.table-striped > tbody > tr
selector: div.browsetableinside > ul > li:not(:first-child)

fields:
category:
text: XXX
selector: a.catah
attribute: href
filters:
- name: regexp
args: (\d)
title:
selector: a[href^="/torrents/details/"]
details:
Expand All @@ -56,22 +66,19 @@ search:
selector: a[href^="/torrents/details/"]
attribute: href
poster:
selector: a[href^="/torrents/details/"]
attribute: title
filters:
- name: regexp
args: src='(.+?)'
selector: img
attribute: src
date:
selector: td:nth-child(3)
selector: span.adde
filters:
- name: dateparse
args: "dd MMM yyyy HH:mm:ss"
size:
selector: td:nth-child(4)
selector: span.siz
seeders:
selector: td:nth-child(5)
selector: span.see
leechers:
selector: td:nth-child(6)
selector: span.lee
downloadvolumefactor:
text: 0
uploadvolumefactor:
Expand Down
10 changes: 10 additions & 0 deletions definitions/v9/pignetwork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ settings:
type: info
label: How to get the Cookie
default: "<ol><li>Login to this tracker with your browser</li><li>Open the <b>DevTools</b> panel by pressing <b>F12</b></li><li>Select the <b>Network</b> tab</li><li>Click on the <b>Doc</b> button (Chrome Browser) or <b>HTML</b> button (FireFox)</li><li>Refresh the page by pressing <b>F5</b></li><li>Click on the first row entry</li><li>Select the <b>Headers</b> tab on the Right panel</li><li>Find <b>'cookie:'</b> in the <b>Request Headers</b> section</li><li><b>Select</b> and <b>Copy</b> the whole cookie string <i>(everything after 'cookie: ')</i> and <b>Paste</b> here.</li></ol>"
- name: useragent
type: text
label: User-Agent
- name: info_useragent
type: info
label: How to get the User-Agent
default: "<ol><li>From the same place you fetched the cookie,</li><li>Find <b>'user-agent:'</b> in the <b>Request Headers</b> section</li><li><b>Select</b> and <b>Copy</b> the whole user-agent string <i>(everything after 'user-agent: ')</i> and <b>Paste</b> here.</li></ol>"
- name: freeleech
type: checkbox
label: Search freeleech only
Expand Down Expand Up @@ -98,6 +105,9 @@ search:
type: "{{ .Config.type }}"
notnewword: 1

headers:
User-Agent: ["{{ .Config.useragent }}"]

rows:
selector: table.torrents > tbody > tr:has(a[href^="details.php?id="])

Expand Down
6 changes: 2 additions & 4 deletions definitions/v9/torrent9clone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Torrent9
links:
- https://www.torrent9.fi/
- https://www.torrent9.wtf/
- https://torrent9.nocensor.click/
- https://torrent9.mrunblock.bond/
legacylinks:
- https://wwv.torrent9.one/
- https://vww.torrent9.one/
- https://www.torrent9.srl/
- https://www.torrent9.la/
- https://www.torrent9.ninja/
- https://torrent9.nocensor.space/
Expand All @@ -38,6 +35,7 @@ legacylinks:
- https://www.torrent9.cm/
- https://torrent9.nocensor.art/
- https://torrent9.mrunblock.life/
- https://www.torrent9.fi/

caps:
categorymappings:
Expand Down

0 comments on commit bca482d

Please sign in to comment.