Skip to content

hukumrat/youtube-mp3-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

youtube-mp3-downloader

It's a simple youtube mp3 downloader.

Description

This tool retrieves video's infos. Extracts the '.webm' URL of video using Tyrrrzz's YoutubeExplode. Downloads the data using WebClient. Converts the '.webm' file to '.mp3' file using AydinAdn's Mediatoolkit.

Getting Started

Dependencies

You should have Windows OS to use this tool.
You should install Tyrrrzz's Youtubeexplode AydinAdn's Mediatoolkit in your IDE to edit the project.

Installing

Firstly, you should adjust your download folder in settings tab.(with typing, browsing or dragging&dropping)
Executing Program
Copy your Youtube URL.
Click on the upper on the left(Add URL Button).
The program will paste automatically the your URL if it matches the program's Youtube URL Regex. The Regular Expression of the tool matches more than 30 Youtube URLs.(short version, embed, mixed and attribution urls).
Click on "Add to queue".
Your URL will be added in the queue.
You can double click on the Row in the queue to reach your download folder.

Version History

  • 1.1
    • Added audio sample rate in settings tab.
  • 1.0
    • Initial relase.

Acknowledgments:

The tools was used:

  • Tyrrrzz's YoutubeExplode to get Youtube Video's metadatas and datas.
  • AydinAdn's Mediatoolkit to convert the downloaded file to 'mp3'.
    For designing:
  • Bunifu Framework
  • MetroFramework
  • DevExpress