2017-05-16 05:20:38 +00:00
|
|
|
---
|
2020-05-11 19:59:28 +00:00
|
|
|
id: deildu
|
2020-05-10 20:05:19 +00:00
|
|
|
name: Deildu
|
|
|
|
description: "Deildu is an Icelandic Semi-Private site for TV / MOVIES / GENERAL"
|
|
|
|
language: is-is
|
|
|
|
type: semi-private
|
|
|
|
encoding: iso-8859-1
|
|
|
|
links:
|
|
|
|
- https://deildu.net/
|
2017-05-16 05:20:38 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
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"}
|
2017-05-16 05:20:38 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
modes:
|
|
|
|
search: [q, imdbid]
|
|
|
|
tv-search: [q, season, ep, imdbid]
|
|
|
|
movie-search: [q, imdbid]
|
|
|
|
music-search: [q]
|
2019-12-15 04:21:11 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
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"
|
2017-05-16 05:20:38 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
login:
|
|
|
|
path: takelogin.php
|
|
|
|
method: post
|
|
|
|
inputs:
|
|
|
|
username: "{{ .Config.username }}"
|
|
|
|
password: "{{ .Config.password }}"
|
|
|
|
keeplogged: 1
|
|
|
|
test:
|
|
|
|
path: my.php
|
2017-05-16 05:20:38 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
search:
|
|
|
|
paths:
|
|
|
|
- path: browse.php
|
|
|
|
inputs:
|
|
|
|
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
2020-10-02 01:59:05 +00:00
|
|
|
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
|
|
|
# 0 active, 1 incldead, 2 onlydead
|
2020-05-10 20:05:19 +00:00
|
|
|
incldead: 1
|
|
|
|
# 1 = look in description
|
2020-10-02 01:59:05 +00:00
|
|
|
Lysing: "{{ if .Query.IMDBID }}1{{ else }}{{ end }}"
|
2020-05-10 20:05:19 +00:00
|
|
|
sort: "{{ .Config.sort }}"
|
|
|
|
type: "{{ .Config.type }}"
|
|
|
|
# does not return imdb links
|
2019-12-15 04:21:11 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
rows:
|
|
|
|
selector: table[class="torrentlist"] > tbody > tr:has(a[href*="details.php?id="])
|
|
|
|
filters:
|
|
|
|
- name: andmatch
|
|
|
|
args: 55
|
2019-12-15 04:21:11 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
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)
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: (\d+)
|
|
|
|
seeders:
|
|
|
|
selector: td:nth-child(9)
|
|
|
|
leechers:
|
|
|
|
selector: td:nth-child(10)
|
|
|
|
date:
|
|
|
|
selector: td:nth-child(6)
|
|
|
|
filters:
|
2020-10-02 01:59:05 +00:00
|
|
|
- name: append
|
|
|
|
args: " +00:00" # GMT
|
2020-05-10 20:05:19 +00:00
|
|
|
- name: dateparse
|
2020-10-02 01:59:05 +00:00
|
|
|
args: "2006-01-0215:04:05 -07:00"
|
2020-05-10 20:05:19 +00:00
|
|
|
downloadvolumefactor:
|
|
|
|
text: 1
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: 1
|
2020-01-17 18:52:11 +00:00
|
|
|
# engine n/a
|