A toolkit for adding Torznab APIs to programs.
Find a file
2024-11-27 10:38:12 -06:00
src make config public only to the crate, and make caps() code more readable 2024-11-26 23:48:13 -06:00
.gitignore Initial commit 2024-11-21 13:19:57 -06:00
Cargo.lock improve tests and docs 2024-11-26 23:36:06 -06:00
Cargo.toml improve and move around tests, make the API part of it function 2024-11-25 22:23:05 -06:00
dev-notes.md Initial commit 2024-11-21 13:19:57 -06:00
README.md update README 2024-11-27 10:38:12 -06:00

Torznab Toolkit

A safe, multi-threaded toolkit for adding Torznab APIs to programs.

Functionality

API call Explanation Implemented
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.