Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
/ music_downloader Public archive

This Github repository contains a program for downloading music from the popular platform, YouTube Music. The program offers a convenient and efficient way to download music for personal use, without having to navigate through advertisements or other distractions.

Notifications You must be signed in to change notification settings

fecton/music_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube music downloader on Python ♥

Installing necessary modules:

pip install youtube_dl pafy

Running:

python main.py

Main window:

Downloading:

Errors

Bad URL:

It raised when you entered not youtube site or simple text

Module error:

It raises because pafy module have a disadvantage with dislike count, let's fix it!

Get that path in the running console

Go to that file

Let's see the problem, there's here in lines 53-54:

Let's correct it:

self._likes = self._ydl_info.get('like_count', 0)
self._dislikes = self._ydl_info.get('dislike_count', 0)

Save and try again :)

Thanks for using!

About

This Github repository contains a program for downloading music from the popular platform, YouTube Music. The program offers a convenient and efficient way to download music for personal use, without having to navigate through advertisements or other distractions.

Topics

Resources

Stars

Watchers

Forks

Languages