mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Mononokebt download fix (#11054)
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,9 @@ language: fr-fr
|
|||||||
type: private
|
type: private
|
||||||
encoding: iso-8859-15
|
encoding: iso-8859-15
|
||||||
links:
|
links:
|
||||||
- http://mononoke-bt.org/ # site does not support https NET::ERR_CERT_DATE_INVALID expired 10 Dec 2018
|
- http://mononoke-bt.org/
|
||||||
|
legacylinks:
|
||||||
|
- https://mononoke-bt.org/ # downloads do not supported https
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categories:
|
categories:
|
||||||
@@ -17,28 +19,46 @@ caps:
|
|||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: username
|
- name: cookie
|
||||||
type: text
|
type: text
|
||||||
label: Username
|
label: Cookie
|
||||||
- name: password
|
- name: info
|
||||||
type: password
|
type: info
|
||||||
label: Password
|
label: How to get the Cookie
|
||||||
|
default: "<ol><li>Login to this tracker with 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 (Chrome Browser) or <b>HTML</b> button (FireFox)<li>Refresh the page by pressing <b>F5</b><li>Click on the first row entry<li>Select the <b>Headers</b> tab on the Right panel<li>Find <b>'cookie:'</b> in the <b>Request Headers</b> section<li><b>Select</b> and <b>Copy</b> the whole cookie string <i>(everything after 'cookie: ')</i> and <b>Paste</b> here.</ol>"
|
||||||
- name: vostfr
|
- name: vostfr
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Add VOSTFR to titles
|
label: Add VOSTFR to titles
|
||||||
default: false
|
default: false
|
||||||
|
- name: IMPORTANT_FR
|
||||||
|
type: info
|
||||||
|
label: (FR) Informations Importantes
|
||||||
|
default: Avant de pouvoir télécharger un torrent depuis Jackett, allez dans la <a href="https://mononoke-bt.org/faq.php" target="_blank">FAQ</a> et cliquer tous les 'Lu et Approuvé' de la page.
|
||||||
|
- name: IMPORTANT_EN
|
||||||
|
type: info
|
||||||
|
label: (EN) Important infos
|
||||||
|
default: Before you can even begin to download anything you need to go to the <a href="https://mononoke-bt.org/faq.php" target="_blank">FAQ</a> and click every 'Lu et Approuvé' present on the page.
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: takelogin.php
|
path: takelogin.php
|
||||||
method: post
|
method: cookie
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
password: "{{ .Config.password }}"
|
test:
|
||||||
|
path: index.php
|
||||||
|
selector: a[href="logout.php"]
|
||||||
error:
|
error:
|
||||||
- selector: td.embedded:has(h2:contains("l'authentification"))
|
- selector: td.embedded:has(h2:contains("l'authentification"))
|
||||||
test:
|
test:
|
||||||
path: browse2.php
|
path: browse2.php
|
||||||
|
|
||||||
|
download:
|
||||||
|
before:
|
||||||
|
path: gettorrent.php
|
||||||
|
method: get
|
||||||
|
inputs:
|
||||||
|
id: "{{ .DownloadUri.Query.id }}"
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: browse2.php
|
- path: browse2.php
|
||||||
|
Reference in New Issue
Block a user