mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-02 00:08:06 +01:00
jackett indexers as of 8418482e6a5b8e79cd025eecb0e45fa31b4c51bc [2026-03-12T00:09:43Z]
Removed Indexers: definitions/v11/isohunt2.yml Modified Indexers: definitions/v11/abnormal-api.yml definitions/v11/animetorrentsro.yml definitions/v11/c411.yml definitions/v11/dxp.yml definitions/v11/majomparade.yml definitions/v11/rastastugan-api.yml definitions/v11/thepiratebay.yml definitions/v11/torr9.yml definitions/v11/torrentsome.yml definitions/v11/torrenttip.yml
This commit is contained in:
@@ -36,6 +36,10 @@ settings:
|
||||
type: info
|
||||
label: About your API key
|
||||
default: "Find your API key on your <a href=\"https://abn.lol/User/Parameters\" target=\"_blank\">Parameters</a> page. The API key is read-only and never expires."
|
||||
- name: apiurl
|
||||
label: API URL
|
||||
type: text
|
||||
default: api.abn.lol
|
||||
- name: freeleech
|
||||
type: checkbox
|
||||
label: Search freeleech only
|
||||
@@ -81,7 +85,7 @@ settings:
|
||||
default: "Accounts are automatically deactivated after 4 months of inactivity (no connection to the site)."
|
||||
|
||||
login:
|
||||
path: https://api.abn.lol/api/Release/Search?name=test&resultByPage=1
|
||||
path: "https://{{ .Config.apiurl }}/api/Release/Search?name=test&resultByPage=1"
|
||||
method: get
|
||||
error:
|
||||
- selector: :root:contains("Unauthorized")
|
||||
@@ -90,7 +94,7 @@ login:
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: https://api.abn.lol/api/Release/Search
|
||||
- path: "https://{{ .Config.apiurl }}/api/Release/Search"
|
||||
response:
|
||||
type: json
|
||||
|
||||
|
||||
@@ -6,6 +6,8 @@ language: ro-RO
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://animetorrents.io/
|
||||
legacylinks:
|
||||
- https://animetorrents.ro/
|
||||
|
||||
caps:
|
||||
|
||||
@@ -95,8 +95,12 @@ settings:
|
||||
|
||||
login:
|
||||
# returns "401 Unauthorized, check your credentials" if apikey is invalid
|
||||
path: "api/torznab?apikey={{ .Config.apikey }}&t=caps"
|
||||
path: api/torznab
|
||||
method: get
|
||||
inputs:
|
||||
apikey: "{{ .Config.apikey }}"
|
||||
t: search
|
||||
limit: 1
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
||||
@@ -92,6 +92,11 @@ login:
|
||||
path: index.php
|
||||
selector: a[href="logout.php"]
|
||||
|
||||
download:
|
||||
selectors:
|
||||
- selector: a[href^="download.php?id="]
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
# https://dxp.ru/torrents.php?search=&sort=4&type=desc&wh=name&incldead=1
|
||||
paths:
|
||||
@@ -110,13 +115,13 @@ search:
|
||||
args: ["(?i)\\b(?:[SE]\\d{1,4}){1,2}\\b\\s?", ""]
|
||||
|
||||
rows:
|
||||
selector: div.torrent-card
|
||||
selector: div.torrent-item
|
||||
|
||||
fields:
|
||||
categorydesc:
|
||||
selector: div.poster-badge
|
||||
selector: div.category-badge
|
||||
title:
|
||||
selector: div.torrent-card-title
|
||||
selector: h3.full-title
|
||||
filters:
|
||||
# normalize to SXXEYY format
|
||||
- name: re_replace
|
||||
@@ -170,32 +175,37 @@ search:
|
||||
- name: append
|
||||
args: "{{ if .Config.addrussiantotitle }} RUS{{ else }}{{ end }}"
|
||||
details:
|
||||
selector: a[href^="torrent-"]
|
||||
selector: a[href^="content.php?id="]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="download.php?id="]
|
||||
selector: a[href^="content.php?id="]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: div.torrent-poster img
|
||||
selector: a[href^="content.php?id="] img
|
||||
attribute: src
|
||||
date:
|
||||
text: now
|
||||
selector: span:has(i.fa-clock)
|
||||
filters:
|
||||
- name: append
|
||||
args: " +03:00" # MSK
|
||||
- name: dateparse
|
||||
args: "dd.MM.yyyy HH:mm zzz"
|
||||
size:
|
||||
text: 2GB
|
||||
selector: div.info-row:has(i.fa-database)
|
||||
grabs:
|
||||
selector: div.stat-item:nth-child(3) span
|
||||
selector: span.completed-bottom
|
||||
seeders:
|
||||
selector: div.stat-item:nth-child(1) span
|
||||
selector: span.seeders-bottom
|
||||
leechers:
|
||||
selector: div.stat-item:nth-child(2) span
|
||||
selector: span.leechers-bottom
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
div.poster-badge:contains("VIP"): 1 # vip
|
||||
div.category-badge:contains("VIP"): 1 # vip
|
||||
"*": 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
minimumratio:
|
||||
text: 0.3
|
||||
description:
|
||||
selector: div.torrent-card-title
|
||||
selector: div.info-row:has(i.fa-globe)
|
||||
# engine n/a
|
||||
|
||||
@@ -1,112 +0,0 @@
|
||||
---
|
||||
id: isohunt2
|
||||
name: Isohunt2
|
||||
description: "Isohunt2 is a Public torrent search engine for MOVIES / TV / GENERAL"
|
||||
language: en-US
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://isohunt.lol/
|
||||
- https://isohuntx.com/
|
||||
- https://isohuntz.com/
|
||||
- https://isohuntz.net/
|
||||
- https://isohunt.how/
|
||||
- https://isohunt.tube/
|
||||
legacylinks:
|
||||
- https://isohunt2.net/ # redirects to torrentproject.cc
|
||||
- https://isohunt.fun/ # redirects to torrentproject.cc
|
||||
- https://isohunt.tv/ # redirects to torrentproject.cc
|
||||
- https://isohunt.nz/
|
||||
- https://isohunt.ch/
|
||||
- https://isohunt.sh/
|
||||
- https://isohunt.app/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: 1, cat: TV/Anime, desc: "Anime"}
|
||||
- {id: 2, cat: PC/0day, desc: "Software"}
|
||||
- {id: 3, cat: PC/Games, desc: "Games"}
|
||||
- {id: 4, cat: XXX, desc: "Adult"}
|
||||
- {id: 5, cat: Movies, desc: "Movies"}
|
||||
- {id: 6, cat: Audio, desc: "Music"}
|
||||
- {id: 7, cat: Other, desc: "Other"}
|
||||
- {id: 8, cat: TV, desc: "Series & TV"}
|
||||
- {id: 9, cat: Books, desc: "Books"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
music-search: [q]
|
||||
book-search: [q]
|
||||
|
||||
settings:
|
||||
- name: category
|
||||
type: select
|
||||
label: Category Filter
|
||||
default: 0
|
||||
options:
|
||||
0: All
|
||||
1: Anime
|
||||
2: Software
|
||||
3: Games
|
||||
4: Adult
|
||||
5: Movies
|
||||
6: Music
|
||||
7: Other
|
||||
8: "Series & TV"
|
||||
9: Books
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site
|
||||
default: created_at
|
||||
options:
|
||||
created_at: created
|
||||
seeders: seeders
|
||||
size: size
|
||||
|
||||
download:
|
||||
selectors:
|
||||
- selector: a.btn-magnet
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: url
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: torrents
|
||||
inputs:
|
||||
ihq: "{{ .Keywords }}"
|
||||
iht: "{{ .Config.category }}"
|
||||
age: 0
|
||||
Torrent_sort: "{{ .Config.sort }}"
|
||||
|
||||
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"]
|
||||
|
||||
rows:
|
||||
selector: table > tbody > tr[data-key="0"]
|
||||
|
||||
fields:
|
||||
categorydesc:
|
||||
selector: a[href^="/torrents/?iht="]
|
||||
title:
|
||||
selector: td.title-row > a[href^="/"] > span
|
||||
details:
|
||||
selector: td.title-row > a[href^="/"]
|
||||
attribute: href
|
||||
download:
|
||||
selector: td.title-row > a[href^="/"]
|
||||
attribute: href
|
||||
size:
|
||||
selector: td.size-row
|
||||
seeders:
|
||||
selector: td.sn
|
||||
date:
|
||||
selector: td.date-row
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
||||
@@ -135,19 +135,19 @@ search:
|
||||
- name: querystring
|
||||
args: categories[]
|
||||
title:
|
||||
selector: a[href*="&categories[]="]
|
||||
selector: a.torrent-title
|
||||
attribute: data-name
|
||||
details:
|
||||
selector: a.torrent-title
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href*="&categories[]="]
|
||||
selector: a.torrent-title
|
||||
attribute: data-dl
|
||||
imdbid:
|
||||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: a[href*="&categories[]="]
|
||||
selector: a.torrent-title
|
||||
attribute: data-cover
|
||||
size:
|
||||
selector: div.torrent-card__meta-short span:nth-child(3)
|
||||
|
||||
@@ -197,4 +197,4 @@ search:
|
||||
minimumseedtime:
|
||||
# 2 days (as seconds = 2 x 24 x 60 x 60)
|
||||
text: 172800
|
||||
# json UNIT3D 9.1.7
|
||||
# json UNIT3D 9.2.0
|
||||
|
||||
@@ -138,6 +138,10 @@ caps:
|
||||
book-search: [q]
|
||||
|
||||
settings:
|
||||
- name: apiurl
|
||||
label: API URL
|
||||
type: text
|
||||
default: apibay.org
|
||||
- name: uploader
|
||||
type: text
|
||||
label: Filter by Uploader
|
||||
@@ -145,15 +149,10 @@ settings:
|
||||
type: info
|
||||
label: About filtering by Uploader
|
||||
default: "You can filter by Uploader by entering a Case Sensitive username, or leave empty to get all results.<br>Note: this is the username of the Uploader and not the Groupname that often show up at the end of TPB titles, eg -MeGusta."
|
||||
- name: info_api
|
||||
type: info
|
||||
label: About this Indexer
|
||||
default: This indexer uses the API at https://apibay.org/ to get its official TPB data. Choose any site link that you can access/prefer so that you can view the torrent details page when browsing the search results for this indexer.
|
||||
|
||||
search:
|
||||
paths:
|
||||
# https://apibay.org/q.php?q=bad+batch&cat=100,101,102,103,104
|
||||
- path: "https://apibay.org/{{ if .Keywords }}q.php?q={{ .Keywords }}&cat={{ join .Categories \",\" }}{{ else }}precompiled/data_top100_recent.json{{ end }}"
|
||||
- path: "https://{{ .Config.apiurl }}/{{ if .Keywords }}q.php?q={{ .Keywords }}&cat={{ join .Categories \",\" }}{{ else }}precompiled/data_top100_recent.json{{ end }}"
|
||||
response:
|
||||
type: json
|
||||
|
||||
|
||||
@@ -39,6 +39,10 @@ settings:
|
||||
type: info
|
||||
label: About your PassKey
|
||||
default: "You can find the API PassKey by accessing your <a href=\"https://torr9.net/profile\" target=\"_blank\">Torr9 Profile</a> page and scrolling down to the <b>Passkey Tracker</b> section."
|
||||
- name: apiurl
|
||||
label: API URL
|
||||
type: text
|
||||
default: api.torr9.net
|
||||
- name: multilang
|
||||
type: checkbox
|
||||
label: Replace MULTi by another language in release name
|
||||
@@ -65,12 +69,12 @@ settings:
|
||||
|
||||
login:
|
||||
# returns "401 Unauthorized, check your credentials" if passkey is invalid
|
||||
path: "https://api.torr9.net/api/v1/torznab?apikey={{ .Config.passkey }}&t=caps"
|
||||
path: "https://{{ .Config.apiurl }}/api/v1/torznab?apikey={{ .Config.passkey }}&t=caps"
|
||||
method: get
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: https://api.torr9.net/api/v1/torznab
|
||||
- path: "https://{{ .Config.apiurl }}/api/v1/torznab"
|
||||
response:
|
||||
type: xml
|
||||
|
||||
|
||||
@@ -9,9 +9,8 @@ followredirect: true
|
||||
requestDelay: 2
|
||||
# to fetch current domain use https://tzip.top/
|
||||
links:
|
||||
- https://torrentsome237.com/
|
||||
- https://torrentsome238.com/
|
||||
legacylinks:
|
||||
- https://torrentsome222.com/
|
||||
- https://torrentsome223.com/
|
||||
- https://torrentsome224.com/
|
||||
- https://torrentsome225.com/
|
||||
@@ -26,6 +25,7 @@ legacylinks:
|
||||
- https://torrentsome234.com/
|
||||
- https://torrentsome235.com/
|
||||
- https://torrentsome236.com/
|
||||
- https://torrentsome237.com/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
|
||||
@@ -9,9 +9,8 @@ followredirect: true
|
||||
requestDelay: 2
|
||||
# to fetch current domain use https://tzip.top/
|
||||
links:
|
||||
- https://torrenttip218.top/
|
||||
- https://torrenttip219.top/
|
||||
legacylinks:
|
||||
- https://torrenttip203.top/
|
||||
- https://torrenttip204.top/
|
||||
- https://torrenttip205.top/
|
||||
- https://torrenttip206.top/
|
||||
@@ -26,6 +25,7 @@ legacylinks:
|
||||
- https://torrenttip215.top/
|
||||
- https://torrenttip216.top/
|
||||
- https://torrenttip217.top/
|
||||
- https://torrenttip218.top/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
|
||||
Reference in New Issue
Block a user