mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +00:00
demonoid: swicth to Private mode. #5678
This commit is contained in:
parent
4a599e87bd
commit
29f1649370
1 changed files with 18 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
site: demonoid
|
||||
name: Demonoid
|
||||
description: "Demonoid is a Public torrent site for MOVIES / TV / GENERAL"
|
||||
description: "Demonoid is a Private torrent site for MOVIES / TV / GENERAL"
|
||||
language: en-us
|
||||
type: public
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://www.dnoid.to/
|
||||
|
@ -184,11 +184,25 @@
|
|||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
download:
|
||||
selector: a[href^="magnet:?xt="]
|
||||
|
||||
settings:
|
||||
- name: cookie
|
||||
type: text
|
||||
label: Cookie
|
||||
- name: info
|
||||
type: info
|
||||
label: How to get the Cookie
|
||||
default: "<ol><li>Login to this tracker in your browser<li>Open the <b>DevTools</b> panel by pressing <b>F12</b><li>Select the <b>Network</b> tab<li>Click on the <b>Doc</b> button<li>Refresh the page by pressing <b>F5</b><li>Select the <b>Headers</b> tab<li>Find 'cookie:' in the <b>Request Headers</b> section<li>Copy & paste the whole cookie string to here</ol>"
|
||||
|
||||
login:
|
||||
method: cookie
|
||||
inputs:
|
||||
cookie: "{{ .Config.cookie }}"
|
||||
test:
|
||||
path: files/
|
||||
|
||||
search:
|
||||
paths:
|
||||
# https://www.dnoid.to/files/?c118=1&c115=1&lang=0&incldead=0&search=&sort=id&order=desc
|
||||
|
|
Loading…
Reference in a new issue