mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
hdbitscom: removed. resolves #13500
This commit is contained in:
parent
fbb50c55b7
commit
f4d3ca2d73
3 changed files with 1 additions and 96 deletions
|
@ -372,7 +372,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||||
* HappyFappy
|
* HappyFappy
|
||||||
* Hawke-uno
|
* Hawke-uno
|
||||||
* HD Dolby
|
* HD Dolby
|
||||||
* HD-Bits.com [![(invite needed)][inviteneeded]](#)
|
|
||||||
* HD-Forever (HDF)
|
* HD-Forever (HDF)
|
||||||
* HD-Olimpo
|
* HD-Olimpo
|
||||||
* HD-Only (HDO) [![(invite needed)][inviteneeded]](#)
|
* HD-Only (HDO) [![(invite needed)][inviteneeded]](#)
|
||||||
|
|
|
@ -1,95 +0,0 @@
|
||||||
---
|
|
||||||
id: hdbitscom
|
|
||||||
name: HD-Bits.com
|
|
||||||
description: "HD tracker"
|
|
||||||
language: en-US
|
|
||||||
type: private
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://www.hd-bits.com/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: 1, cat: Audio, desc: "Music"}
|
|
||||||
- {id: 2, cat: Movies, desc: "Movies"}
|
|
||||||
- {id: 3, cat: TV, desc: "TV-Series"}
|
|
||||||
- {id: 4, cat: PC, desc: "Applications"}
|
|
||||||
- {id: 5, cat: XXX, desc: "Adult"}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
movie-search: [q]
|
|
||||||
music-search: [q]
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: login.php
|
|
||||||
method: post
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
keeplogged: 1
|
|
||||||
login: "Log in"
|
|
||||||
error:
|
|
||||||
- selector: form#loginform > span.warning
|
|
||||||
test:
|
|
||||||
path: torrents.php
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: torrents.php
|
|
||||||
inputs:
|
|
||||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
|
||||||
searchstr: "{{ .Keywords }}"
|
|
||||||
order_by: time
|
|
||||||
order_way: desc
|
|
||||||
action: basic
|
|
||||||
searchsubmit: 1
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: table#torrent_table > tbody > tr.torrent
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
selector: td.cats_col
|
|
||||||
case:
|
|
||||||
div.cats_music: 1
|
|
||||||
div.cats_movies: 2
|
|
||||||
div.cats_tvseries: 3
|
|
||||||
div.cats_applications: 4
|
|
||||||
div.cats_xxx: 5
|
|
||||||
title:
|
|
||||||
selector: div.group_info a[href^="torrents.php?id="]
|
|
||||||
details:
|
|
||||||
selector: a[href^="torrents.php?id="]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: a[href^="torrents.php?action=download&id="]
|
|
||||||
attribute: href
|
|
||||||
description:
|
|
||||||
selector: div.group_info div.tags
|
|
||||||
imdbid:
|
|
||||||
selector: a[href*="imdb.com/title/tt"]
|
|
||||||
attribute: href
|
|
||||||
poster:
|
|
||||||
selector: img[alt="Cover"]
|
|
||||||
attribute: src
|
|
||||||
files:
|
|
||||||
selector: td:nth-child(3)
|
|
||||||
date:
|
|
||||||
selector: td:nth-child(4)
|
|
||||||
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:
|
|
||||||
case:
|
|
||||||
"div.freeleech:contains('Freeleech!')": 0
|
|
||||||
"*": 1
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
# engine tbd
|
|
|
@ -369,6 +369,7 @@ namespace Jackett.Updater
|
||||||
"Definitions/hachede.yml",
|
"Definitions/hachede.yml",
|
||||||
"Definitions/hd4free.yml",
|
"Definitions/hd4free.yml",
|
||||||
"Definitions/hdbc.yml", // renamed to hdbitscom
|
"Definitions/hdbc.yml", // renamed to hdbitscom
|
||||||
|
"Definitions/hdbitscom.yml",
|
||||||
"Definitions/hdcenter.yml",
|
"Definitions/hdcenter.yml",
|
||||||
"Definitions/hdcity.yml", // moved to pixelados
|
"Definitions/hdcity.yml", // moved to pixelados
|
||||||
"Definitions/hdclub.yml",
|
"Definitions/hdclub.yml",
|
||||||
|
|
Loading…
Add table
Reference in a new issue