Skip to content

LakshayGMZ/downloadify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

downloadify

Youtube video downloader website. https://downloadify.vercel.app/

This project uses reactJS as frontend and flask as backend this time.

Steps to run the program locally

backend

cd backend
pip install -r requirements.txt
python main.py
cd ..

Frontend

cd frontend
npm install
npm run dev

Reason I pushed this simple project to Github

I haven't used prebuilt libraries and packages in backend but made it from scratch. Backend uses just requests lib and web scraping method to scrape the video playback urls. Each and every line of backend is coded by me