https://github.com/wassim-rached/youtube-downloader
Create a Django app for a YouTube downloader using 'pytube.' Users input URLs, and the app fetches videos
https://github.com/wassim-rached/youtube-downloader
django pytube youtube-downloader
Last synced: 5 months ago
JSON representation
Create a Django app for a YouTube downloader using 'pytube.' Users input URLs, and the app fetches videos
- Host: GitHub
- URL: https://github.com/wassim-rached/youtube-downloader
- Owner: Wassim-Rached
- Created: 2023-02-17T18:51:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T11:04:48.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T13:12:28.395Z (8 months ago)
- Topics: django, pytube, youtube-downloader
- Language: HTML
- Homepage: https://yt-downloader-l8kg.onrender.com/
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Downloader with Django
## OverviewThis Django app leverages the 'pytube' library to create a simple YouTube downloader.
## Features
- Users can input YouTube video URLs.
- The app fetches and downloads videos securely.
- Diffrent Video download quality specific download.
## Setup
**Clone the repository:**
```bash
git clone https://github.com/Wassim-Rached/youtube-downloader
```
**Install the required dependencies:**
```bash
pip install -r requirements.txt
```
**Run migrations:**
```bash
python manage.py migrate
```
**Start the Django development server:**
```bash
python manage.py runserver
```## Usage
- Visit the app in your browser at [http://localhost:8000](http://localhost:8000)
- Input YouTube video URLs.
- Submit the form to download videos securely.
## Security
- Validate user input to prevent abuse.
- Implement measures to ensure a secure download process.
#
**Feel free to contribute and enhance this YouTube downloader with Django!**