mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
README.md
This commit is contained in:
10
README.md
10
README.md
@@ -1,9 +1,18 @@
|
|||||||
# YTMusic
|
# YTMusic
|
||||||
|
|
||||||
|
My first GitHub Repository (sorry for any mistakes)
|
||||||
|
|
||||||
This little python script allows downloading songs from youtube by just entering the name of the song
|
This little python script allows downloading songs from youtube by just entering the name of the song
|
||||||
and the artist in .m4a extension.
|
and the artist in .m4a extension.
|
||||||
|
|
||||||
|
|
||||||
|
DEPENDENCIES:
|
||||||
|
|
||||||
|
pip install mechanize
|
||||||
|
pip install bs4
|
||||||
|
pip install pafy
|
||||||
|
|
||||||
|
|
||||||
COMMANDS YOU CAN USE IN THE SCRIPT:
|
COMMANDS YOU CAN USE IN THE SCRIPT:
|
||||||
|
|
||||||
1. dir - will open your Music folder directory
|
1. dir - will open your Music folder directory
|
||||||
@@ -25,4 +34,3 @@ KNOWN BUGS (pls help me fix them):
|
|||||||
|
|
||||||
1. Fails to download songs containing accents (that is, characters like '<27>' in song like 'B<>RNS Seeing Stars')
|
1. Fails to download songs containing accents (that is, characters like '<27>' in song like 'B<>RNS Seeing Stars')
|
||||||
in the Youtube's video title.
|
in the Youtube's video title.
|
||||||
|
|
||||||
Reference in New Issue
Block a user