mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -171,6 +171,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* Greek Team
|
* Greek Team
|
||||||
* HacheDe
|
* HacheDe
|
||||||
* Hardbay
|
* Hardbay
|
||||||
|
* HD4Free (HD4)
|
||||||
* HD-Forever
|
* HD-Forever
|
||||||
* HD-Only
|
* HD-Only
|
||||||
* HD-Space
|
* HD-Space
|
||||||
|
90
src/Jackett.Common/Definitions/hd4free.yml
Normal file
90
src/Jackett.Common/Definitions/hd4free.yml
Normal file
@@ -0,0 +1,90 @@
|
|||||||
|
---
|
||||||
|
site: hd4free
|
||||||
|
name: hd4free
|
||||||
|
description: "General Tracker Movies/TV/Apps/Games/Music/Books"
|
||||||
|
language: en-us
|
||||||
|
type: private
|
||||||
|
encoding: UTF-8
|
||||||
|
links:
|
||||||
|
- https://hd4.xyz/
|
||||||
|
|
||||||
|
caps:
|
||||||
|
categorymappings:
|
||||||
|
- {id: 1, cat: Movies, desc: "Movies"}
|
||||||
|
- {id: 2, cat: TV, desc: "TV"}
|
||||||
|
- {id: 3, cat: Audio, desc: "Music"}
|
||||||
|
- {id: 4, cat: Books, desc: "Books"}
|
||||||
|
- {id: 5, cat: PC/Mac, desc: "Apps"}
|
||||||
|
- {id: 6, cat: Other, desc: "Other"}
|
||||||
|
- {id: 7, cat: Games, desc: "Games"}
|
||||||
|
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
tv-search: [q, season, ep, imdbid]
|
||||||
|
movie-search: [q, imdbid]
|
||||||
|
|
||||||
|
login:
|
||||||
|
path: /login
|
||||||
|
method: form
|
||||||
|
inputs:
|
||||||
|
username: "{{ .Config.username }}"
|
||||||
|
password: "{{ .Config.password }}"
|
||||||
|
error:
|
||||||
|
- selector: table.main:contains("Login Failed!")
|
||||||
|
test:
|
||||||
|
path: /torrents
|
||||||
|
|
||||||
|
search:
|
||||||
|
paths:
|
||||||
|
- path: /filterTorrents
|
||||||
|
inputs:
|
||||||
|
$raw: "{{range .Categories}}categories[]={{.}}&{{end}}"
|
||||||
|
search: "{{if .Query.IMDBID}}{{else}}{{ .Keywords }}{{end}}"
|
||||||
|
uploader: ""
|
||||||
|
imdb: "{{ .Query.IMDBIDShort }}"
|
||||||
|
tvdb: ""
|
||||||
|
tmdb: ""
|
||||||
|
mal: ""
|
||||||
|
sorting: created_at
|
||||||
|
direction: desc
|
||||||
|
qty: 100
|
||||||
|
rows:
|
||||||
|
selector: table > tbody > tr
|
||||||
|
fields:
|
||||||
|
category:
|
||||||
|
selector: a[href*="/categories/"]
|
||||||
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: "/categories/.*?\\.(\\d+)"
|
||||||
|
title:
|
||||||
|
selector: a.view-torrent
|
||||||
|
download:
|
||||||
|
selector: a[href*="/download/"]
|
||||||
|
attribute: href
|
||||||
|
details:
|
||||||
|
selector: a.view-torrent
|
||||||
|
attribute: href
|
||||||
|
size:
|
||||||
|
selector: td:nth-child(5)
|
||||||
|
seeders:
|
||||||
|
selector: td:nth-child(7)
|
||||||
|
leechers:
|
||||||
|
selector: td:nth-child(8)
|
||||||
|
grabs:
|
||||||
|
selector: td:nth-child(6)
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: ([\d\.]+)
|
||||||
|
date:
|
||||||
|
selector: time
|
||||||
|
downloadvolumefactor:
|
||||||
|
case:
|
||||||
|
"i[data-original-title=\"100% Free\"]": "0"
|
||||||
|
"i[data-original-title=\"Global FreeLeech\"]": "0"
|
||||||
|
"*": "1"
|
||||||
|
uploadvolumefactor:
|
||||||
|
case:
|
||||||
|
"i[data-original-title=\"Double upload\"]": "2"
|
||||||
|
"*": "1"
|
Reference in New Issue
Block a user