mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
pignetwork: UA not required
This commit is contained in:
@@ -41,11 +41,6 @@ settings:
|
|||||||
label: Cookie
|
label: Cookie
|
||||||
- name: info_cookie
|
- name: info_cookie
|
||||||
type: info_cookie
|
type: info_cookie
|
||||||
- name: useragent
|
|
||||||
type: text
|
|
||||||
label: User-Agent
|
|
||||||
- name: info_useragent
|
|
||||||
type: info_useragent
|
|
||||||
- name: freeleech
|
- name: freeleech
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Search freeleech only
|
label: Search freeleech only
|
||||||
@@ -109,9 +104,6 @@ search:
|
|||||||
type: "{{ .Config.type }}"
|
type: "{{ .Config.type }}"
|
||||||
notnewword: 1
|
notnewword: 1
|
||||||
|
|
||||||
headers:
|
|
||||||
User-Agent: ["{{ .Config.useragent }}"]
|
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrents > tbody > tr:has(a[href^="details.php?id="])
|
selector: table.torrents > tbody > tr:has(a[href^="details.php?id="])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user