diff --git a/src/Jackett.Common/Definitions/hon3yhd.yml b/src/Jackett.Common/Definitions/hon3yhd.yml
index 8940a6050..8d9ae5bb0 100644
--- a/src/Jackett.Common/Definitions/hon3yhd.yml
+++ b/src/Jackett.Common/Definitions/hon3yhd.yml
@@ -50,21 +50,37 @@
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:
- path: login.php
- method: form
- form: form[action="takelogin.php"]
+ method: cookie
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"))
+ cookie: "{{ .Config.cookie }}"
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