yts-lib
Library to search YTS movies info and torrent links
Description
This crate provides an interface for searching and retrieving movie information from the YTS API, including filtering options, pagination, and torrent details. It offers both asynchronous and blocking (synchronous) interfaces, with flexible filtering and ordering options. It uses a web scraper to build the api
Usage
Add this crate to your Cargo.toml:
[]
= "0.1.0"
Enable blocking feature if needed
[]
= { = "0.1.0", = ["blocking"] }
Async Example (default)
use ;
async
Details
- Here are more examples
Features
- Default async search. Blocking search available too
- Search by movie name and/or filters (quality, genre, rating, page, ordering and year)
- Obtain not only info and metadata but also a torrent download link of the movie.
Docs
Find all the configuration options in the full documentation.