1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-25 10:58:28 +01:00
Files
Indexers/definitions/v10/deildu.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

128 lines
3.0 KiB
YAML

---
id: deildu
name: Deildu
description: "Deildu is an ICELANDIC Semi-Private Torrent Tracker for MOVIES / TV / GENERAL"
language: is-IS
type: semi-private
encoding: iso-8859-1
links:
- https://deildu.net/
caps:
categorymappings:
- {id: 15, cat: TV/Anime, desc: "Anime"}
- {id: 1, cat: Other, desc: "Other"}
- {id: 5, cat: Movies/DVD, desc: "Movies DVDR"}
- {id: 9, cat: TV/Documentary, desc: "TV - Documentaries"}
- {id: 12, cat: TV/HD, desc: "TV HD"}
- {id: 2, cat: TV/Sport, desc: "Sports"}
- {id: 6, cat: Movies, desc: "Movies"}
- {id: 10, cat: PC/Games, desc: "Games"}
- {id: 3, cat: PC/Mac, desc: "Mac"}
- {id: 7, cat: Movies/Other, desc: "Cartoons"}
- {id: 11, cat: Audio, desc: "Music"}
- {id: 14, cat: PC, desc: "Windows"}
- {id: 4, cat: XXX, desc: "XXX"}
- {id: 8, cat: TV, desc: "TV shows"}
modes:
search: [q]
tv-search: [q, season, ep, imdbid]
movie-search: [q, imdbid]
music-search: [q]
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: sort
type: select
label: Sort requested from site
default: added
options:
added: created
seeders: seeders
size: size
name: title
- name: type
type: select
label: Order requested from site
default: desc
options:
desc: desc
asc: asc
login:
path: takelogin.php
method: post
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
keeplogged: 1
error:
- selector: table.main:contains("Login failed")
test:
path: index.php
selector: a[href^="logout.php"]
search:
paths:
- path: browse.php
inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
# 0 active, 1 incldead, 2 onlydead
incldead: 1
# 1 = look in description
Lysing: "{{ if .Query.IMDBID }}1{{ else }}{{ end }}"
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"
# does not return imdb links
rows:
selector: table[class="torrentlist"] > tbody > tr:has(a[href*="details.php?id="])
filters:
- name: andmatch
args: 55
fields:
category:
selector: a[href^="browse.php?cat="]
attribute: href
filters:
- name: querystring
args: cat
title:
selector: td:nth-child(2)
details:
selector: a[href^="details.php?id="]
attribute: href
download:
selector: a[href^="download.php"]
attribute: href
size:
selector: td:nth-child(7)
files:
selector: td:nth-child(4)
grabs:
selector: td:nth-child(8)
seeders:
selector: td:nth-child(9)
leechers:
selector: td:nth-child(10)
date:
selector: td:nth-child(6)
filters:
- name: append
args: " +00:00" # GMT
- name: dateparse
args: "yyyy-MM-ddHH:mm:ss zzz"
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# engine n/a