-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jackett indexers as of 9cadde6fd58a5a76c8af7aaa1d64e918ad6d2eb6
- Loading branch information
1 parent
de2a4b3
commit 2ac60a4
Showing
17 changed files
with
177 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,6 +129,5 @@ search: | |
minimumratio: | ||
text: 0.5 | ||
description: | ||
optional: true | ||
selector: div.tags | ||
# Luminance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
--- | ||
id: enthralled2fa | ||
name: Enthralled2FA | ||
description: "Enthralled is a Private Torrent Tracker for FETISH 3X. Cookie Login for 2FA use." | ||
language: en-US | ||
type: private | ||
encoding: UTF-8 | ||
links: | ||
- https://www.enthralled.me/ | ||
|
||
caps: | ||
categorymappings: | ||
- {id: 1, cat: XXX, desc: "FemDom"} | ||
- {id: 2, cat: XXX, desc: "LezDom"} | ||
- {id: 4, cat: XXX, desc: "POV"} | ||
- {id: 5, cat: XXX, desc: "Scat"} | ||
- {id: 3, cat: XXX, desc: "TransDom"} | ||
|
||
modes: | ||
search: [q] | ||
|
||
settings: | ||
- name: cookie | ||
type: text | ||
label: Cookie | ||
- name: info_cookie | ||
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: freeleech | ||
type: checkbox | ||
label: Search freeleech only | ||
default: false | ||
- name: sort | ||
type: select | ||
label: Sort requested from site | ||
default: time | ||
options: | ||
time: created | ||
seeders: seeders | ||
size: size | ||
- name: type | ||
type: select | ||
label: Order requested from site | ||
default: desc | ||
options: | ||
desc: desc | ||
asc: asc | ||
- name: info_tpp | ||
type: info | ||
label: Results Per Page | ||
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile. | ||
|
||
login: | ||
method: cookie | ||
inputs: | ||
cookie: "{{ .Config.cookie }}" | ||
test: | ||
path: index.php | ||
selector: "#nav_userinfo" | ||
|
||
search: | ||
paths: | ||
- path: torrents.php | ||
inputs: | ||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}" | ||
title: "{{ .Keywords }}" | ||
order_by: "{{ .Config.sort }}" | ||
order_way: "{{ .Config.type }}" | ||
action: advanced | ||
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" | ||
|
||
rows: | ||
selector: table#torrent_table > tbody > tr[class^="torrent row"] | ||
|
||
fields: | ||
category: | ||
selector: a[href*="filter_cat"] | ||
attribute: href | ||
filters: | ||
- name: regexp | ||
args: "(\\d+)]=1" | ||
title: | ||
selector: a[href^="/torrents.php?id="] | ||
details: | ||
selector: a[href^="/torrents.php?id="] | ||
attribute: href | ||
download: | ||
selector: a[href^="/torrents.php?action=download&id="] | ||
attribute: href | ||
poster: | ||
selector: td:nth-child(2) > script | ||
filters: | ||
- name: regexp | ||
args: "src=\\\\\"(.*?)\\\\\"" | ||
- name: re_replace | ||
args: ["\\\\(.)", "$1"] | ||
- name: replace | ||
args: ["/static/common/noartwork/noimage.png", ""] | ||
files: | ||
selector: td:nth-child(3) | ||
date: | ||
selector: td:nth-child(5) > span | ||
attribute: title | ||
# auto adjusted by site account profile | ||
filters: | ||
- name: dateparse | ||
args: "MMM dd yyyy, HH:mm" | ||
size: | ||
selector: td:nth-child(6) | ||
grabs: | ||
selector: td:nth-child(7) | ||
seeders: | ||
selector: td:nth-child(8) | ||
leechers: | ||
selector: td:nth-child(9) | ||
downloadvolumefactor: | ||
case: | ||
span.icon[title*="Freeleech"]: 0 | ||
"img[alt=\"Freeleech\"]": 0 | ||
"*": 1 | ||
uploadvolumefactor: | ||
text: 1 | ||
minimumratio: | ||
text: 0.5 | ||
description: | ||
selector: div.tags | ||
# Luminance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters