diff --git a/src/Jackett.Common/Definitions/hdbits.yml b/src/Jackett.Common/Definitions/hdbits.yml deleted file mode 100644 index 8db1cc69f..000000000 --- a/src/Jackett.Common/Definitions/hdbits.yml +++ /dev/null @@ -1,123 +0,0 @@ ---- -id: hdbits -name: HDBits -description: "Best HD Tracker" -language: en-US -type: private -encoding: UTF-8 -links: - - https://hdbits.org/ - -caps: - categorymappings: - - {id: 1, cat: "Movies", desc: "Movie"} - - {id: 2, cat: "TV", desc: "TV"} - - {id: 3, cat: "TV/Documentary", desc: "Documentary"} - - {id: 4, cat: "Audio", desc: "Music"} - - {id: 5, cat: "TV/Sport", desc: "Sport"} - - {id: 6, cat: "Audio", desc: "Audio Track"} - - {id: 7, cat: "XXX", desc: "XXX"} - - {id: 8, cat: "Other", desc: "Misc/Demo"} - - modes: - search: [q] - tv-search: [q, season, ep, imdbid] - movie-search: [q, imdbid] - music-search: [q] - -settings: - - name: username - type: text - label: Username - - name: password - type: password - label: Password - - name: freeleech - type: checkbox - label: Filter FreeLeech only - default: false - - name: sort - type: select - label: Sort requested from site - default: added - options: - added: created - seeders: seeders - size: size - name: title - - name: type - type: select - label: Order requested from site - default: DESC - options: - DESC: desc - ASC: asc - -login: - path: login - method: form - form: form - inputs: - uname: "{{ .Config.username }}" - password: "{{ .Config.password }}" - error: - - selector: table.main:contains("Login Failed!") - test: - path: my.php - -search: - paths: - - path: browse.php - inputs: - $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}" - search: "{{ .Keywords }}" - descriptions: 0 - imdbgt: 0 - imdblt: 10 - imdb: "{{ .Query.IMDBID }}" - sort: "{{ .Config.sort }}" - d: "{{ .Config.type }}" - - rows: - selector: "table#torrent-list > tbody > tr:has(a[href^=\"/details.php?id=\"]){{ if .Config.freeleech }}:has(a[title=\"100% FL: no download is counted.\"]){{ else }}{{ end }}" - - fields: - category: - selector: a[href^="?cat="] - attribute: href - filters: - - name: querystring - args: cat - title: - selector: td:nth-child(3) a - download: - selector: a[href^="/download.php"] - attribute: href - details: - selector: a[href^="/details.php?id="] - attribute: href - grabs: - selector: td:nth-child(7) a - size: - selector: td:nth-child(6) - seeders: - selector: td:nth-child(8) - leechers: - selector: td:nth-child(9) - date: - selector: td:nth-child(5) - filters: - - name: append - args: " ago" - imdbid: - selector: a[href*="imdb.com/title/tt"] - attribute: href - downloadvolumefactor: - case: - "a[title=\"25% Free Leech: only 75% of the download is counted.\"]": 0.25 - "a[title=\"50% Free Leech: only half the download is counted.\"]": 0.5 - "a[title=\"100% FL: no download is counted.\"]": 0 - "*": 1 - uploadvolumefactor: - text: 1 -# engine tbd