A toolkit for adding Torznab APIs to programs.
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
dev-notes.md | ||
README.md |
Torznab Toolkit
A toolkit for adding Torznab APIs to programs.
Functionality
API call | Explanation | Compatibility |
---|---|---|
caps | Returns the capabilities of the api. | ❌ |
search | Free text search query. | ❌ |
tvsearch | Search query with tv specific query params and filtering. | ❌ |
movie | Search query with movie specific query params and filtering. | ❌ |
music | Search query with music specific query params and filtering. | ❌ |
book | Search query with book specific query params and filtering. | ❌ |
(copied from torznab.github.io)
Notes
Thanks to torznab.github.io, as it's my primary reference for this.