Skip to content

Python3 script tfor download mmp3 file from YouTube service

License

Notifications You must be signed in to change notification settings

jakub-warchol/yt-music-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Yt-music-downloader

Python3 script to download mmp3 files from YouTube service. You can add links to many videos on yt to file (all of them in separate line) and this sxript download all files to current directory (You may change it) and - owing to FFmpeg codecs it converts all files into *.mp3.

Requirements

  • Python 3.x.x
  • youtube-dl
  • FFmpeg codecs (for conversion to mp3)

How to usage

  1. Add links to file (names e.g. list.txt): https://youtube.com/aaaaa https://youtube.com/bbbbb
  2. Open terminal and run this code: python3 ytdown.py list.txt
  3. Or if you can download file into other directory: python3 ytdown.py -d /path/to/dir/ list.txt

About

Python3 script tfor download mmp3 file from YouTube service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages