tytd-cli-cpp/README.md

33 lines
1.1 KiB
Markdown

A Cli Based YouTube Downloader in C++
=====================================
## To Install Dependencies
```bash sudo apt install libcurl4-openssl-dev libjansson-dev
```
## To Install
```bash make && sudo make install
```
## To Use
```bash tytd https://www.youtube.com/watch?v=xxQGY4kt5zY
```
## Yes you can use Video Ids as well
```bash tytd xxQGY4kt5zY```
## Or even multiple videos
```bash tytd https://www.youtube.com/watch?v=o4GZUCwVRLs https://www.youtube.com/watch?v=xxQGY4kt5zY```
## Why did I create this?
A: Well my C# downloader is kind of slow on my Wii-Linux-NGX so I created this
## Can This Be ported to Wii (Homebrew Channel)
A: Should be, I might do that latter, but you would need the [4TU libcurl and dependencies](https://gitlab.com/4TU/wii-packages/-/releases) and use ```bash dkp-pacman -S ppc-jansson``` and creating a GUI or something
## Credits
- Tyrrrz (for YouTubeExplode, well so I know how to download videos), even though I disagree with him on things about Russia
- Daniel Stenberg and whoever commits to CURL
- Petri Lehtinen and whoever commits to jansson