1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-02-15 07:25:47 +00:00

jackett indexers as of ba889e81ec2da3e160472f792a0fbe642eb6ff78

This commit is contained in:
bakerboy448
2022-07-28 21:54:08 -05:00
parent a454b7e67e
commit c245eb0341
5 changed files with 28 additions and 105 deletions

View File

@@ -88,16 +88,18 @@ search:
selector: meta.total
fields:
categorydesc:
selector: category
category:
selector: category_id
title:
selector: name
details:
selector: details_link
download:
selector: download_link
infohash:
selector: info_hash
poster:
selector: poster
selector: meta.poster
filters:
- name: replace
args: ["https://via.placeholder.com/90x135", ""]
@@ -107,6 +109,10 @@ search:
selector: tmdb_id
tvdbid:
selector: tvdb_id
_genre:
selector: meta.genres
description:
text: "{{ .Result._genre }}"
files:
selector: num_file
seeders:
@@ -142,4 +148,4 @@ search:
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 6.0.0 beta
# json UNIT3D 6.3.0

View File

@@ -1,91 +0,0 @@
---
id: pornolive
name: PornoLive
description: "PornoLive is a RUSSIAN Public Torrent Tracker for 3X"
language: ru-RU
type: public
encoding: windows-1251
links:
- https://www.pornolive.org/
legacylinks:
- http://pornolive.org/
- https://pornolive.org/
caps:
categorymappings:
- {id: XXX, cat: XXX, desc: "XXX"}
modes:
search: [q]
settings:
- 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
search:
paths:
- path: browse.php
inputs:
search: "{{ .Keywords }}"
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"
rows:
selector: table.embedded > tbody > tr:has(a[href^="details.php?id="])
fields:
category:
text: XXX
title:
selector: a[href^="details.php?id="]
details:
selector: a[href^="details.php?id="]
attribute: href
_id:
selector: a[href^="details.php?id="]
attribute: href
filters:
- name: querystring
args: id
download:
text: "download.php?id={{ .Result._id }}&name=t{{ .Result._id }}.torrent"
date:
selector: font.mnav
filters:
- name: append
args: " +00:00" # auto adjusted by site account profile
- name: dateparse
args: "2006-01-02 15:04:05 -07:00"
size:
selector: td:nth-child(3)
seeders:
selector: td:nth-child(4)
filters:
- name: split
args: ["/", 0]
leechers:
selector: td:nth-child(4)
filters:
- name: split
args: ["/", 1]
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
minimumratio:
text: 0.31
# TBDev

View File

@@ -7,9 +7,8 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://torrentqq214.com/
- https://torrentqq215.com/
legacylinks:
- https://torrentqq138.com/
- https://torrentqq139.com/
- https://torrentqq140.com/
- https://torrentqq141.com/
@@ -24,6 +23,7 @@ legacylinks:
- https://torrentqq211.com/
- https://torrentqq212.com/
- https://torrentqq213.com/
- https://torrentqq214.com/
caps:
categorymappings:

View File

@@ -96,8 +96,10 @@ search:
selector: details_link
download:
selector: download_link
infohash:
selector: info_hash
poster:
selector: poster
selector: meta.poster
filters:
- name: replace
args: ["https://via.placeholder.com/90x135", ""]
@@ -107,6 +109,10 @@ search:
selector: tmdb_id
tvdbid:
selector: tvdb_id
genre:
selector: meta.genres
description:
text: "{{ .Result.genre }}"
files:
selector: num_file
seeders:
@@ -120,8 +126,6 @@ search:
selector: created_at
size:
selector: size
infohash:
selector: info_hash
downloadvolumefactor:
# api returns 0%, 25%, 50%, 75%, 100%
selector: freeleech
@@ -144,4 +148,4 @@ search:
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 6.1.1 beta
# json UNIT3D 6.3.0

View File

@@ -96,8 +96,10 @@ search:
selector: details_link
download:
selector: download_link
infohash:
selector: info_hash
poster:
selector: poster
selector: meta.poster
filters:
- name: replace
args: ["https://via.placeholder.com/90x135", ""]
@@ -107,6 +109,10 @@ search:
selector: tmdb_id
tvdbid:
selector: tvdb_id
genre:
selector: meta.genres
description:
text: "{{ .Result.genre }}"
files:
selector: num_file
seeders:
@@ -120,8 +126,6 @@ search:
selector: created_at
size:
selector: size
infohash:
selector: info_hash
downloadvolumefactor:
# api returns 0%, 25%, 50%, 75%, 100%
selector: freeleech
@@ -144,4 +148,4 @@ search:
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 6.1.1 beta
# json UNIT3D 6.3.0