VidGet is a great website that allowws you to download YouTube Videos very easily. It is a very simple to use and is very powerful and fast
- Python
- CSS
- HTML
Follow these steps to quickly setup your VidGet website.
- Fork the repo This fork creates a personal copy of the original repo where you can make changes
- Cloning project repository
$ git clone <Project A>
- Enter to project directory
$ cd <Project A>
- If not created, creating virtualenv and activating it
$ python3 -m venv my_venv
$ source ./my_venv/bin/activate
- Installing dependencies
(my_venv)$ pip3 install -r ./requirements.txt
- Deactivating virtualenv
(my_venv)$ deactivate
Run the app.py file
-
Now copy and paste the HTTP address in your browser
- copy paste the video link.
- choose the quality of the video and click download.
- Now your can download all your favourite videos
Happy Downloading ;)
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Project Link: CLICK HERE