Giter Club home page Giter Club logo

show-down's Introduction

show-down

Join the chat at https://gitter.im/MayankPratap/show-down

A simple script to download latest episode of any TV show by simply typing a show name.

Supported in both Python2 and Python3

  • Dependencies

    • beautifulsoup4 module of python :- Install it using command pip install beautifulsoup4 in terminal.
  • Download ZIP file for the repository/Clone the repository.

  • If using for first time and your system is in proxy network then

    • Use python episode.py -p http://username:password@proxy_address:port

    • You can choose to change proxy anytime

    • You can unset proxy by command python episode.py -u

  • For Downloading

    • Use python episode.py -dl show_name

    • Download format is .mp4

  • For Help

    • Type python episode.py -h
  • Those who want to schedule their downloader to run weekly and check for latest episode of TV Series you entered :-

    • For Ubuntu and other Linux versions

      • Open Terminal, type crontab -e

      • Add this at end of file :- @weekly DISPLAY=:0 xterm -e python2 /path/to/my/episode.py

        For example :- @weekly DISPLAY=:0 xterm -e python2 /opt/lampp/htdocs/show-down/episode.py

      • Save changes in crontab -e and exit.

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.