konst-aa / python-downloader

a small cli to install mp4/mp3 files from youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-downloader

a small cli I wrote to download some songs for my brother. I found out about youtube-dl once I was 80% done with the script, lol.
uses ffmpeg to reencode mp3 files. Didn't test with mp4. Might add a playlist option.

Usage:

python main.py -l <yt-link> -o <output-path | output-dir if reading from a file> -f <txt-file>

txt-file format:

On each line: youtube-link | relative-path.extension

note:

trailing newlines will error!

About

a small cli to install mp4/mp3 files from youtube

License:GNU General Public License v3.0


Languages

Language:Python 100.0%