GithubHelp home page GithubHelp logo

popcorn_cli's Introduction

popcorn_cli

Thin "Popcorn Time" client

Install

cargo install popcorn_cli

Download

https://github.com/Ru5ty0ne/popcorn_cli/releases/

Usage

Show list of available resolutions for the movie "Mr.Nobody":

popcorn movie tt0485947

Initiate download by opening magnet-link in browser:

popcorn movie tt0485947 --resolution 1080p

Show list of available resolutions for the first episode in first season of "Loki" series:

popcorn show tt9140554 --season 1 --episode 1

Initiate download by opening magnet-link in browser:

popcorn show tt9140554 --season 1 --episode 1 --resolution 1080p

То же самое, только видео будет с русской озвучкой:

popcorn show tt9140554 --season 1 --episode 1 --resolution 1080p --lang ru

How to find imdb id for movie/show

tt0485947, tt9140554, etc

Google name of movie/show and add imdb to search request like Rick and Morty imdb. First link will lead to IMDB.com and you should follow it. You will see something like this in your url bar:

Url

tt2861424 part is what you need.

Or you can use following command:

popcorn search "rick and morty"

API Server

Currently it using https://movies-api.tk but you can change request destination with --domain or -d argument:

popcorn --domain https://movies-api.tk movie tt0485947

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.