GithubHelp home page GithubHelp logo

nahrens007 / py-youtube-mp3 Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 7 KB

Download youtube videos specified in links.txt (same directory as where the python script is located). Must have youtube_dl installed. Tested with Windows only.

Python 100.00%

py-youtube-mp3's Introduction

py-youtube-mp3

Download youtube videos specified in links.txt (same directory as where the python script is located). Must have youtube_dl installed.

Dependencies

Python

Regardless of whether you're using Linux or Windows, your Python environment requires the youtube_dl module. I installed it by running the command:
pip3 install youtube_dl

Linux

If you're running Linux, then you will need to install ffmpeg. I installed it by running:
sudo apt-get install ffmpeg

Windows

Same as with Linux, you need to install ffmpeg. You can download it here: https://www.ffmpeg.org/
I downloaded the static-linked zip file, put it in C:\Program Files\ffmpeg, and added the path C:\Program Files\ffmpeg\bin to my PATH environment variable (ffmpeg.exe, ffplay.exe, and ffprobe.exe are in the bin folder). If you don't know how to add items to the PATH environment variable, you can Google it. Keep in mind you may need to sign out and sign back in for the environment variable to take effect.

Running

Finally, running:
python3 youtube-mp3.py
will beging the process of downloading and processesing the youtube videos listed in links.txt.

py-youtube-mp3's People

Contributors

nahrens007 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.