diff --git a/src/Jackett.Common/Definitions/mononokebt.yml b/src/Jackett.Common/Definitions/mononokebt.yml index 628a52da7..ef274a107 100644 --- a/src/Jackett.Common/Definitions/mononokebt.yml +++ b/src/Jackett.Common/Definitions/mononokebt.yml @@ -6,7 +6,9 @@ language: fr-fr type: private encoding: iso-8859-15 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: categories: @@ -17,28 +19,46 @@ caps: tv-search: [q, season, ep] settings: - - name: username + - name: cookie type: text - label: Username - - name: password - type: password - label: Password + label: Cookie + - name: info + type: info + label: How to get the Cookie + default: "
  1. Login 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 (Chrome Browser) or HTML button (FireFox)
  5. Refresh the page by pressing F5
  6. Click on the first row entry
  7. Select the Headers tab on the Right panel
  8. Find 'cookie:' in the Request Headers section
  9. Select and Copy the whole cookie string (everything after 'cookie: ') and Paste here.
" - name: vostfr type: checkbox label: Add VOSTFR to titles 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 FAQ 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 FAQ and click every 'Lu et Approuvé' present on the page. login: path: takelogin.php - method: post + method: cookie inputs: - username: "{{ .Config.username }}" - password: "{{ .Config.password }}" + cookie: "{{ .Config.cookie }}" + test: + path: index.php + selector: a[href="logout.php"] error: - selector: td.embedded:has(h2:contains("l'authentification")) test: path: browse2.php +download: + before: + path: gettorrent.php + method: get + inputs: + id: "{{ .DownloadUri.Query.id }}" + search: paths: - path: browse2.php