diff --git a/src/Jackett.Common/Definitions/galeriens.yml b/src/Jackett.Common/Definitions/galeriens.yml index 804fada8a..93d841968 100644 --- a/src/Jackett.Common/Definitions/galeriens.yml +++ b/src/Jackett.Common/Definitions/galeriens.yml @@ -183,12 +183,6 @@ caps: music-search: [q] settings: -# - name: username -# type: text -# label: Username -# - name: password -# type: password -# label: Password - name: cookie type: text label: Cookie @@ -196,7 +190,10 @@ settings: 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: freeleech + type: checkbox + label: Search freeleech only + default: false - name: torrentlanguage type: select label: Torrent Language @@ -229,13 +226,6 @@ settings: "23": "Ukrainien" login: -# path: TTV3/Connexion -# method: post -# inputs: -# username: "{{ .Config.username }}" -# password: "{{ .Config.password }}" -# error: -# - selector: font[color="red"] method: cookie inputs: cookie: "{{ .Config.cookie }}" @@ -254,15 +244,15 @@ search: - path: TTV3/Torrents/Recherche inputs: recherche: "{{ .Keywords }}" - # searchtype un (one word) tout (all words) exacte (exact expression) - type: "tout" - # searchin nomtorrent (name) or desctorrent (descr) - endroit: "nomtorrent" - # language 11 french 17 multi + # searchtype: un (one word), tout (all words), exacte (exact expression) + type: tout + # searchin: nomtorrent (name), desctorrent (descr) + endroit: nomtorrent + # language: 11 french, 17 multi langue: "{{ .Config.torrentlanguage }}" - # freeleech oui (yes) non (no) peuimporte (ignore) - tl: "peuimporte" - # does bot support imdbid search and does not return imdb link in results. + # freeleech: oui (yes), non (no), peuimporte (ignore) + tl: "{{ if .Config.freeleech }}oui{{ else }}peuimporte{{ end }}" + # does not support imdbid search and does not return imdb link in results. rows: selector: table.sortable tbody tr @@ -322,8 +312,13 @@ search: args: " ago" downloadvolumefactor: case: - img[src$="/images/Torrents/TLibre.png"]: "0" - "*": "1" + img[src$="/images/Torrents/TLibre.png"]: 0 + "*": 1 uploadvolumefactor: text: 1 + minimumratio: + text: 1.0 + minimumseedtime: + # 2 days (as seconds = 2 x 24 x 60 x 60) + text: 172800 # TT3.00 FRENCH