https://github.com/sakuexe/youtube-downloader
Youtube video downloader written in Python. Also supports downloading playlists
https://github.com/sakuexe/youtube-downloader
audio mp4 python video webm youtube-downloader
Last synced: 25 days ago
JSON representation
Youtube video downloader written in Python. Also supports downloading playlists
- Host: GitHub
- URL: https://github.com/sakuexe/youtube-downloader
- Owner: sakuexe
- Created: 2023-01-21T07:53:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T08:24:34.000Z (over 2 years ago)
- Last Synced: 2025-02-08T21:45:58.730Z (3 months ago)
- Topics: audio, mp4, python, video, webm, youtube-downloader
- Language: Python
- Homepage:
- Size: 236 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Youtube Downloader with Python**
by SakuK - 01/2023
This is a tool that I use for downloading Youtube videos on my computer.
I wrote it using the [yt-dlp](https://github.com/yt-dlp/yt-dlp) library.The reason for writing this was to learn a bit about using libraries
for Python. But mostly I wrote it so I wouldn't need to bare those
awful youtube video downloader websites (this is way faster as well)To use this downloader, just clone this repository, add the needed
yt-dlp package to your pip and double click the batch file.*the images folder includes an icon ready to be assigned to the
batch file, if you would like to make it easier to spot.*## Dependencies
* [yt-dlp](https://github.com/yt-dlp/yt-dlp) - Youtube-dl fork
* [ffmpeg](https://www.ffmpeg.org/) - For converting the video to mp4```python
pip install yt-dlp
```## Preview
