Git Product home page Git Product logo

youtube-downloader-converter's Introduction

Youtube Downloader & Converter

This script automates some of the process needed to download video from youtube videos. The raw download from youtube-dl does not play on iPods, so this script converts them to mp3 files.

Feel free to use and add to this however you need. I made it to speed up the process of putting media on my iPod. There are a lot of ways it can be improved on.

Dependencies

This script is just a wrapper around these two tools. As long as they're both in your path variables they should work no matter how they are installed.

It looks like they're both in pip so you might be able to do:

pip install ffmpeg
pip install youtube-dl

Installation

Navigate to the folder you would like to work in.

git clone https://github.com/DeGrandis/youtube-downloader-converter.git
cd youtube-downloader-converter

Using

Since this is a wrapper around youtube-dl, you can do anything you can do with it. I.E Download single videos or entire playlists. This script converts them when done.

Windows

python.exe .\process.py [VIDEO URL]
python.exe .\process.py [PLAYLIST URL]

Linux/Mac (if you're using these you know what to do)

python ./process.py [VIDEO URL]
python ./process.py [PLAYLIST URL]

youtube-downloader-converter's People

Contributors

degrandis avatar

Watchers

James Cloos avatar  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.