8000 GitHub - yur3iDev/consumet-mc: A mov-cli plugin for watching movies, tv shows, and anime
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yur3iDev/consumet-mc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

consumet-mc

A mov-cli plugin for watching Movies,Shows and Anime based off consumet.ts

Pypi Version

Installation

Here's how to install and add the plugin to mov-cli.

  1. Install the pip package.
pip install consumet-mc
  1. Then add the plugin to your mov-cli config.
mov-cli -e
[mov-cli.plugins]
consumet = "consumet-mc"

Usage

Search for TV shows, movies, or anime by title, category, or genre from  provider.

Usage:
  mov-cli -s consumet.<provider> <query> 
          [--mode <mode>]
          [--page <number>]
          [--sub-or-dub <type>]
          [--server <name>]

Arguments:
  <provider>          The content provider to use. Supported providers listed below
  <query>             The search title, category, or genre depending on --mode.

Options:
  --mode <mode>       Search mode (default: title)
                        - title     Search by name
                        - category  Use one of the categories listed below (per provider)
                        - genre     Use one of the genres listed below (per provider)
  --page <number>     Result page to fetch (default: 1)
  --sub-or-dub <type> Anime episode type (anime only):
                        - sub (default)
                        - dub
  --server <name>     Server to use for playback (see provider-specific servers below)

──────────────────────────────────────────────────────────────
Provider: allanime
  Categories: -
  Genres:     -
  Servers:    yt-mp4, mp4, fm-hls

Provider: animepahe
  Categories: latest-releases
  Genres:     -
  Servers:    kwik

Provider: aniworld
  Categories: popular-anime
  Genres:     -
  Servers:    filemoon, voe

Provider: dramacool
  Categories: recent-drama, recent-movies
  Genres:     -
  Servers:    streamwish, standard server

Provider: flixhq
  Categories: recent-movies, trending-movies, trending-tv-shows
  Genres:     -
  Servers:    upcloud, vidcloud, akcloud

Provider: hianime
  Categories: most-popular, top-airing, most-favorite, latest-completed
              recently-updated, recently-added, subbed-anime,dubbed-anime
  Genres:     -
  Servers:    hd-1, hd-2, hd-3

Provider: himovies
  Categories: recent-movies, trending-movies, trending-tv-shows
  Genres:     -
  Servers:    upcloud, vidcloud, akcloud

Provider: kisskh
  Categories: popular, ongoing, completed, movie, tv
  Genres:     -
  Servers:    kk

Provider: turkish
  Categories: series-list
  Genres:     -
  Servers:    tukipasti, engifuosi

Provider: viewasian
  Categories: most-popular-drama, recent-drama
  Genres:     -
  Servers:    vidmoly

Examples:
  mov-cli -s consumet.hianime "One Piece" -- --mode title --server hd-1 --page 1

About

A mov-cli plugin for watching movies, tv shows, and anime

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0