android user agent works
This commit is contained in:
parent
fe7f288b82
commit
a39ae64093
17
README.md
17
README.md
|
@ -2,22 +2,29 @@ A Cli Based YouTube Downloader in C++
|
|||
=====================================
|
||||
|
||||
## To Install Dependencies
|
||||
```bash sudo apt install libcurl4-openssl-dev libjansson-dev
|
||||
```bash
|
||||
sudo apt install libcurl4-openssl-dev libjansson-dev
|
||||
```
|
||||
|
||||
## To Install
|
||||
```bash make && sudo make install
|
||||
```bash
|
||||
make && sudo make install
|
||||
```
|
||||
|
||||
## 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
|
||||
```bash tytd xxQGY4kt5zY```
|
||||
```bash
|
||||
tytd xxQGY4kt5zY
|
||||
```
|
||||
|
||||
## 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?
|
||||
|
||||
|
|
Loading…
Reference in New Issue