mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-05-01 13:51:17 +01:00
jackett indexers as of bb3697598dadad239566dee5c8fa3d8811882d49 jackett indexers as of 46309a0c702073218f65195710a52e08070a37dc jackett indexers as of ab9f7bbb9883e524274a22a4158b02f4f9899597 jackett indexers as of e189bb5669f6f5b8b778796a978c4259f854c465 jackett indexers as of 7c653c66f9b3d5503dd23032b0066d2d4e40e1c2 jackett indexers as of 7f81339c837ec22372c3060a5cc5be32f1651632 jackett indexers as of d09a9417d160e6547654f2b8a6bf57e5c1c7a8d6 jackett indexers as of 8e9a6f7d7959f25aa8bdb1c7a3cede320a56e9a8
99 lines
3.6 KiB
YAML
99 lines
3.6 KiB
YAML
---
|
|
id: torrentmax
|
|
name: TorrentMax
|
|
description: "TorrentMax (토렌트맥스) is a Public KOREAN tracker for Korean media."
|
|
language: ko-KR
|
|
type: public
|
|
encoding: UTF-8
|
|
followredirect: true
|
|
links:
|
|
- https://torrentmax1.net/
|
|
legacylinks:
|
|
- https://torrentmax15.com/
|
|
|
|
caps:
|
|
categorymappings:
|
|
- {id: "ANIMATION", cat: TV/Anime, desc: "애니 (Animation)"}
|
|
- {id: "GAME", cat: Console, desc: "게임 (Games)"}
|
|
- {id: "MOVIE_EN", cat: Movies/Foreign, desc: "영화 (Movie EN)"}
|
|
- {id: "MOVIE", cat: Movies, desc: "한국영화 (Movie)"}
|
|
- {id: "MOVIE_4K", cat: Movies/UHD, desc: "고화질영화 (Movie 4K)"}
|
|
- {id: "DRAMA", cat: TV, desc: "드라마 (Drama)"}
|
|
- {id: "DRAMA_EN", cat: TV/Foreign, desc: "넷플릭스 (Drama EN)"}
|
|
- {id: "DOCU", cat: TV/Documentary, desc: "다큐 (Documentary)"}
|
|
- {id: "VARIETY", cat: TV, desc: "예능 (Variety)"}
|
|
- {id: "MUSIC", cat: Audio, desc: "한국음악 (Music)"}
|
|
- {id: "MUSIK", cat: Audio/Foreign, desc: "외국음악 (Music Foreign)"}
|
|
- {id: "MOBILE", cat: PC/Mobile-Other, desc: "모바일 (Mobile)"}
|
|
- {id: "UTIL", cat: PC, desc: "유틸 (Software)"}
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q]
|
|
movie-search: [q]
|
|
music-search: [q]
|
|
book-search: [q]
|
|
|
|
settings:
|
|
- name: flaresolverr
|
|
type: info
|
|
label: FlareSolverr
|
|
default: This site may use Cloudflare DDoS Protection, therefore Prowlarr may require <a href="https://github.com/FlareSolverr/FlareSolverr" target="_blank">FlareSolver</a> added as a proxy in Prowlarr (Settings => Indexers) to access it.
|
|
|
|
download:
|
|
selector: a[href*="magnet:?xt="]
|
|
attribute: href
|
|
filters:
|
|
- name: append
|
|
args: "&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.demonii.si%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&tr=udp%3A%2F%2Fipv4.tracker.harry.lu%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.cyberia.is%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce"
|
|
|
|
search:
|
|
paths:
|
|
# https://torrentmax1.net/bbs/search.php?srows=100&gr_id=&sfl=wr_subject&stx=2021&sop=and
|
|
- path: bbs/search.php
|
|
inputs:
|
|
stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
|
srows: 100
|
|
gr_id: ""
|
|
# wr_subject||wr_content, wr_subject, wr_content, mb_id, wr_name
|
|
sfl: wr_subject
|
|
# or, and
|
|
sop: and
|
|
|
|
rows:
|
|
selector: div.search-media div.media:not(:has(a[href*="/max/PHOTO/"])):not(:has(a[href*="/max/GIRL/"])):not(:has(a[href*="/max/CAM/"])):not(:has(a[href*="/max/notice/"])):not(:has(a[href*="/max/humor/"]))
|
|
|
|
fields:
|
|
category:
|
|
selector: div.media-heading a
|
|
attribute: href
|
|
filters:
|
|
- name: regexp
|
|
args: "\\/max\\/(.+?)\\/"
|
|
title:
|
|
selector: div.media-heading a
|
|
details:
|
|
selector: div.media-heading a
|
|
attribute: href
|
|
download:
|
|
selector: div.media-heading a
|
|
attribute: href
|
|
poster:
|
|
selector: div.photo img
|
|
attribute: src
|
|
date:
|
|
# 2021-01-29T20:44:20+09:00
|
|
selector: time
|
|
attribute: datetime
|
|
size:
|
|
text: "512 MB"
|
|
seeders:
|
|
text: 1
|
|
leechers:
|
|
text: 1
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# engine n/a
|