Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.01 KB

File metadata and controls

58 lines (33 loc) · 1.01 KB

SaveIT (Social Media Video Downloader)

  • Python
  • Django framework
  • Django Templates
  • Pytube

👉 Django Page Layout

👉 Creating Dynamic Form

👉 Creating Special Routing

👉 Pytube to Get Youtube Videos Details

👉 Pytube to Download Video with multi resolutions

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Cloning the Repository

git clone https://github.com/mo0hamedRadwan/SaveIT.git
cd video_downloader

Installation

Install the project dependencies using pip:

pip install -r requirements.txt

Running the Project

python manage.py runserver

Open http://127.0.0.1:8000 in your browser to view the project.