https://github.com/gastonchenet/ytdl
📺 YTDL is a simple YouTube downloader cli
https://github.com/gastonchenet/ytdl
cli youtube youtube-dl
Last synced: 2 months ago
JSON representation
📺 YTDL is a simple YouTube downloader cli
- Host: GitHub
- URL: https://github.com/gastonchenet/ytdl
- Owner: gastonchenet
- License: mit
- Created: 2024-12-07T18:43:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T19:27:26.000Z (6 months ago)
- Last Synced: 2025-04-16T00:56:53.067Z (2 months ago)
- Topics: cli, youtube, youtube-dl
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YTDL
[](https://github.com/gastonchenet/ytdl/releases)
[](https://github.com/gastonchenet/ytdl/blob/main/LICENSE)
[](https://github.com/gastonchenet/ytdl/issues)
[](https://github.com/gastonchenet/ytdl/pulls)## Description
YTDL is a simple youtube downloader that uses the pytubefix library to download youtube videos. It is a simple command line tool that allows you to download youtube videos/musics in the highest quality available in the format you want.
## Installation
### Linux & MacOS
```bash
curl -fsSL https://raw.githubusercontent.com/gastonchenet/ytdl/refs/heads/main/scripts/install.sh | bash
```### Windows
```powershell
powershell -c "irm https://raw.githubusercontent.com/gastonchenet/ytdl/refs/heads/main/scripts/install.ps1 | iex"
```## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.