android user agent works

This commit is contained in:
Mike Nolan 2024-09-25 20:06:57 -05:00
parent fe7f288b82
commit a39ae64093
1 changed files with 12 additions and 5 deletions

View File

@ -2,22 +2,29 @@ A Cli Based YouTube Downloader in C++
===================================== =====================================
## To Install Dependencies ## To Install Dependencies
```bash sudo apt install libcurl4-openssl-dev libjansson-dev ```bash
sudo apt install libcurl4-openssl-dev libjansson-dev
``` ```
## To Install ## To Install
```bash make && sudo make install ```bash
make && sudo make install
``` ```
## To Use ## To Use
```bash tytd https://www.youtube.com/watch?v=xxQGY4kt5zY ```bash
tytd https://www.youtube.com/watch?v=xxQGY4kt5zY
``` ```
## Yes you can use Video Ids as well ## Yes you can use Video Ids as well
```bash tytd xxQGY4kt5zY``` ```bash
tytd xxQGY4kt5zY
```
## Or even multiple videos ## Or even multiple videos
```bash tytd https://www.youtube.com/watch?v=o4GZUCwVRLs https://www.youtube.com/watch?v=xxQGY4kt5zY``` ```bash
tytd https://www.youtube.com/watch?v=o4GZUCwVRLs https://www.youtube.com/watch?v=xxQGY4kt5zY
```
## Why did I create this? ## Why did I create this?