torznab-toolkit/README.md

22 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2024-11-21 13:19:57 -06:00
# 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. | ❌ |
<!-- for copy-pasting: ❌ ✅ -->
(copied from [torznab.github.io](https://torznab.github.io/spec-1.3-draft/torznab/Specification-v1.3.html))
## Notes
2024-11-22 10:45:08 -06:00
Thanks to [torznab.github.io](https://torznab.github.io/spec-1.3-draft/index.html), as it's my primary reference for this.