You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
443 B
Markdown
20 lines
443 B
Markdown
# PyQt5-YouTubeDownload
|
|
Python PyQt5 YouTube downloader using Pytube and ffmpeg mp3 support with progress
|
|
|
|
|
|
# install:
|
|
pip install pytube
|
|
or
|
|
python -m pip install pytube
|
|
# for windows:
|
|
you need to download ffmpeg files from this url:
|
|
http://deldarm.com/library.zip
|
|
# or download all files from:
|
|
http://deldarm.com/YoutubePyQt5.zip
|
|
# linux & Max Os:
|
|
don't need to download library files just:
|
|
install ffmpeg on your system via commands line
|
|
|
|
|
|
|