diff --git a/README.md b/README.md index 0645dea43..5e5a438a0 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * BroadcasTheNet (BTN) * BroadCity * BrokenStones [![(invite needed)][inviteneeded]](#) - * BrSociety [![(invite needed)][inviteneeded]](#) + * BrSociety * BTNext (BTNT) [![(invite needed)][inviteneeded]](#) * BTSCHOOL * BWTorrents diff --git a/src/Jackett.Common/Definitions/brsociety-api.yml b/src/Jackett.Common/Definitions/brsociety-api.yml index 695d178a6..2605d4359 100644 --- a/src/Jackett.Common/Definitions/brsociety-api.yml +++ b/src/Jackett.Common/Definitions/brsociety-api.yml @@ -10,7 +10,7 @@ links: caps: categorymappings: - - {id: 1, cat: TV, desc: "Cursos"} + - {id: 1, cat: Other, desc: "Cursos"} - {id: 2, cat: Books/EBook, desc: "eBooks"} - {id: 5, cat: Books/Mags, desc: "Revistas"} - {id: 3, cat: Audio/Audiobook, desc: "Audiobooks"} @@ -71,15 +71,9 @@ search: type: json inputs: - # if we have an id based search, add Season and Episode as query in name for UNIT3D < v6. Else pass S/E Params for UNIT3D >= v6 api_token: "{{ .Config.apikey }}" $raw: "{{ range .Categories }}&categories[]={{.}}{{end}}" name: "{{ .Keywords }}" - seasonNumber: "{{ .Query.Season }}" - episodeNumber: "{{ .Query.Ep }}" - imdbId: "{{ .Query.IMDBIDShort }}" - tmdbId: "{{ .Query.TMDBID }}" - tvdbId: "{{ .Query.TVDBID }}" "free[]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}" sortField: "{{ .Config.sort }}" sortDirection: "{{ .Config.type }}" @@ -110,28 +104,6 @@ search: optional: true infohash: selector: info_hash - poster: - selector: meta.poster - filters: - - name: replace - args: ["https://via.placeholder.com/90x135", ""] - imdbid: - selector: imdb_id - tmdbid: - selector: tmdb_id - tvdbid: - selector: tvdb_id - genre: - selector: meta.genres - filters: - - name: re_replace - args: ["(?i)(Science Fiction)", "Science_Fiction"] - - name: re_replace - args: ["(?i)(TV Movie)", "TV_Movie"] - - name: replace - args: [" & ", "_&_"] - description: - text: "{{ .Result.genre }}" files: selector: num_file seeders: @@ -169,6 +141,6 @@ search: minimumratio: text: 1.0 minimumseedtime: - # 5 days (as seconds = 5 x 24 x 60 x 60) - text: 432000 + # 4 days (as seconds = 4 x 24 x 60 x 60) + text: 345600 # json UNIT3D 6.5.0