Giter Club home page Giter Club logo

yt-tomp3's Introduction

yt-toMP3

A very simple wrapper program to download audio from Youtube videos. The script will prompt you for a Youtube URL, then call the yt-dlp downloader with the arguments needed to download that video as a MP3 file.

Installation and Setup

This repository only provides the script I wrote; you'll need two other components as well. Both components must be saved to the same directory in order for the script to work.

  • yt-dlp.exe: This is the full-featured downloader that yt-toMP3 uses to download Youtube audio. yt-toMP3 only uses one command out of hundreds; feel free to read the documentation and play around with all the other features! Download from https://github.com/yt-dlp/yt-dlp#release-files.

  • ffmpeg.exe: This is a MP3 conversion library for yt-dlp. Download from https://ffbinaries.com/downloads.

Runtime Components

yt-dlp for Windows depends on some runtime components that may not come with your setup. If you receive any errors along the lines of "msvcp100.dll was not found", go to https://www.microsoft.com/en-us/download/details.aspx?id=26999 and download the applicable files. If running a 64-bit version of Windows you'll need both vcredist_x64 and vcredist_x86; if using 32-bit version stick with just the latter. The installers can be deleted after installation finishes.

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.