An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# YTDL

[![GitHub release](https://img.shields.io/github/v/release/gastonchenet/ytdl)](https://github.com/gastonchenet/ytdl/releases)
[![GitHub license](https://img.shields.io/github/license/gastonchenet/ytdl)](https://github.com/gastonchenet/ytdl/blob/main/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/gastonchenet/ytdl)](https://github.com/gastonchenet/ytdl/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/gastonchenet/ytdl)](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.