--- id: kickasstorrents-to name: kickasstorrents.to description: "kickasstorrents.to is a Public KickAssTorrent clone for TV / MOVIES / GENERAL" language: en-US type: public encoding: UTF-8 requestDelay: 2 links: - https://kickasstorrents.to/ - https://kickasstorrent.cr/ - https://katcr.to/ - https://kickasstorrents.unblockninja.com/ - https://kickasstorrents.ninjaproxy1.com/ - https://kickasstorrents.proxyninja.org/ - https://kickasstorrents.proxyninja.net/ - https://kickass.torrentbay.st/ - https://kickass.torrentsbay.org/ legacylinks: - https://kat.root.yt/ - https://kickasstorrents.abcproxy.org/ caps: categorymappings: - {id: anime, cat: TV/Anime, desc: Anime} - {id: apps, cat: PC, desc: Apps} - {id: books, cat: Books, desc: Books} - {id: documentaries, cat: TV/Documentary, desc: Documentaries} - {id: games, cat: Console, desc: Games} - {id: movies, cat: Movies, desc: Movies} - {id: music, cat: Audio, desc: Music} - {id: other, cat: Other, desc: Other} - {id: tv, cat: TV, desc: TV} - {id: xxx, cat: XXX, desc: XXX} modes: search: [q] tv-search: [q, season, ep] movie-search: [q] music-search: [q] book-search: [q] settings: - name: useragent type: text label: User-Agent - name: info_useragent type: info label: How to get the User-Agent default: "
  1. Access 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 'user-agent:' in the Request Headers section
  9. Select and Copy the whole user-agent string (everything after 'user-agent: ') and Paste here.
" - name: sort type: select label: Sort requested from site default: time options: time: created seeders: seeders size: size - name: type type: select label: Order requested from site default: desc options: desc: desc asc: asc download: selectors: - selector: a[href^="magnet:?xt="] attribute: href search: headers: User-Agent: ["{{ .Config.useragent }}"] paths: # 20 rows per page - path: "{{ if .Keywords }}usearch/{{ .Keywords }}/{{ else }}new/{{ end }}?sortby={{ .Config.sort }}&sort={{ .Config.type }}" - path: "{{ if .Keywords }}usearch/{{ .Keywords }}/{{ else }}new/{{ end }}2/?sortby={{ .Config.sort }}&sort={{ .Config.type }}" - path: "{{ if .Keywords }}usearch/{{ .Keywords }}/{{ else }}new/{{ end }}3/?sortby={{ .Config.sort }}&sort={{ .Config.type }}" - path: "{{ if .Keywords }}usearch/{{ .Keywords }}/{{ else }}new/{{ end }}4/?sortby={{ .Config.sort }}&sort={{ .Config.type }}" - path: "{{ if .Keywords }}usearch/{{ .Keywords }}/{{ else }}new/{{ end }}5/?sortby={{ .Config.sort }}&sort={{ .Config.type }}" error: - selector: h1:contains("403 Forbidden") message: text: "Site returned 403 Forbidden. Try updating your indexer config with a new/different user-agent." rows: selector: table.data tr.odd:has(a[class="cellMainLink"]), table.data tr.even:has(a[class="cellMainLink"]) filters: - name: andmatch fields: category: selector: span > strong > a attribute: href filters: - name: tolower - name: trim args: / title: selector: a[class="cellMainLink"] details: selector: a[class="cellMainLink"] attribute: href download: selector: a[class="cellMainLink"] attribute: href size: selector: td:nth-child(2) date: selector: td:nth-child(4) attribute: title filters: - name: replace args: ["
", " "] - name: timeago seeders: selector: td:nth-child(5) leechers: selector: td:nth-child(6) downloadvolumefactor: text: 0 uploadvolumefactor: text: 1 # engine n/a