By using `MOVIES` category you can interact with the movie providers. And have access to the movie providers methods. Which allows you to search for movies and shows, get the movie/tv series information, get the movie/tv series episodes with streaming links.
```rust
use consumet_rs::providers::movies;
// is the name of the provider you want to use. list of the providers is below.
let movie_provider = movies::;
```
## Movies Providers List
This list is in alphabetical order. (except the sub bullet points)
- [FlixHQ](../providers/flixhq.md)