Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eirsvi/youtube-video-downloader
ទាញយកវីដេអូពី YouTube បានតែមួយ Video ដោយប្រើប្រាស់ Terminal ប្រើពេលវេលាខ្លី
https://github.com/eirsvi/youtube-video-downloader
python script youtube youtubedownloader yt
Last synced: 9 days ago
JSON representation
ទាញយកវីដេអូពី YouTube បានតែមួយ Video ដោយប្រើប្រាស់ Terminal ប្រើពេលវេលាខ្លី
- Host: GitHub
- URL: https://github.com/eirsvi/youtube-video-downloader
- Owner: EIRSVi
- Created: 2024-09-29T10:31:05.000Z (about 1 month ago)
- Default Branch: docs
- Last Pushed: 2024-09-29T14:37:27.000Z (about 1 month ago)
- Last Synced: 2024-10-30T12:08:32.731Z (9 days ago)
- Topics: python, script, youtube, youtubedownloader, yt
- Language: Python
- Homepage: https://youtu.be/
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YouTube Video Downloader
Summary
The YouTube Video Downloader is a lightweight tool to quickly download videos from YouTube. It allows users to download videos and store them neatly in an organized folder on your system.Features
- Download individual YouTube videos.
- Files are automatically saved with the video title as the file name.
- Simple, terminal-based interface.
Prerequisites
Ensure the following dependencies are installed on your system:
- Python 3.x
-
yt-dlp for handling YouTube downloads. -
Colorama for terminal colors. -
pyfiglet for ASCII art.
To install the necessary Python libraries, run:
```bash
pip install yt-dlp colorama pyfiglet
```
Installation
1. Clone this repository:
```bash
git clone [email protected]:EIRSVi/youtube-video-downloader.git
cd youtube-video-downloader
```
2. Run the script:
```bash
python ytdl1video.py
```
Example
To download a YouTube video, you can enter a URL such as:
EXAMPLE URL: https://youtu.be/lXnpiXJirlA?si=YWXPbH5M8mFhSBVD
The video will be saved in your default Downloads folder with the video title as the file name.
Troubleshooting
If you encounter any issues while downloading, check the following:
- Ensure yt-dlp is installed correctly.
- Verify that the YouTube video URL is correct.
- Ensure proper permissions for the download directory.
License
This project is open-source and available under the MIT License.
Credits
Support us: @eirsvi
Feel free to reach out if you have any questions or feedback!
---
Let me know if you'd like any adjustments!