From 3da168ef6c74583ef565a1720fbfb8b04bfb779c Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 20 Feb 2020 07:23:28 +1300 Subject: [PATCH] prostylex: now semi-private. resolves #7248 --- src/Jackett.Common/Definitions/prostylex.yml | 24 ++++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/src/Jackett.Common/Definitions/prostylex.yml b/src/Jackett.Common/Definitions/prostylex.yml index aa1b887dc..594918caf 100644 --- a/src/Jackett.Common/Definitions/prostylex.yml +++ b/src/Jackett.Common/Definitions/prostylex.yml @@ -1,9 +1,9 @@ --- site: prostylex name: ProStyleX - description: "ProStyleX is a Public torrent site for 0Day and General" + description: "ProStyleX is a Semi-Private torrent site for 0Day and General" language: en-us - type: public + type: semi-private encoding: UTF-8 links: - https://prostylex.org/ @@ -72,13 +72,12 @@ movie-search: [q] settings: - - name: cookie + - name: username type: text - label: Cookie - - name: info - type: info - label: How to get the Cookie - default: "
  1. Access to this tracker with your browser
  2. Open the DevTools panel by pressing F12
  3. Select the Network tab
  4. Click on the Doc button
  5. Refresh the page by pressing F5
  6. Select the Headers tab
  7. Find 'cookie:' in the Request Headers section
  8. Copy & paste the whole cookie string to here.
" + label: Username + - name: password + type: password + label: Password - name: sort type: select label: Sort requested from site @@ -97,9 +96,14 @@ "asc": "asc" login: - method: cookie + path: account-login.php + method: post inputs: - cookie: "{{ .Config.cookie }}" + username: "{{ .Config.username }}" + password: "{{ .Config.password }}" + remember: yes + error: + - selector: div.myFrame:contains("Access Denied") test: path: torrents-search.php