diff --git a/src/Jackett.Common/Definitions/hon3yhd.yml b/src/Jackett.Common/Definitions/hon3yhd.yml
index 8d9ae5bb0..660c4b35e 100644
--- a/src/Jackett.Common/Definitions/hon3yhd.yml
+++ b/src/Jackett.Common/Definitions/hon3yhd.yml
@@ -50,37 +50,19 @@
search: [q]
tv-search: [q, season, ep]
- settings:
- - name: cookie
- type: text
- label: Cookie
- - name: info
- type: info
- label: How to get the Cookie
- default: "
- Login to this tracker in your browser
- Open the DevTools panel by pressing F12
- Select the Network tab
- Click on the Doc button
- Refresh the page by pressing F5
- Select the Headers tab
- Find 'cookie:' in the Request Headers section
- Copy & paste the whole cookie string to here
"
-
login:
- method: cookie
+ path: login.php
+ method: form
+ form: form[action="takelogin.php"]
inputs:
- cookie: "{{ .Config.cookie }}"
+ username: "{{ .Config.username }}"
+ password: "{{ .Config.password }}"
+ error:
+ - selector: tbody:has(td.colhead > span:contains("Error"))
+ - selector: tbody:has(td.colhead > span:contains("failed"))
test:
path: browse.php
-# login:
-# path: login.php
-# method: form
-# form: form[action="takelogin.php"]
-# inputs:
-# username: "{{ .Config.username }}"
-# password: "{{ .Config.password }}"
-# use_ssl: "1"
-# perm_ssl: "1"
-# error:
-# - selector: tbody:has(td.colhead > span:contains("Error"))
-# - selector: tbody:has(td.colhead > span:contains("failed"))
-# test:
-# path: browse.php
-
search:
paths:
- path: browse.php