https://github.com/abhinavsharma07/youtube--downloader
https://github.com/abhinavsharma07/youtube--downloader
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhinavsharma07/youtube--downloader
- Owner: AbhinavSharma07
- Created: 2023-08-10T19:37:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T23:39:58.000Z (over 1 year ago)
- Last Synced: 2025-01-10T19:28:10.311Z (9 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AB YouTube Video Downloader.
A simple YouTube video downloader GUI application built using Python's Tkinter and the Pytube library..
## Features
- User-friendly graphical interface for downloading YouTube videos.
- Downloads the highest quality video stream available.
- Provides visual feedback upon successful download.## Getting Started
### Prerequisites
- Python 3.x
- Pytube library (`pip install pytube`)
- Tkinter (usually included with Python)### Installation
1. Clone the repository or download the `yt_downloader.py` script.
2. Open a terminal/command prompt.
3. Navigate to the directory containing the `yt_downloader.py` script.### Usage
1. Run the script using the command: `python yt_downloader.py`.
2. A graphical window will open.
3. Enter the YouTube video URL in the "Paste Link Here" field.
4. Click the "DOWNLOAD" button to initiate the download.
5. The downloaded video will be saved in the current working directory.## Disclaimer
This application is meant for personal use to download YouTube videos for offline viewing. Please respect YouTube's terms of service and only download videos for which you have the necessary rights.
## Acknowledgements
- [Tkinter](https://docs.python.org/3/library/tkinter.html) - Python's standard GUI library.
- [Pytube](https://pytube.io/) - A lightweight, Pythonic, dependency-free library for downloading YouTube videos....