Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 767 Bytes

File metadata and controls

20 lines (13 loc) · 767 Bytes

consumet.ts

MOVIES

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.

// ESM
import { MOVIES } from '@consumet/extensions';

// <providerName> is the name of the provider you want to use. list of the proivders is below.
const movieProvider = MOVIES.<providerName>();

Movies Providers List

This list is in alphabetical order. (except the sub bullet points)

(back to table of contents)