mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-18 07:36:10 +01:00
jackett indexers as of a22962dc46625b408fed8b821c7f22139bd2742c [2026-02-27T01:40:01Z]
Removed Indexers: definitions/v11/axeltorrents.yml Modified Indexers: definitions/v11/bitpalace.yml definitions/v11/mircrew.yml definitions/v11/tangmen.yml definitions/v11/torrentqq.yml
This commit is contained in:
@@ -1,155 +0,0 @@
|
|||||||
---
|
|
||||||
id: axeltorrents
|
|
||||||
name: AXEL Torrents
|
|
||||||
description: "AXEL Torrents is a BULGARIAN Semi-Private Torrent Tracker for MOVIES / TV / GENERAL"
|
|
||||||
language: bg-BG
|
|
||||||
type: semi-private
|
|
||||||
encoding: windows-1251
|
|
||||||
links:
|
|
||||||
- https://axelbg.net/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: 10, cat: TV/Anime, desc: "Anime"}
|
|
||||||
- {id: 44, cat: Books/EBook, desc: "Books"}
|
|
||||||
- {id: 42, cat: Books/Comics, desc: "Cartoons"}
|
|
||||||
- {id: 43, cat: Books/Comics, desc: "Comics"}
|
|
||||||
- {id: 45, cat: Other, desc: "Education"}
|
|
||||||
- {id: 2, cat: Console, desc: "Games"}
|
|
||||||
- {id: 9, cat: Other, desc: "MISC"}
|
|
||||||
- {id: 8, cat: Movies/DVD, desc: "Movies/DVD-R"}
|
|
||||||
- {id: 49, cat: Movies/HD, desc: "Movies/Hi-Res"}
|
|
||||||
- {id: 3, cat: Movies/SD, desc: "Movies/VHS"}
|
|
||||||
- {id: 7, cat: Movies/SD, desc: "Movies/XviD"}
|
|
||||||
- {id: 4, cat: Audio, desc: "Music"}
|
|
||||||
- {id: 47, cat: Audio/Video, desc: "Music Videos"}
|
|
||||||
- {id: 46, cat: Audio/Lossless, desc: "Music/Lossless"}
|
|
||||||
- {id: 48, cat: Movies, desc: "Pictures"}
|
|
||||||
- {id: 1, cat: PC, desc: "Software"}
|
|
||||||
- {id: 5, cat: TV, desc: "TV Episodes"}
|
|
||||||
- {id: 50, cat: TV/HD, desc: "TV/Hi-Res"}
|
|
||||||
- {id: 6, cat: XXX, desc: "XXX"}
|
|
||||||
|
|
||||||
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
|
|
||||||
- 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.
|
|
||||||
- name: ip_filtering
|
|
||||||
type: info
|
|
||||||
label: "IP Filtering"
|
|
||||||
default: "AXEL Torrents blocks Non-Bulgarian IP addresses. No results likely means your IP was not accepted. Test by accessing <a href=\"https://axelbg.net/\" target=\"_blank\">AXEL Torrents</a> WEB site with your browser."
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: login.php
|
|
||||||
method: post
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
error:
|
|
||||||
- selector: div.login-note
|
|
||||||
test:
|
|
||||||
path: /
|
|
||||||
selector: a[href="/logout.php"]
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: browse.php
|
|
||||||
inputs:
|
|
||||||
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
|
|
||||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
|
||||||
# 0 active, 1 incldead, 2 onlydead, 3 onlyfree, 4 only BGAudio, 5 only BGSubs
|
|
||||||
incldead: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}"
|
|
||||||
# intitle, everywhere
|
|
||||||
place: "{{ if .Query.IMDBID }}everywhere{{ else }}intitle{{ end }}"
|
|
||||||
sort: "{{ .Config.sort }}"
|
|
||||||
type: "{{ .Config.type }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: table > tbody > tr.rollout:has(div.rPreview)
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
selector: a[href^="browse.php?cat="]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: querystring
|
|
||||||
args: cat
|
|
||||||
title:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
details:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: a[href*="download.php"]
|
|
||||||
attribute: href
|
|
||||||
poster:
|
|
||||||
# <div class="rPreview" onmouseover="showBimage(this, '25', 'https://img.imghosting.biz/524/cd08136cf63c733255cda9d51e566429.jpg')">
|
|
||||||
selector: div.rPreview
|
|
||||||
attribute: onmouseover
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: (?=http)(.+?)\'
|
|
||||||
files:
|
|
||||||
selector: td:nth-last-child(7)
|
|
||||||
date:
|
|
||||||
# 2026-02-22<br />11:23:43
|
|
||||||
selector: td:nth-last-child(5)
|
|
||||||
filters:
|
|
||||||
- name: append
|
|
||||||
args: " +02:00" # EET
|
|
||||||
- name: dateparse
|
|
||||||
args: "yyyy-MM-ddHH:mm:ss zzz"
|
|
||||||
size:
|
|
||||||
selector: td:nth-last-child(4)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-last-child(3)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-last-child(2)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-last-child(1)
|
|
||||||
downloadvolumefactor:
|
|
||||||
case:
|
|
||||||
img[src="/images/free.gif"]: 0
|
|
||||||
"*": 1
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
minimumseedtime:
|
|
||||||
# 1 day (as seconds = 24 x 60 x 60)
|
|
||||||
text: 86400
|
|
||||||
description:
|
|
||||||
selector: em
|
|
||||||
# engine n/a (based on NexusPHP)
|
|
||||||
@@ -5,6 +5,8 @@ description: "Bitpalace is a HUNGARIAN Private Torrent Tracker for MOVIES / TV /
|
|||||||
language: hu-HU
|
language: hu-HU
|
||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
|
certificates:
|
||||||
|
- 87c00996262837ea785a43f1f1fc0a7b31956182 # using cert for .hu domain
|
||||||
links:
|
links:
|
||||||
- https://bitpalace.cc/
|
- https://bitpalace.cc/
|
||||||
legacylinks:
|
legacylinks:
|
||||||
|
|||||||
@@ -153,7 +153,8 @@ search:
|
|||||||
$raw: "{{ range .Categories }}&fid[]={{.}}{{end}}"
|
$raw: "{{ range .Categories }}&fid[]={{.}}{{end}}"
|
||||||
|
|
||||||
headers:
|
headers:
|
||||||
User-Agent: ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203"]
|
# site blocks Jackett's User-Agents, so use a slightly altered Windows Jackett UA here (e.g. Safari/537.36 > Safari/537.35)
|
||||||
|
User-Agent: ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.35"]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: li.row
|
selector: li.row
|
||||||
|
|||||||
@@ -28,19 +28,11 @@ caps:
|
|||||||
music-search: [q]
|
music-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: username
|
- name: cookie
|
||||||
type: text
|
type: text
|
||||||
label: Username
|
label: Cookie
|
||||||
- name: password
|
- name: info_cookie
|
||||||
type: password
|
type: info_cookie
|
||||||
label: Password
|
|
||||||
- name: 2facode
|
|
||||||
type: text
|
|
||||||
label: 2FA code
|
|
||||||
- name: info_2fa
|
|
||||||
type: info
|
|
||||||
label: "About 2FA code"
|
|
||||||
default: "Only fill in the <b>2FA code</b> box if you have enabled <b>2FA</b> on the Tangmen Web Site. Otherwise just leave it empty."
|
|
||||||
- name: freeleech
|
- name: freeleech
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Search freeleech only
|
label: Search freeleech only
|
||||||
@@ -71,26 +63,10 @@ settings:
|
|||||||
default: "Account retention rules:<ol><li>Veteran User and above will be retained forever</li><li>Elite User and above will not have their account deleted after parking (in the control panel)</li><li>Users with a parked account will be deleted if they do not log in for 400 consecutive days</li><li>Users with a non-parked account will be deleted if they do not log in for 150 consecutive days</li><li>Users who have no traffic (i.e. upload/download data are both 0) will be deleted if they do not log in for 100 consecutive days.</li></ol>"
|
default: "Account retention rules:<ol><li>Veteran User and above will be retained forever</li><li>Elite User and above will not have their account deleted after parking (in the control panel)</li><li>Users with a parked account will be deleted if they do not log in for 400 consecutive days</li><li>Users with a non-parked account will be deleted if they do not log in for 150 consecutive days</li><li>Users who have no traffic (i.e. upload/download data are both 0) will be deleted if they do not log in for 100 consecutive days.</li></ol>"
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: login.php
|
# using cookie method because site does a JS call to API/Challenge via JQuery to load response parm required for takelogin.php
|
||||||
method: form
|
method: cookie
|
||||||
form: form[action="takelogin.php"]
|
|
||||||
captcha:
|
|
||||||
type: image
|
|
||||||
selector: img[alt="CAPTCHA"]
|
|
||||||
input: imagestring
|
|
||||||
inputs:
|
inputs:
|
||||||
secret: ""
|
cookie: "{{ .Config.cookie }}"
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
two_step_code: "{{ .Config.2facode }}"
|
|
||||||
logout: ""
|
|
||||||
securelogin: ""
|
|
||||||
ssl: yes
|
|
||||||
trackerssl: yes
|
|
||||||
error:
|
|
||||||
- selector: td.embedded:has(h2:contains("失败"))
|
|
||||||
message:
|
|
||||||
selector: td.text
|
|
||||||
test:
|
test:
|
||||||
path: index.php
|
path: index.php
|
||||||
selector: a[href="logout.php"]
|
selector: a[href="logout.php"]
|
||||||
|
|||||||
@@ -8,9 +8,8 @@ encoding: UTF-8
|
|||||||
followredirect: true
|
followredirect: true
|
||||||
links:
|
links:
|
||||||
- https://torrentqq408.com/
|
- https://torrentqq408.com/
|
||||||
- https://torrentegg86.com/
|
- https://torrentegg87.com/
|
||||||
legacylinks:
|
legacylinks:
|
||||||
- https://torrentegg71.com/
|
|
||||||
- https://torrentegg72.com/
|
- https://torrentegg72.com/
|
||||||
- https://torrentegg73.com/
|
- https://torrentegg73.com/
|
||||||
- https://torrentegg74.com/
|
- https://torrentegg74.com/
|
||||||
@@ -22,14 +21,15 @@ legacylinks:
|
|||||||
- https://torrentegg80.com/
|
- https://torrentegg80.com/
|
||||||
- https://torrentegg81.com/
|
- https://torrentegg81.com/
|
||||||
- https://torrentegg82.com/
|
- https://torrentegg82.com/
|
||||||
|
- https://torrentegg83.com/
|
||||||
|
- https://torrentegg84.com/
|
||||||
|
- https://torrentegg85.com/
|
||||||
|
- https://torrentegg86.com/
|
||||||
|
- https://torrentqq397.com/
|
||||||
- https://torrentqq393.com/
|
- https://torrentqq393.com/
|
||||||
- https://torrentqq394.com/
|
- https://torrentqq394.com/
|
||||||
- https://torrentqq395.com/
|
- https://torrentqq395.com/
|
||||||
- https://torrentegg83.com/
|
|
||||||
- https://torrentqq396.com/
|
- https://torrentqq396.com/
|
||||||
- https://torrentegg84.com/
|
|
||||||
- https://torrentqq397.com/
|
|
||||||
- https://torrentegg85.com/
|
|
||||||
- https://torrentqq398.com/
|
- https://torrentqq398.com/
|
||||||
- https://torrentqq399.com/
|
- https://torrentqq399.com/
|
||||||
- https://torrentqq400.com/
|
- https://torrentqq400.com/
|
||||||
|
|||||||
Reference in New Issue
Block a user