This a Django based website for downloading YouTube and Facebook videos. For downloading YouTube videos I use pytube library and for Facebook video downloading i have used web scraping method.
visit- https://d52.pythonanywhere.com/
Use the package manager pip to install all python packages on your system which is listed in requirements.txt file.
1.Open cmd or terminal
2.Go to file location were manage.py is located.
3.Run the command python manage.py runserver
2.Open your browser and open url http://127.0.0.1:8000/