Youtube video downloader using Django
Using Django as a backend along with pytube module to create Youtbue Video Downloader.
https://yt-videos-downloader-srk.herokuapp.com/
Demo
Prerequisite:
- pytube: pytube is a lightweight, Pythonic, dependency-free, library (and command-line utility) for downloading YouTube Videos.
- Django: Django is a Python-based free and open-source web framework that follows the model–template–views architectural pattern.
- jQuery: jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.
- Ajax: Ajax is a set of web development techniques that uses various web technologies on the client-side to create asynchronous web applications.