You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

consumet-mc

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consumet-mc

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

1.1.1
pipPyPI
Maintainers
1

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.

  • Install the pip package.
pip install consumet-mc
  • 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

Keywords

mov-cli plugin

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts