mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -8,6 +8,18 @@
|
|||||||
links:
|
links:
|
||||||
- https://hdf.world/
|
- https://hdf.world/
|
||||||
|
|
||||||
|
settings:
|
||||||
|
- name: username
|
||||||
|
type: text
|
||||||
|
label: Username
|
||||||
|
- name: password
|
||||||
|
type: password
|
||||||
|
label: Password
|
||||||
|
- name: usetoken
|
||||||
|
type: checkbox
|
||||||
|
label: Always try to use the FreeLeech Token
|
||||||
|
default: false
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categories:
|
categories:
|
||||||
1: Movies
|
1: Movies
|
||||||
@@ -49,9 +61,17 @@
|
|||||||
rows:
|
rows:
|
||||||
selector: table#torrent_table > tbody > tr.torrent
|
selector: table#torrent_table > tbody > tr.torrent
|
||||||
fields:
|
fields:
|
||||||
download:
|
download-regular:
|
||||||
selector: a[href^="torrents.php?action=download&"]
|
selector: a[href^="torrents.php?action=download&"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
download-usetoken:
|
||||||
|
selector: a[href^="torrents.php?action=download&"]
|
||||||
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: "&usetoken=1"
|
||||||
|
download:
|
||||||
|
text: "{{if .Config.usetoken}}{{ .Result.download-usetoken }}{{else}}{{ .Result.download-regular }}{{end}}"
|
||||||
title:
|
title:
|
||||||
selector: div.group_info
|
selector: div.group_info
|
||||||
remove: span:nth-child(1), div.tags
|
remove: span:nth-child(1), div.tags
|
||||||
@@ -210,7 +230,7 @@
|
|||||||
selector: td:nth-child(8)
|
selector: td:nth-child(8)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"div.group_info:contains(\"↓Free\")": "0"
|
"div.group_info:contains(\"/ Free\")": "0"
|
||||||
"div.group_info:contains(\"↓75%\")": "0.75"
|
"div.group_info:contains(\"↓75%\")": "0.75"
|
||||||
"div.group_info:contains(\"↓50%\")": "0.50"
|
"div.group_info:contains(\"↓50%\")": "0.50"
|
||||||
"div.group_info:contains(\"↓25%\")": "0.25"
|
"div.group_info:contains(\"↓25%\")": "0.25"
|
||||||
|
Reference in New Issue
Block a user