From a39ae64093fb729cfd2a8dfe44b0c2143d51342b Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Wed, 25 Sep 2024 20:06:57 -0500 Subject: [PATCH] android user agent works --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 18eb5a7..bcfc08e 100644 --- a/README.md +++ b/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?