diff --git a/src/Jackett.Common/Definitions/uploadcx.yml b/src/Jackett.Common/Definitions/uploadcx.yml index 35f64a102..0f52018ec 100644 --- a/src/Jackett.Common/Definitions/uploadcx.yml +++ b/src/Jackett.Common/Definitions/uploadcx.yml @@ -10,12 +10,10 @@ links: caps: categorymappings: - - {id: 1, cat: Movies, desc: "Movie"} - - {id: 2, cat: TV, desc: "TV Show"} + - {id: 1, cat: Movies, desc: "Movies"} modes: search: [q] - tv-search: [q, season, ep, imdbid, tvdbid, tmdbid] movie-search: [q, imdbid, tmdbid] settings: @@ -70,11 +68,8 @@ search: # 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 $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 }}" @@ -108,8 +103,6 @@ search: selector: imdb_id tmdbid: selector: tmdb_id - tvdbid: - selector: tvdb_id genre: selector: meta.genres filters: @@ -117,8 +110,6 @@ search: args: ["(?i)(Science Fiction)", "Science_Fiction"] - name: re_replace args: ["(?i)(TV Movie)", "TV_Movie"] - - name: replace - args: [" & ", "_&_"] description: text: "{{ .Result.genre }}" files: