GithubHelp home page GithubHelp logo

pulltube's Introduction

PullTube

Sometimes I am lazy and I need to quickly download videos from YouTube from the terminal. This repository does exaclty that...a simple terminal CLI-based app. I utilize python and pytube library to download the videos

Installation

git clone https://github.com/Aavache/pulltube.git
cd pulltube
pip install .

Download a video

  1. Get the video link!, in order to get the correct URL, click the button share below the video and copy the link.

  2. Go to your terminal and pull the video with the following command. Feel free to add multiple videos. Don't forget to wrap the URL with quotes as there could be special characters.

pulltube 'http://youtube.com/watch?v=9bZkp7q19f0'

Download only the audio

pulltube --only-audio 'http://youtube.com/watch?v=9bZkp7q19f0'

Available options

$ pulltube --help

Usage: pulltube [OPTIONS] [URLS]...

  Pull a videos from YouTube

Options:
  -p, --save-path TEXT  Path where video will be saved  [default: ./]
  --only-audio          Only audio track
  -e, --extension TEXT  File extension  [default: mp4]
  --help                Show this message and exit.

Create issues

Feel free to create issues or contribute!

pulltube's People

Contributors

aavache avatar

Stargazers

edenlith avatar  avatar

Watchers

 avatar

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.