mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
elitehd gone. removed.
This commit is contained in:
@@ -215,7 +215,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* EbookParadijs
|
* EbookParadijs
|
||||||
* Ebooks-Shares
|
* Ebooks-Shares
|
||||||
* EfectoDoppler
|
* EfectoDoppler
|
||||||
* EliteHD (HDClub) [![(invite needed)][inviteneeded]](#)
|
|
||||||
* Elit Tracker (ET)
|
* Elit Tracker (ET)
|
||||||
* Elite-Tracker
|
* Elite-Tracker
|
||||||
* Empornium (EMP)
|
* Empornium (EMP)
|
||||||
|
@@ -1,100 +0,0 @@
|
|||||||
---
|
|
||||||
site: elitehd
|
|
||||||
name: EliteHD
|
|
||||||
description: "EliteHD (HDClub) is a RUSSIAN Private Torrent Tracker for HD MOVIES / TV / GENERAL"
|
|
||||||
language: ru-ru
|
|
||||||
type: private
|
|
||||||
encoding: windows-1251
|
|
||||||
links:
|
|
||||||
- https://elitehd.org/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: 70, cat: Movies, desc: "Animation"}
|
|
||||||
- {id: 71, cat: Movies, desc: "Movie"}
|
|
||||||
- {id: 81, cat: Audio, desc: "HD Audio"}
|
|
||||||
- {id: 78, cat: TV/Documentary, desc: "Documentary"}
|
|
||||||
- {id: 68, cat: Audio/Video, desc: "Music Video"}
|
|
||||||
- {id: 64, cat: TV, desc: "TV Show"}
|
|
||||||
- {id: 62, cat: TV/Sport, desc: "Sport"}
|
|
||||||
- {id: 82, cat: Other, desc: "Demo"}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: login.php
|
|
||||||
method: form
|
|
||||||
form: form[action="takelogin.php"]
|
|
||||||
captcha:
|
|
||||||
type: image
|
|
||||||
selector: img#captcha
|
|
||||||
input: imagestring
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
error:
|
|
||||||
- selector: td.embedded > div.error
|
|
||||||
test:
|
|
||||||
path: browse.php
|
|
||||||
selector: td.main_bottom
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: browse.php
|
|
||||||
inputs:
|
|
||||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
|
||||||
search: "{{ .Query.Keywords }}"
|
|
||||||
dsearch: ""
|
|
||||||
stype: "or"
|
|
||||||
incldead: "1"
|
|
||||||
webdl: "0"
|
|
||||||
3d: "0"
|
|
||||||
rows:
|
|
||||||
selector: tbody#highlighted > tr
|
|
||||||
fields:
|
|
||||||
download:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["details.php", "download.php"]
|
|
||||||
title:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
details:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
category:
|
|
||||||
selector: a[href^="browse.php?cat="]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: querystring
|
|
||||||
args: cat
|
|
||||||
date:
|
|
||||||
selector: div#frame > div#cleft > font
|
|
||||||
filters:
|
|
||||||
- name: append
|
|
||||||
args: " +02:00"
|
|
||||||
- name: dateparse
|
|
||||||
args: "2006-01-02 15:04:05 -07:00"
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-child(5)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(6)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-child(7) b
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: ([\d,]+)
|
|
||||||
size:
|
|
||||||
selector: td:nth-child(7)
|
|
||||||
remove: a, br, b
|
|
||||||
downloadvolumefactor:
|
|
||||||
case:
|
|
||||||
img[src="pic/freedownload.gif"]: "0"
|
|
||||||
img[src="pic/silver.gif"]: "0.5"
|
|
||||||
"*": "1"
|
|
||||||
uploadvolumefactor:
|
|
||||||
case:
|
|
||||||
"*": "1"
|
|
@@ -358,6 +358,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/avg.yml",
|
"Definitions/avg.yml",
|
||||||
"Definitions/aox.yml",
|
"Definitions/aox.yml",
|
||||||
"Definitions/dreamteam.yml",
|
"Definitions/dreamteam.yml",
|
||||||
|
"Definitions/elitehd.yml",
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var oldFile in oldFiles)
|
foreach (var oldFile in oldFiles)
|
||||||
|
Reference in New Issue
Block a user