git repo
https://github.com/Tanish0907/yt-downloader-python_script-
YouTube Downloader (Python Package)
A cross-platform YouTube video/audio downloader with quality options.
Installation
-
Install FFmpeg:
Linux:
sudo apt install ffmpeg
Windows/macOS:
Download from ffmpeg.org and add to PATH -
Install the package:
pip install yt-downloader
Basic Usage
yt-download --video "URL" [--quality 720|1080|best]
yt-download --audio "URL"
yt-download --playlist "URL"
Features
- Multiple quality options (720p, 1080p, best available)
- Audio extraction (MP3)
- Playlist support
- Cross-platform (Windows/macOS/Linux)
Notes
- Downloads save to
./video_downloaded/ - Clear this folder between downloads to avoid errors
- Requires Python 3.8+
Troubleshooting
If you get FFmpeg errors:
- Verify installation with
ffmpeg -version - Ensure it's in your system PATH
Key points:
- Removed clone/git instructions since it's a pip package
- Simplified FFmpeg instructions
- Added clear pip install command
- Basic usage shows package entry point (
yt-download) - Kept essential troubleshooting info
- Removed redundant information
Release files for ytdl-hd 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ytdl_hd-0.1.tar.gz | 7.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ytdl_hd-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.5 kB
Release files / ytdl_hd-0.1.tar.gz
| Download URL | ytdl_hd-0.1.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3c6cc04ced78db67442ac5fd7af2b649bf9e36f5aa878177b6885a47ce65c8da
|
|
BLAKE2b-256 checksum How to use checksums |
47663d3f0d6149c5ad5fd186e5c346666a96bc06bb8f9be2271c3d202a958981
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.7
|
Release files / ytdl_hd-0.1-py3-none-any.whl
| Download URL | ytdl_hd-0.1-py3-none-any.whl |
|---|---|
| Size | 7.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
54fe926328cc993af5c35e44eedaf9a57bf97c12063b8da9164518b489bb971a
|
|
BLAKE2b-256 checksum How to use checksums |
a7c3676f0e687846635ac17725daec3f09d5cf4177f543b9503a1105de8b8e3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.7
|