A python application to download videos
Video downloader is a desktop application made with Python. The GUI is built using PyQT5. It allows downloading of Youtube Videos and Playlists to the user’s system.
As the original pytube is not being maintained we have made the decision to switch to pytube3
If you’re already using the original pytube, please upgrade using.
pip install pytube3 --upgrade
or
pip uninstall pytube
pip install pytube3
_If its a new installation of the project, please ignore this session_
Please feel free to contact us if you would like to contribute. We also have a discord server for various projects including this.
extension module provides support for the PyQt5 package
A lightweight, Pythonic, dependency-free, library for downloading YouTube Videos
- hbmartin forked version from original pytubepip install virtualenv
virtualenv env
where env is the name/directory of the virtual environemnt
source env/bin/activate
env\Scripts\activate
deactivate
pip install -r requirements.txt
pip freeze > requirements.txt
https://www.youtube.com/watch?v=FVpho_UiDAY&t=398s
Python GUI Development With PyQt5 Introduction & Creating Window #1
https://nitratine.net/blog/post/how-to-import-a-pyqt5-ui-file-in-a-python-gui/
GNU General Public License v3.0 - [https://www.gnu.org/licenses/gpl-3.0.en.html]