1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 06:03:09 +00:00

majomparade: fix user-agent. resolves #9958

This commit is contained in:
ilike2burnthing 2021-11-03 04:20:49 +00:00 committed by GitHub
parent 257327da4a
commit 7b0155cc68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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="]
@ -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="])