Skip to content

Commit

Permalink
majomparade: fix user-agent. resolves #9958
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Nov 3, 2021
1 parent 257327d commit 7b0155c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Jackett.Common/Definitions/majomparade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ login:
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"
user-agent: "[ .Config.useragent ]"
test:
path: letoltes.php
selector: a[href^="logout.php?getUnique="]
Expand All @@ -98,6 +97,9 @@ search:
k: yes
tipuska: 1

headers:
User-Agent: ["{{ .Config.useragent }}"]

rows:
selector: table#table > tbody > tr:has(a[href^="download.php?torrent="])

Expand Down

0 comments on commit 7b0155c

Please sign in to comment.