Update README.md

This commit is contained in:
Matthew Little 2015-08-13 17:17:38 -06:00
parent c6cb71639b
commit b69a731833
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
This software creates a [Torznab](https://github.com/Sonarr/Sonarr/wiki/Implementing-a-Torznab-indexer) (with [nZEDb](https://github.com/nZEDb/nZEDb/blob/master/docs/newznab_api_specification.txt) category numbering) and [TorrentPotato](https://github.com/RuudBurger/CouchPotatoServer/wiki/Couchpotato-torrent-provider) API server on your machine. Torznab enables software such as [Sonarr](https://sonarr.tv) to access data from your favorite indexers in a similar fashion to rss but with added features such as searching. TorrentPotato is an interface accessible to [CouchPotato](https://couchpota.to/).
Jackett works as a proxy server: it translates Torznab queries into tracker-site-specific http queries, parses the html response into Torznab results, then sends results back to the requesting software which allows for getting recent uploads and performing searches.
Jackett works as a proxy server: it translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches.
We were previously focused on TV but are working on extending searches to allow for searching other items such as movies and comics.
We were previously focused on TV but are working on extending searches to allow for searching other items such as movies, comics, and music.
#### Download
Download in the [Releases page](https://github.com/zone117x/Jackett/releases)