https://github.com/josgard94/dowloadvideofromyoutube
Dowload videos from YouTube with this application developed with python 3
https://github.com/josgard94/dowloadvideofromyoutube
dowload-video python-scripts python3 youtube
Last synced: 3 months ago
JSON representation
Dowload videos from YouTube with this application developed with python 3
- Host: GitHub
- URL: https://github.com/josgard94/dowloadvideofromyoutube
- Owner: josgard94
- Created: 2020-04-07T21:42:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T15:50:00.000Z (about 5 years ago)
- Last Synced: 2025-01-21T21:35:03.541Z (5 months ago)
- Topics: dowload-video, python-scripts, python3, youtube
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Author: Edgard Diaz
Date: April 07th 2020Download videos from YouTube with this application developed with python 3.
these modules need to be installed:
pip install pytube3
pip install pyinstaller
To compile the project use
pyinstaller --clean --win-private-assemblies --noupx --onedir --onefile main.py