1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-27 11:53:24 +01:00
Files
Indexers/definitions/v10/trancetraffic.yml
Servarr df9284d1ae jackett indexers as of ed9bbeae4f32a290f0452b611f1bb66a613fd153 [2025-03-18T09:13:33Z]
Added Indexers: definitions/v10/rastastugan-api.yml

Modified Indexers: definitions/v10/animeworld-api.yml
definitions/v10/arabafenice.yml
definitions/v10/bibliotik.yml
definitions/v10/bithumen.yml
definitions/v10/bitspyder.yml
definitions/v10/bootytape.yml
definitions/v10/cinemageddon.yml
definitions/v10/concertos.yml
definitions/v10/crabpt.yml
definitions/v10/deildu.yml
definitions/v10/diablotorrent.yml
definitions/v10/girotorrent.yml
definitions/v10/hdvideo.yml
definitions/v10/huntorrent.yml
definitions/v10/ilcorsaroblu.yml
definitions/v10/ilolicon.yml
definitions/v10/indietorrents.yml
definitions/v10/karagarga.yml
definitions/v10/keepfriends.yml
definitions/v10/laidbackmanor.yml
definitions/v10/linkomanija.yml
definitions/v10/locadora.yml
definitions/v10/losslessclub.yml
definitions/v10/lst.yml
definitions/v10/madsrevolution.yml
definitions/v10/majomparade.yml
definitions/v10/matrix.yml
definitions/v10/megamixtracker.yml
definitions/v10/mesevilag.yml
definitions/v10/metalguru.yml
definitions/v10/metaltracker.yml
definitions/v10/mnv.yml
definitions/v10/mvgroupforum.yml
definitions/v10/mvgroupmain.yml
definitions/v10/nordicquality.yml
definitions/v10/ntelogo.yml
definitions/v10/okpt.yml
definitions/v10/opencd.yml
definitions/v10/polishtracker-api.yml
definitions/v10/portugas-api.yml
definitions/v10/privatesilverscreen-api.yml
definitions/v10/ptchina.yml
definitions/v10/pterclub.yml
definitions/v10/ptfiles.yml
definitions/v10/pthome.yml
definitions/v10/ptvicomo.yml
definitions/v10/puntotorrent.yml
definitions/v10/qingwa.yml
definitions/v10/r3vwtf.yml
definitions/v10/redstartorrent.yml
definitions/v10/rockbox.yml
definitions/v10/rockethd.yml
definitions/v10/romanianmetaltorrents.yml
definitions/v10/rudub.yml
definitions/v10/speedmasterhd.yml
definitions/v10/spiritofrevolution.yml
definitions/v10/tasmanit.yml
definitions/v10/tekno3d.yml
definitions/v10/thecrazyones.yml
definitions/v10/thefallingangels.yml
definitions/v10/thegeeks.yml
definitions/v10/thekitchen.yml
definitions/v10/theoccult.yml
definitions/v10/theoldschool-api.yml
definitions/v10/thepiratedship.yml
definitions/v10/theplace.yml
definitions/v10/theshow.yml
definitions/v10/thevault.yml
definitions/v10/tormac.yml
definitions/v10/torrentbd.yml
definitions/v10/torrentdd.yml
definitions/v10/torrenteros-api.yml
definitions/v10/torrenting.yml
definitions/v10/totheglory.yml
definitions/v10/totheglory2fa.yml
definitions/v10/trancetraffic.yml
definitions/v10/trezzor.yml
definitions/v10/trezzorcookie.yml
definitions/v10/turkseed-api.yml
definitions/v10/ubits.yml
definitions/v10/vsttorrents.yml
definitions/v10/wihd.yml
definitions/v11/mvgroupforum.yml
definitions/v11/mvgroupmain.yml
definitions/v11/newheaven.yml
definitions/v11/seedpool-api.yml
2025-03-18 11:13:33 +02:00

94 lines
2.1 KiB
YAML

---
id: trancetraffic
name: TranceTraffic
description: "TranceTraffic is a Private Torrent Tracker for MUSIC"
language: en-US
type: private
encoding: UTF-8
links:
- https://www.trancetraffic.com/
caps:
categories:
1: Audio
modes:
search: [q]
music-search: [q, artist]
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: freeleech
type: checkbox
label: Filter freeleech only
default: false
- 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.
login:
path: takelogin.php
method: post
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
error:
- selector: td.embedded:has(h2:contains("failed"))
test:
path: index.php
selector: a[href*="logout.php"]
search:
paths:
- path: browse.php
inputs:
search: "{{ if .Query.Artist }}{{ .Query.Artist }}{{ else }}{{ .Keywords }}{{ end }}"
includeFL: "{{ if .Config.freeleech }}on{{ else }}{{ end }}"
rows:
selector: table.mainouter table > tbody > tr:has(a[href^="details.php?id="])
fields:
category:
text: 1
download:
selector: a[href^="download.php/"]
attribute: href
title:
selector: a[href^="details.php?id="]
details:
selector: a[href^="details.php?id="]
attribute: href
filters:
- name: replace
args: ["&hit=1", ""] # avoid redirect
date:
selector: td:nth-child(6)
# auto adjusted by site account profile
filters:
- name: dateparse
args: "yyyy-MM-ddHH:mm:ss"
seeders:
selector: td:nth-child(9)
leechers:
selector: td:nth-child(10)
grabs:
selector: td:nth-child(8)
files:
selector: td:nth-child(4)
size:
selector: td:nth-child(7)
downloadvolumefactor:
case:
"span:contains(\"FREELEECH\")": 0
"*": 1
uploadvolumefactor:
text: 1
# engine tbd