- Search first 9 video from youtube
- Download youtube video
- Download youtube video for only audio version
- Download youtube video playlist
First, clone the repository to your local machine:
git clone https://github.com/MdShohanurRahman/Django-YoutubeSearch-Api-Pytube.git
First of all active the virtual env
Then install the requirements:
pip install -r requirements.txt
Finally, run the development server:
python manage.py runserver
The project will be available at 127.0.0.1:8000.