From e582ec919d4fdb9d98c540c44589f6d75fbbb823 Mon Sep 17 00:00:00 2001 From: Rafael Marçalo Date: Sun, 5 Sep 2021 13:41:20 +0000 Subject: Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b5a9803..4248549 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ API keyless YouTube querying tool in C This program makes a quick youtube query of a inputted query and uses the [libcurl](https://curl.se/libcurl/) libraries to download the full HTML page and scrape the query json form the HTML, then uses [json-c](https://github.com/json-c/json-c) libraries to search for videos array and displays this videos information according to user passed arguments. +## Dependencies + +* [libcurl](https://curl.se/libcurl/) *(curl)* +* [json-c](https://github.com/json-c/json-c) *(present on most linux distros)* + ## How to use ### Install -- cgit v1.2.3