1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-05-08 08:58:39 +01:00

jackett indexers as of dcf9df0c740264b679a7424f119a42b4ab9c6c57

This commit is contained in:
Bakerboy448
2023-04-30 16:12:25 -05:00
committed by Qstick
parent 45bc11cf6e
commit e3ba9a4f8c
79 changed files with 111 additions and 391 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://acervos.cc/\" target =_blank>Acervos</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://acervos.cc/\" target=\"_blank\">Acervos</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -35,7 +35,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://aither.cc/\" target =_blank>Aither</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://aither.cc/\" target=\"_blank\">Aither</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -37,7 +37,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://animetracker.cc/\" target =_blank>AnimeTracker</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://animetracker.cc/\" target=\"_blank\">AnimeTracker</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -40,7 +40,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://animeworld.cx/\" target =_blank>AnimeWorld</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://animeworld.cx/\" target=\"_blank\">AnimeWorld</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -31,7 +31,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Key by accessing your <a href=\"https://anthelion.me/\" target =_blank>Anthelion</a> account <i>Settings</i> page and scrolling down to the <b>API Key</b> section.<br>Tick the <b>Search</b> and <b>Download</b> checkboxes and click the <b>save profile</b> button to generate the key."
default: "Find or Generate a new API Key by accessing your <a href=\"https://anthelion.me/\" target=\"_blank\">Anthelion</a> account <i>Settings</i> page and scrolling down to the <b>API Key</b> section.<br>Tick the <b>Search</b> and <b>Download</b> checkboxes and click the <b>save profile</b> button to generate the key."
login:
path: api.php
+1 -1
View File
@@ -29,7 +29,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://blutopia.cc/\" target =_blank>Blutopia</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://blutopia.cc/\" target=\"_blank\">Blutopia</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -30,7 +30,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://brsociety.club/\" target =_blank>BrSociety</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://brsociety.club/\" target=\"_blank\">BrSociety</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
-77
View File
@@ -1,77 +0,0 @@
---
id: bt4g
name: BT4G
description: "BT4G is a Public metadata crawler for magnets"
language: en-US
type: public
encoding: UTF-8
links:
- https://bt4g.org/
caps:
categories:
Application: PC
Archive file: Other
Audio: Audio
Doc: Books
Other: Other
Video: Movies
TV: TV # dummy cat to allow both Movies,TV to be categorised when Video is found.
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
book-search: [q]
settings: []
search:
paths:
# https://bt4g.org/search/2021
# site does not support cat search
- path: "search/{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
rows:
selector: div.row > div.col > div:has(h5)
fields:
title:
selector: a
category:
selector: span.cpill
category|append:
# add tv to video
optional: true
selector: span.cpill
filters:
- name: replace
args: ["Video", "TV"]
details:
selector: a
attribute: href
infohash:
selector: a
attribute: href
filters:
- name: replace
args: ["/magnet/", ""]
date:
selector: span:nth-last-child(5) b
filters:
- name: dateparse
args: "yyyy-MM-dd"
files:
selector: span:nth-last-child(4) b
size:
selector: span:nth-last-child(3) b
seeders:
selector: span:nth-last-child(2) b
leechers:
selector: span:nth-last-child(1) b
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# engine n/a
+1 -1
View File
@@ -36,7 +36,7 @@ settings:
- name: info_apikey
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://danishbytes.club/\" target =_blank>DanishBytes</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://danishbytes.club/\" target=\"_blank\">DanishBytes</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: rsskey
type: text
label: RSSKey
+1 -1
View File
@@ -36,7 +36,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://datascene.xyz/\" target =_blank>DataScene</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://datascene.xyz/\" target=\"_blank\">DataScene</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -363,7 +363,7 @@ search:
# does not return imdb link in results
rows:
selector: table.font_12px tbody tr:has(td[class^="tone_"]):not(:has(script))
selector: table.font_12px tbody tr:has(td[class^="tone_1"]):not(:has(script))
after: 1
dateheaders:
selector: td.added_today:not(:contains("Sponsored links"))
+1 -1
View File
@@ -92,7 +92,7 @@ search:
- path: "page/5/{{ if .Keywords }}?s={{ .Keywords }}{{ else }}{{ end }}"
rows:
selector: "div#content > div.poststuff, div#content > div.poststuff + div.entry:has(a.download)"
selector: "div#content > div.poststuff:has(~ div.entry a.download), div#content > div.poststuff ~ div.entry:has(a.download)"
after: 1
fields:
+1 -1
View File
@@ -33,7 +33,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://generation-free.org/\" target =_blank>Generation-Free</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://generation-free.org/\" target=\"_blank\">Generation-Free</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -25,7 +25,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://www.hawke.uno/\" target =_blank>hawke-uno</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://www.hawke.uno/\" target=\"_blank\">hawke-uno</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -28,7 +28,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://hd-united.vn/\" target =_blank>HD-UNiT3D</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://hd-united.vn/\" target=\"_blank\">HD-UNiT3D</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+11 -28
View File
@@ -13,39 +13,22 @@ legacylinks:
caps:
categorymappings:
# Filmy
- {id: 117, cat: Movies/DVD, desc: "DvD 5"}
- {id: 118, cat: Movies/DVD, desc: "DvD 9"}
- {id: 117, cat: Movies/DVD, desc: "DvD"}
- {id: 119, cat: Movies/BluRay, desc: "Blu-Ray "}
- {id: 120, cat: Movies/HD, desc: "H265"}
- {id: 121, cat: Movies/HD, desc: "HD 720"}
- {id: 122, cat: Movies/HD, desc: "1080 HD"}
- {id: 123, cat: Movies/UHD, desc: "4K"}
- {id: 124, cat: TV, desc: "Seriály"}
- {id: 120, cat: Movies/HD, desc: "HD 720"}
- {id: 121, cat: Movies/HD, desc: "HD 1080"}
- {id: 122, cat: Movies/UHD, desc: "4K"}
- {id: 123, cat: Movies/UHD, desc: "4K - Originál Zvuk"}
- {id: 124, cat: Movies/3D, desc: "3D Filmy Bluray"}
- {id: 125, cat: Movies/3D, desc: "3D Filmy"}
- {id: 126, cat: TV/Anime, desc: "Animované"}
- {id: 127, cat: Movies/SD, desc: "Avi"}
- {id: 126, cat: Movies/SD, desc: "SD Filmy"}
- {id: 127, cat: Movies/HD, desc: "H-265"}
- {id: 128, cat: TV/Documentary, desc: "Dokument"}
- {id: 129, cat: TV/Sport, desc: "Sportovní Filmy"}
# Filmy that are not in category pull down
- {id: 37, cat: Movies/DVD, desc: "DVD"}
- {id: 92, cat: TV, desc: "TV Serial ENG"}
- {id: 39, cat: Audio/Video, desc: "Hudba Video"}
- {id: 41, cat: Movies/SD, desc: "DivX / AVI"}
- {id: 43, cat: Movies/Other, desc: "FILM dokument"}
- {id: 44, cat: Movies/Other, desc: "FILM sport"}
- {id: 45, cat: TV, desc: "SERIALY CZ"}
- {id: 47, cat: Movies, desc: "Animované"}
- {id: 130, cat: TV/WEB-DL, desc: "TV - WEB- DL"}
- {id: 131, cat: Movies, desc: "RLS For HDCZT"}
- {id: 91, cat: TV, desc: "Serial titulky"}
- {id: 109, cat: Movies/BluRay, desc: "BLURAY orig JAZYK"}
- {id: 52, cat: Movies/HD, desc: "HD 1080 "}
- {id: 55, cat: Movies/3D, desc: "3D Filmy"}
- {id: 110, cat: Movies/3D, desc: "3D ORIGINÁL"}
- {id: 111, cat: Movies, desc: "FILMY CZ TVORBA"}
- {id: 77, cat: Movies/UHD, desc: "ULTRA HD 4K"}
- {id: 93, cat: Movies/HD, desc: "HD 1080 titulky"}
- {id: 107, cat: Movies, desc: "CAMERA RIP "}
- {id: 94, cat: Movies, desc: "h 265"}
- {id: 95, cat: Movies/Other, desc: "FILM RETRO"}
- {id: 45, cat: TV, desc: "SERIALY CZ"}
- {id: 81, cat: Movies, desc: "ORIGINAL JAZYK"}
# HUDBA
- {id: 57, cat: Audio/Lossless, desc: "Hudba flac"}
+1 -1
View File
@@ -36,7 +36,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://jme-reunit3d.de/\" target =_blank>JME-REUNIT3D</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://jme-reunit3d.de/\" target=\"_blank\">JME-REUNIT3D</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -40,7 +40,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://lat-team.com/\" target =_blank>Lat-Team</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://lat-team.com/\" target=\"_blank\">Lat-Team</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -53,7 +53,7 @@ settings:
search:
paths:
- path: tracker.php#results
- path: tracker.php
method: post
inputs:
$raw: "{{ if .Categories }}{{ range .Categories }}&f[]={{.}}{{end}}{{ else }}&f[]=-1{{ end }}"
+1 -1
View File
@@ -29,7 +29,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://locadora.cc/\" target =_blank>Locadora</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://locadora.cc/\" target=\"_blank\">Locadora</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -34,7 +34,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://lst.gg/\" target =_blank>LST</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://lst.gg/\" target=\"_blank\">LST</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -32,7 +32,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new key <a href=\"https://milkie.cc/settings/security\" target =_blank>here</a>."
default: "Find or Generate a new key <a href=\"https://milkie.cc/settings/security\" target=\"_blank\">here</a>."
search:
headers:
+1 -1
View File
@@ -34,7 +34,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://portugas.org/\" target =_blank>Portugas</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://portugas.org/\" target=\"_blank\">Portugas</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -58,7 +58,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://racing4everyone.eu/\" target =_blank>Racing4Everyone</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://racing4everyone.eu/\" target=\"_blank\">Racing4Everyone</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -32,7 +32,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://redbits.xyz/\" target =_blank>RedBits</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://redbits.xyz/\" target=\"_blank\">RedBits</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -28,7 +28,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://reelflix.xyz/\" target =_blank>ReelFlix</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://reelflix.xyz/\" target=\"_blank\">ReelFlix</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+2
View File
@@ -5,6 +5,8 @@ description: "RPTorrents is a Private tracker for MOVIES / TV / GENERAL"
language: en-US
type: private
encoding: UTF-8
certificates:
- e674aa17bf38af08a119626025298e1bb4d2d5cb # Expired 29 April 2023
links:
- https://rptorrents.com/
+1 -1
View File
@@ -36,7 +36,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://shareisland.org/\" target =_blank>Shareisland</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://shareisland.org/\" target=\"_blank\">Shareisland</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -24,7 +24,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://skipthecommericals.xyz/\" target =_blank>SkipTheCommercials</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://skipthecommericals.xyz/\" target=\"_blank\">SkipTheCommercials</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -24,7 +24,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://skipthetrailers.xyz/\" target =_blank>SkipTheTrailers</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://skipthetrailers.xyz/\" target=\"_blank\">SkipTheTrailers</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -35,7 +35,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing the <a href=\"https://swarmazon.club/en/view/settings.php?section=token\" target =_blank>Token Setting</a> page."
default: "Find or Generate a new API Token by accessing the <a href=\"https://swarmazon.club/en/view/settings.php?section=token\" target=\"_blank\">Token Setting</a> page."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -36,7 +36,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://telly.wtf/\" target =_blank>TellyTorrent</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://telly.wtf/\" target=\"_blank\">TellyTorrent</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -25,7 +25,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://thedarkcommunity.cc//\" target =_blank>TheDarkCommunity</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://thedarkcommunity.cc/\" target=\"_blank\">TheDarkCommunity</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -35,7 +35,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://theoldschool.cc/\" target =_blank>The Old School</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://theoldschool.cc/\" target=\"_blank\">The Old School</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+5
View File
@@ -162,6 +162,11 @@ search:
selector: category
title:
selector: name
filters:
- name: re_replace
args: ["- (\\w+-?\\w*)$", "-$1"]
description:
selector: name
details:
text: "{{ .Config.sitelink }}description.php?id={{ .Result._id }}"
infohash:
+1 -1
View File
@@ -38,7 +38,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://theshinning.me/\" target =_blank>The Shinning</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://theshinning.me/\" target=\"_blank\">The Shinning</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1
View File
@@ -31,6 +31,7 @@ caps:
- {id: 51, cat: XXX/DVD, desc: "Erotika Video"}
- {id: 52, cat: XXX/Other, desc: "Erotika Ostalo"}
- {id: 53, cat: Other/Misc, desc: "Ostalo Ostalo"}
- {id: 55, cat: TV/Documentary, desc: "Dokumentarci Xvid"}
modes:
search: [q]
+10 -38
View File
@@ -25,7 +25,6 @@ caps:
- {id: 208, cat: XXX, desc: " Фильмы с сюжетом / Feature Vignettes"}
- {id: 640, cat: XXX, desc: " Порно-пародия / Parody"}
- {id: 209, cat: XXX, desc: " Фильмы без сюжета / Movies without a story"}
- {id: 530, cat: XXX, desc: " Азиатские и этнические фильмы / Asian & Ethnic-Themed"}
- {id: 207, cat: XXX, desc: " Порно фильмы с Русским переводом"}
- {id: 579, cat: XXX, desc: " Эротические фильмы / Erotic Movies"}
- {id: 580, cat: XXX, desc: " Документальные фильмы 18+ / Documentary & Reality"}
@@ -55,12 +54,13 @@ caps:
- {id: 645, cat: XXX, desc: " HD Video ролики 18+ (2017-2020 год)"}
- {id: 401, cat: XXX, desc: " Паки порнороликов / SiteRip's Packs"}
- {id: 386, cat: XXX, desc: " Паки порнороликов HD / HD Video Packs"}
- {id: 629, cat: XXX, desc: " Ролики и сцены от &quot;LegalPorno.com &quot;"}
- {id: 660, cat: XXX, desc: " Порно со всего мира - Ролики и сцены из фильмов"}
- {id: 629, cat: XXX, desc: " Ролики и сцены от 'LegalPorno.com'"}
- {id: 660, cat: XXX, desc: " Этническое порно / Ethnic Porn - Фильмы и ролики"}
- {id: 662, cat: XXX, desc: " Межрасовый секс / Interracial"}
- {id: 661, cat: XXX, desc: " Азиатки / Asian"}
- {id: 663, cat: XXX, desc: " Латинки / Latin"}
- {id: 664, cat: XXX, desc: " Негритянки и Темнокожие / Ebony & Arab"}
- {id: 530, cat: XXX, desc: " Полнометражные азиатские и этнические фильмы / Full-length ethnic films"}
- {id: 633, cat: XXX, desc: " Оральный секс / Oral Sex - Фильмы и ролики"}
- {id: 398, cat: XXX, desc: " Bukkake & Blowbang - Сцены и ролики"}
- {id: 634, cat: XXX, desc: " Oral & Deep Throat - Сцены и ролики"}
@@ -110,39 +110,11 @@ caps:
- {id: 392, cat: XXX, desc: " Бисексуалы / BISex- фильмы и ролики"}
- {id: 393, cat: XXX, desc: " Транссексуалы / Shemale - фильмы и ролики"}
- {id: 636, cat: XXX, desc: " Другое / Other"}
- {id: 643, cat: XXX, desc: " Нудизм-Натуризм / Nudity"}
- {id: 467, cat: XXX, desc: " Gay / BISex, Shemale - Паки фильмов и роликов"}
- {id: 598, cat: XXX, desc: " Порно онлайн"}
- {id: 470, cat: XXX, desc: " Секс-меньшинства - журналы, фото, разное"}
- {id: 458, cat: XXX, desc: " Видео для телефонов и КПК +18 / Pocket РС & Phone Video"}
- {id: 599, cat: XXX, desc: " Ролики и фильмы онлайн"}
- {id: 654, cat: XXX, desc: " Порно-кастинг / Casting"}
- {id: 651, cat: XXX, desc: " Любительское / Amateur & Homemade"}
- {id: 601, cat: XXX, desc: " Вебкамеры / WEBCam"}
- {id: 600, cat: XXX, desc: " Анальный секс / Anal Sex"}
- {id: 607, cat: XXX, desc: " Двойное проникновение / Double Penetration, DAP, DPP"}
- {id: 657, cat: XXX, desc: " Группавуха / Group & Orgy, Gangbang"}
- {id: 614, cat: XXX, desc: " Молоденькие / Legal Teens, Young"}
- {id: 620, cat: XXX, desc: " Мамочки / MILF & Mature"}
- {id: 615, cat: XXX, desc: " Большие сиськи и жопы / Big Boobs"}
- {id: 611, cat: XXX, desc: " Межрассовый секс / Interracial"}
- {id: 649, cat: XXX, desc: " Негритянки и темнокожие / Black & Ebony"}
- {id: 606, cat: XXX, desc: " Азиатки / Asian"}
- {id: 610, cat: XXX, desc: " Латинки / Latin"}
- {id: 604, cat: XXX, desc: " Русские девочки / Russian Girls"}
- {id: 653, cat: XXX, desc: " Худенькие / Skinny"}
- {id: 655, cat: XXX, desc: " Порнозвёзды / Pornstars"}
- {id: 650, cat: XXX, desc: " Толстушки / BBW"}
- {id: 612, cat: XXX, desc: " Фетиш / Fetish"}
- {id: 652, cat: XXX, desc: " BDSM & Bondage"}
- {id: 621, cat: XXX, desc: " Секс на публике / Public & Reality"}
- {id: 613, cat: XXX, desc: " Инцест / Incest, Taboo"}
- {id: 605, cat: XXX, desc: " Лесбиянки / Lesbian"}
- {id: 609, cat: XXX, desc: " Фистинг / Fisting"}
- {id: 656, cat: XXX, desc: " Полнометражные фильмы / Full Length Movies"}
- {id: 467, cat: XXX, desc: " Gay / BISex, Shemale - Паки фильмов и роликов"}
- {id: 598, cat: XXX, desc: " Порно онлайн"}
- {id: 458, cat: XXX, desc: " Видео для телефонов и КПК +18 / Pocket РС & Phone Video"}
- {id: 470, cat: XXX, desc: " Секс-меньшинства - журналы, фото, разное"}
- {id: 247, cat: XXX, desc: " Правила и FAQ"}
- {id: 248, cat: XXX, desc: " Правила"}
- {id: 642, cat: XXX, desc: " FAQ / Вопросы и ответы"}
modes:
search: [q]
@@ -166,6 +138,7 @@ settings:
a: asc
search:
# http://www.torrent-pirat.com/search.php?tracker_search=torrent&keywords=2023&terms=all&fp=1&author=&sc=1&sf=titleonly&sk=t&sd=d&sr=topics&st=0&ch=300&t=0&submit=Search
paths:
- path: search.php
inputs:
@@ -173,7 +146,6 @@ search:
keywords: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
terms: all
fp: 1
author: ""
sc: 1
sf: titleonly
sr: topics
@@ -182,11 +154,11 @@ search:
st: 0
ch: 300
t: 0
submit: Перейти
submit: Search
$raw: "{{ range .Categories }}&fid[]={{.}}{{end}}"
rows:
selector: table.tablebg > tbody > tr:has(a[href^="./download/file.php?id="])
selector: table.tablebg:nth-of-type(2) > tbody > tr:has(a[href^="./download/file.php?id="])
fields:
title:
+2 -4
View File
@@ -8,14 +8,11 @@ encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-liens.com/T911 and https://www.protege-liens.com/Torrent911
links:
- https://www.torrent911.ws/
- https://www.torrent911.me/
- https://t911.org/
- https://oxtorrent.unblockninja.com/
legacylinks:
- https://www.protege-liens.com/
- https://www.oxtorrent.io/
- https://www.oxtorrent.cx/
- https://www.oxtorrent.nz/
- https://oxtorrent.nocensor.work/
- https://oxtorrent.unblockit.kim/
- https://www.oxtorrent.sh/
@@ -42,6 +39,7 @@ legacylinks:
- https://www.t911.tv/
- https://torrent911.ws/
- http://www.torrent911.ws/
- https://www.torrent911.ws/
caps:
categorymappings:
+2 -2
View File
@@ -8,10 +8,9 @@ encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Torrent9
links:
- https://www.torrent9.cm/
- https://www.torrent9.fi/
- https://torrent9.nocensor.art/
legacylinks:
- https://wvw.torrent9.one/
- https://wwv.torrent9.one/
- https://vww.torrent9.one/
- https://www.torrent9.srl/
@@ -35,6 +34,7 @@ legacylinks:
- https://torrent9.mrunblock.guru/ # redirects to 1337x
- https://torrent9.cm/
- http://www.torrent9.cm/
- https://www.torrent9.cm/
caps:
categorymappings:
+2 -2
View File
@@ -7,9 +7,8 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://torrentqq253.com/
- https://torrentqq254.com/
legacylinks:
- https://torrentqq238.com/
- https://torrentqq239.com/
- https://torrentqq240.com/
- https://torrentqq241.com/
@@ -25,6 +24,7 @@ legacylinks:
- https://torrentqq250.com/
- https://torrentqq251.com/
- https://torrentqq252.com/
- https://torrentqq253.com/
caps:
categorymappings:
+1 -1
View File
@@ -38,7 +38,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://torrentseeds.org/\" target =_blank>TorrentSeeds</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://torrentseeds.org/\" target=\"_blank\">TorrentSeeds</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+3 -14
View File
@@ -7,21 +7,8 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://torrentsir102.com/
- https://torrentsir103.com/
legacylinks:
- http://torrentsir83.com/
- https://torrentsir83.com/
- http://torrentsir85.com/
- https://torrentsir85.com/
- http://torrentsir86.com/
- https://torrentsir86.com/
- http://torrentsir87.com/
- https://torrentsir87.com/
- http://torrentsir88.com/
- https://torrentsir88.com/
- http://torrentsir89.com/
- https://torrentsir89.com/
- http://torrentsir90.com/
- https://torrentsir90.com/
- http://torrentsir91.com/
- https://torrentsir91.com/
@@ -40,6 +27,8 @@ legacylinks:
- http://torrentsir101.com/
- https://torrentsir101.com/
- http://torrentsir102.com/
- https://torrentsir102.com/
- http://torrentsir103.com/
caps:
categorymappings:
+2 -2
View File
@@ -7,11 +7,10 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://viewtorrent7.com/
- https://viewtorrent8.com/
legacylinks:
- https://torrentview.net/
- https://torrentview.co/
- https://torrentview53.com/
- https://torrentview57.com/
- https://torrentview60.com/
- https://torrentview62.com/
@@ -25,6 +24,7 @@ legacylinks:
- https://viewtorrent4.com/
- https://viewtorrent5.com/
- https://viewtorrent6.com/
- https://viewtorrent7.com/
caps:
categorymappings:
+2 -2
View File
@@ -7,9 +7,8 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://torrentwiz56.com/
- https://torrentwiz57.com/
legacylinks:
- https://torrentwiz38.com/
- https://torrentwiz39.com/
- https://torrentwiz40.com/
- https://torrentwiz41.com/
@@ -25,6 +24,7 @@ legacylinks:
- https://torrentwiz52.com/
- https://torrentwiz54.com/
- https://torrentwiz55.com/
- https://torrentwiz56.com/
caps:
categorymappings:
-154
View File
@@ -1,154 +0,0 @@
---
id: twilight
name: Twilight Torrents
description: "Twilight Torrents is a Private Torrent Tracker for MOVIES / TV / GENERAL"
language: en-US
type: private
encoding: UTF-8
links:
- https://www.twilightsdreams.com/
caps:
categorymappings:
- {id: 28, cat: Movies, desc: " Boxsets"}
- {id: 14, cat: PC, desc: "apps"}
- {id: 44, cat: Other, desc: "Bots no Cat yet"}
- {id: 46, cat: TV/Documentary, desc: "documentary-TV and Movies"}
- {id: 35, cat: Audio/Audiobook, desc: "E-books (audio)"}
- {id: 13, cat: Books/EBook, desc: "E-Books (text)"}
- {id: 48, cat: Movies, desc: "Filled Requests"}
- {id: 6, cat: Console, desc: "Games/console"}
- {id: 7, cat: Console, desc: "Games/handheld"}
- {id: 19, cat: PC/Mac, desc: "Games/Mac"}
- {id: 2, cat: PC/Games, desc: "Games/PC/Linux"}
- {id: 45, cat: Movies, desc: "Holiday stuff"}
- {id: 26, cat: Movies, desc: "Kids/all-G-Rated"}
- {id: 15, cat: Other, desc: "Misc "}
- {id: 10, cat: Movies, desc: "Movies"}
- {id: 31, cat: Movies, desc: "Movies /Non English"}
- {id: 32, cat: Movies, desc: "Movies Retro/Pre 2000"}
- {id: 3, cat: Audio, desc: "Music"}
- {id: 4, cat: Audio/Video, desc: "Music/videos"}
- {id: 33, cat: TV/Sport, desc: "Sports"}
- {id: 36, cat: TV, desc: "Tv"}
modes:
search: [q]
tv-search: [q, season, ep, imdbid]
movie-search: [q, imdbid]
music-search: [q]
book-search: [q]
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: freeleech
type: checkbox
label: Search freeleech only
default: false
- name: sort
type: select
label: Sort requested from site
default: 4
options:
4: created
7: seeders
5: size
1: title
- name: type
type: select
label: Order requested from site
default: desc
options:
desc: desc
asc: asc
login:
path: login.php
method: form
form: form[action="takelogin.php"]
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
perm_ssl: 1
error:
- selector: h2
message:
selector: table tr td.text
test:
path: browse.php
selector: a[href="logout.php"]
search:
paths:
- path: browse.php
inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
# 0 active, 1 incldead, 2 onlydead, 3 freeleech
incldead: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}"
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"
# does not display imdb links in results
rows:
selector: tr[class^="color"]
fields:
category:
selector: a[href^="browse.php?cat="]
attribute: href
filters:
- name: querystring
args: cat
title:
selector: a[href^="details.php?id="]
attribute: onmouseover
filters:
- name: split
args: [">", "2"]
- name: replace
args: ["</b", ""]
details:
selector: a[href^="details.php?id="]
attribute: href
download:
selector: a[href^="download.php?torrent="]
attribute: href
files:
selector: td:nth-of-type(6)
date_day:
selector: td:nth-of-type(8):contains("day")
# auto adjusted by site account profile
optional: true
date_year:
selector: td:nth-of-type(8):not(:contains("day"))
# auto adjusted by site account profile
optional: true
filters:
- name: dateparse
args: "MMM d yyyy hh:mm tt"
date:
text: "{{ if or .Result.date_day .Result.date_year }}{{ or .Result.date_day .Result.date_year }}{{ else }}now{{ end }}"
size:
selector: td:nth-of-type(9)
grabs:
selector: td:nth-of-type(10)
seeders:
selector: td:nth-of-type(11)
leechers:
selector: td:nth-of-type(12)
downloadvolumefactor:
case:
img[src="free.gif"]: 0
img[src="./pic/fre.gif"]: 0 # issue #7116 freeleech with expiry date
"*": 1
uploadvolumefactor:
text: 1
minimumratio:
text: 0.51
# customised from TBDEV,U232,and Btdev
+2 -1
View File
@@ -7,7 +7,7 @@ type: public
encoding: UTF-8
# to fetch current domain use https://www.protege-liens.com/Zetorrents
links:
- https://www.zetorrents.ch/
- https://www.zetorrents.pw/
- https://zetorrents.mrunblock.guru/
legacylinks:
- https://www.zetorrents.co/
@@ -26,6 +26,7 @@ legacylinks:
- https://www.zetorrents.biz/
- https://zetorrents.nocensor.lol/
- https://zetorrents.nocensor.art/
- https://www.zetorrents.ch/
caps:
categories:
+1 -1
View File
@@ -31,7 +31,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Key by accessing your <a href=\"https://anthelion.me/\" target =_blank>Anthelion</a> account <i>Settings</i> page and scrolling down to the <b>API Key</b> section.<br>Tick the <b>Search</b> and <b>Download</b> checkboxes and click the <b>save profile</b> button to generate the key."
default: "Find or Generate a new API Key by accessing your <a href=\"https://anthelion.me/\" target=\"_blank\">Anthelion</a> account <i>Settings</i> page and scrolling down to the <b>API Key</b> section.<br>Tick the <b>Search</b> and <b>Download</b> checkboxes and click the <b>save profile</b> button to generate the key."
login:
path: api.php
+1 -1
View File
@@ -35,7 +35,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://acervos.cc/\" target =_blank>Acervos</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://acervos.cc/\" target=\"_blank\">Acervos</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -35,7 +35,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://aither.cc/\" target =_blank>Aither</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://aither.cc/\" target=\"_blank\">Aither</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -37,7 +37,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://animetracker.cc/\" target =_blank>AnimeTracker</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://animetracker.cc/\" target=\"_blank\">AnimeTracker</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -40,7 +40,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://animeworld.cx/\" target =_blank>AnimeWorld</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://animeworld.cx/\" target=\"_blank\">AnimeWorld</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -29,7 +29,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://blutopia.cc/\" target =_blank>Blutopia</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://blutopia.cc/\" target=\"_blank\">Blutopia</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -30,7 +30,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://brsociety.club/\" target =_blank>BrSociety</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://brsociety.club/\" target=\"_blank\">BrSociety</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+2 -2
View File
@@ -36,14 +36,14 @@ settings:
- name: info_apikey
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://danishbytes.club/\" target =_blank>DanishBytes</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://danishbytes.club/\" target=\"_blank\">DanishBytes</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: rsskey
type: text
label: RSSKey
- name: info_rsskey
type: info
label: About your RSS key
default: "Find or Generate a new RSS key by accessing your <a href=\"https://danishbytes.club/\" target =_blank>DanishBytes</a> account <i>My Security</i> page and clicking on the <b>RSS Key (RID)</b> tab."
default: "Find or Generate a new RSS key by accessing your <a href=\"https://danishbytes.club/\" target=\"_blank\">DanishBytes</a> account <i>My Security</i> page and clicking on the <b>RSS Key (RID)</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -36,7 +36,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://datascene.xyz/\" target =_blank>DataScene</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://datascene.xyz/\" target=\"_blank\">DataScene</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -363,7 +363,7 @@ search:
# does not return imdb link in results
rows:
selector: table.font_12px tbody tr:has(td[class^="tone_"]):not(:has(script))
selector: table.font_12px tbody tr:has(td[class^="tone_1"]):not(:has(script))
after: 1
dateheaders:
selector: td.added_today:not(:contains("Sponsored links"))
+1 -1
View File
@@ -29,7 +29,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://desitorrents.tv/\" target =_blank>DesiTorrents</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://desitorrents.tv/\" target=\"_blank\">DesiTorrents</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -92,7 +92,7 @@ search:
- path: "page/5/{{ if .Keywords }}?s={{ .Keywords }}{{ else }}{{ end }}"
rows:
selector: "div#content > div.poststuff, div#content > div.poststuff + div.entry:has(a.download)"
selector: "div#content > div.poststuff:has(~ div.entry a.download), div#content > div.poststuff ~ div.entry:has(a.download)"
after: 1
fields:
+1 -1
View File
@@ -33,7 +33,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://generation-free.org/\" target =_blank>Generation-Free</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://generation-free.org/\" target=\"_blank\">Generation-Free</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -25,7 +25,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://www.hawke.uno/\" target =_blank>hawke-uno</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://www.hawke.uno/\" target=\"_blank\">hawke-uno</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -28,7 +28,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://hd-united.vn/\" target =_blank>HD-UNiT3D</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://hd-united.vn/\" target=\"_blank\">HD-UNiT3D</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -36,7 +36,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://jme-reunit3d.de/\" target =_blank>JME-REUNIT3D</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://jme-reunit3d.de/\" target=\"_blank\">JME-REUNIT3D</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -40,7 +40,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://lat-team.com/\" target =_blank>Lat-Team</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://lat-team.com/\" target=\"_blank\">Lat-Team</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -29,7 +29,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://locadora.cc/\" target =_blank>Locadora</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://locadora.cc/\" target=\"_blank\">Locadora</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -34,7 +34,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://lst.gg/\" target =_blank>LST</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://lst.gg/\" target=\"_blank\">LST</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -34,7 +34,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://portugas.org/\" target =_blank>Portugas</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://portugas.org/\" target=\"_blank\">Portugas</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -58,7 +58,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://racing4everyone.eu/\" target =_blank>Racing4Everyone</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://racing4everyone.eu/\" target=\"_blank\">Racing4Everyone</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -32,7 +32,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://redbits.xyz/\" target =_blank>RedBits</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://redbits.xyz/\" target=\"_blank\">RedBits</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -28,7 +28,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://reelflix.xyz/\" target =_blank>ReelFlix</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://reelflix.xyz/\" target=\"_blank\">ReelFlix</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -36,7 +36,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://shareisland.org/\" target =_blank>Shareisland</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://shareisland.org/\" target=\"_blank\">Shareisland</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -24,7 +24,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://skipthecommericals.xyz/\" target =_blank>SkipTheCommercials</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://skipthecommericals.xyz/\" target=\"_blank\">SkipTheCommercials</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -24,7 +24,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://skipthetrailers.xyz/\" target =_blank>SkipTheTrailers</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://skipthetrailers.xyz/\" target=\"_blank\">SkipTheTrailers</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -36,7 +36,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://telly.wtf/\" target =_blank>TellyTorrent</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://telly.wtf/\" target=\"_blank\">TellyTorrent</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -25,7 +25,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://thedarkcommunity.cc//\" target =_blank>TheDarkCommunity</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://thedarkcommunity.cc/\" target=\"_blank\">TheDarkCommunity</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -35,7 +35,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://theoldschool.cc/\" target =_blank>The Old School</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://theoldschool.cc/\" target=\"_blank\">The Old School</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+1 -1
View File
@@ -38,7 +38,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://theshinning.me/\" target =_blank>The Shinning</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://theshinning.me/\" target=\"_blank\">The Shinning</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
+2 -2
View File
@@ -8,10 +8,9 @@ encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Torrent9
links:
- https://www.torrent9.cm/
- https://www.torrent9.fi/
- https://torrent9.nocensor.art/
legacylinks:
- https://wvw.torrent9.one/
- https://wwv.torrent9.one/
- https://vww.torrent9.one/
- https://www.torrent9.srl/
@@ -35,6 +34,7 @@ legacylinks:
- https://torrent9.mrunblock.guru/ # redirects to 1337x
- https://torrent9.cm/
- http://www.torrent9.cm/
- https://www.torrent9.cm/
caps:
categorymappings:
+1 -1
View File
@@ -38,7 +38,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://torrentseeds.org/\" target =_blank>TorrentSeeds</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://torrentseeds.org/\" target=\"_blank\">TorrentSeeds</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only