mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-25 10:58:28 +01:00
Added Indexers: definitions/v10/bitgamer.yml definitions/v10/letseed.yml definitions/v10/pandahd.yml Modified Indexers: definitions/v10/abnormal.yml definitions/v10/abtorrents.yml definitions/v10/acrossthetasman.yml definitions/v10/aither-api.yml definitions/v10/amigosshare.yml definitions/v10/anilibria.yml definitions/v10/arabp2p.yml definitions/v10/asiancinema.yml definitions/v10/asiandvdclub.yml definitions/v10/bithumen.yml definitions/v10/bitpalace.yml definitions/v10/bitturk.yml definitions/v10/blutopia-api.yml definitions/v10/bwtorrents.yml definitions/v10/cinemageddon.yml definitions/v10/cinematik.yml definitions/v10/concertos.yml definitions/v10/cyanbug.yml definitions/v10/darkpeers.yml definitions/v10/deildu.yml definitions/v10/desitorrents-api.yml definitions/v10/diablotorrent.yml definitions/v10/digitalcore.yml definitions/v10/discfan.yml definitions/v10/explosiv-world.yml definitions/v10/f1carreras-api.yml definitions/v10/fuzer.yml definitions/v10/gigatorrents.yml definitions/v10/hawke-uno.yml definitions/v10/hd-unit3d-api.yml definitions/v10/hdkylin.yml definitions/v10/hdspace.yml definitions/v10/hebits.yml definitions/v10/huntorrent.yml definitions/v10/itorrent.yml definitions/v10/jav-torrent.yml definitions/v10/karagarga.yml definitions/v10/libronube.yml definitions/v10/lst.yml definitions/v10/madsrevolution.yml definitions/v10/matrix.yml definitions/v10/mazepa.yml definitions/v10/mesevilag.yml definitions/v10/milkie.yml definitions/v10/mojblink.yml definitions/v10/nipponsei.yml definitions/v10/nortorrent.yml definitions/v10/nyaapantsu.yml definitions/v10/nyaasi.yml definitions/v10/oldtoonsworld.yml definitions/v10/onejav.yml definitions/v10/oxtorrent-vip.yml definitions/v10/portugas-api.yml definitions/v10/ptchina.yml definitions/v10/redstartorrent.yml definitions/v10/rgfootball.yml definitions/v10/rudub.yml definitions/v10/shareisland-api.yml definitions/v10/sharewood-api.yml definitions/v10/speedmasterhd.yml definitions/v10/spiritofrevolution.yml definitions/v10/sugoimusic.yml definitions/v10/sukebeinyaasi.yml definitions/v10/superbits.yml definitions/v10/thegeeks.yml definitions/v10/theoccult.yml definitions/v10/theplace.yml definitions/v10/theshow.yml definitions/v10/thevault.yml definitions/v10/tokyotosho.yml definitions/v10/torrent-turk.yml definitions/v10/torrentbd.yml definitions/v10/torrentby.yml definitions/v10/torrentleech.yml definitions/v10/torrentqq.yml definitions/v10/torrentseeds-api.yml definitions/v10/torrentsir.yml definitions/v10/torrentsome.yml definitions/v10/vsthouse.yml definitions/v10/vsttorrents.yml definitions/v10/wihd.yml definitions/v10/world-of-tomorrow.yml definitions/v10/x-ite.me.yml definitions/v10/xthor-api.yml definitions/v10/zktorrent.yml definitions/v11/torrentby.yml definitions/v11/torrentleech.yml
109 lines
2.4 KiB
YAML
109 lines
2.4 KiB
YAML
---
|
|
id: itorrent
|
|
name: iTorrent
|
|
description: "iTorrent is a HUNGARIAN Public site"
|
|
language: hu-HU
|
|
type: public
|
|
encoding: UTF-8
|
|
links:
|
|
- https://itorrent.ws/
|
|
legacylinks:
|
|
- https://itorrent.hu/
|
|
|
|
caps:
|
|
categorymappings:
|
|
- {id: app, cat: PC, desc: Apps}
|
|
- {id: book, cat: Books, desc: Books}
|
|
- {id: game, cat: PC/Games, desc: Games}
|
|
- {id: movies, cat: Movies, desc: Movies}
|
|
- {id: music, cat: Audio, desc: Music}
|
|
- {id: heart, cat: XXX, desc: XXX}
|
|
- {id: tv, cat: TV, desc: TV}
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q, season, ep]
|
|
movie-search: [q]
|
|
music-search: [q]
|
|
book-search: [q]
|
|
|
|
settings:
|
|
- name: sort
|
|
type: select
|
|
label: Sort requested from site
|
|
default: date_added
|
|
options:
|
|
date_added: created
|
|
seeders: seeders
|
|
size: size
|
|
title: title
|
|
- name: type
|
|
type: select
|
|
label: Order requested from site
|
|
default: DESC
|
|
options:
|
|
DESC: desc
|
|
ASC: asc
|
|
|
|
download:
|
|
selectors:
|
|
- selector: a[href^="/torrentfiles/"]
|
|
attribute: href
|
|
|
|
search:
|
|
paths:
|
|
- path: "torrentek/title/{{ .Keywords }}/order/{{ .Config.sort }}/by/{{ .Config.type }}/"
|
|
|
|
rows:
|
|
selector: tr.gradeX
|
|
filters:
|
|
- name: andmatch
|
|
|
|
fields:
|
|
category:
|
|
selector: td:nth-child(1) i
|
|
attribute: class
|
|
filters:
|
|
- name: replace
|
|
args: ["zqf zqf-", ""]
|
|
title:
|
|
selector: td:nth-child(2) a
|
|
details:
|
|
selector: td:nth-child(2) a
|
|
attribute: href
|
|
download:
|
|
selector: td:nth-child(2) a
|
|
attribute: href
|
|
date_time:
|
|
selector: td:nth-child(4) span
|
|
optional: true
|
|
attribute: title
|
|
filters:
|
|
- name: append
|
|
args: " +01:00" # CET
|
|
- name: dateparse
|
|
args: "yyyy.MM.dd HH:mm zzz"
|
|
date_year:
|
|
selector: td:nth-child(4):not(:has(span))
|
|
optional: true
|
|
filters:
|
|
- name: append
|
|
args: " +01:00" # CET
|
|
- name: dateparse
|
|
args: "yyyy.MM.dd zzz"
|
|
date:
|
|
text: "{{ if or .Result.date_year .Result.date_time }}{{ or .Result.date_year .Result.date_time }}{{ else }}now{{ end }}"
|
|
size:
|
|
selector: td:nth-child(5)
|
|
grabs:
|
|
selector: td:nth-child(6)
|
|
seeders:
|
|
selector: td:nth-child(7)
|
|
leechers:
|
|
selector: td:nth-child(8)
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# engine n/a
|