Skip to content

Commit

Permalink
generationfree: update freeleech search and add info about web site p…
Browse files Browse the repository at this point in the history
…articipation
  • Loading branch information
garfield69 committed May 26, 2023
1 parent f6108ee commit abbf370
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Jackett.Common/Definitions/generationfree-api.yml
Expand Up @@ -77,7 +77,10 @@ settings:
options:
desc: desc
asc: asc

- name: info_news
type: info
label: Reminder from GF-Free Admin
default: "Attention users of third-party software like Jackett or Radarr, Sonarr or similar:<br>Despite your seed downloads you must physically connect to the web site with your browser or risk being <b>Banned for non-participation</b>...<br><ol>We ask :<li>Remain in seed at least 48 hours on the media to avoid H$R</li><li>And much more depending on your storage means</li><li>Participate in the life of the site shout forum...</li><li>Connect regularly to possibly read your private messages.</li></ol>"
login:
path: /api/torrents
method: get
Expand Down Expand Up @@ -106,7 +109,7 @@ search:
imdbId: "{{ .Query.IMDBIDShort }}"
tmdbId: "{{ .Query.TMDBID }}"
tvdbId: "{{ .Query.TVDBID }}"
free: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
free[]: "{{ if .Config.freeleech }}100{{ else }}{{ end }}"
sortField: "{{ .Config.sort }}"
sortDirection: "{{ .Config.type }}"
perPage: 100
Expand Down

0 comments on commit abbf370

Please sign in to comment.