#11: Add a first iteration for the CHANNELS retrieval

This commit is contained in:
2023-01-15 02:19:31 +01:00
parent 270c48da02
commit 7456685f2b
3 changed files with 68 additions and 28 deletions

View File

@@ -15,5 +15,10 @@ Have to proceed with a breadth-first search approach as treating all *child* cha
```sh
sudo apt install nlohmann-json3-dev
make
./main
```
Except if you provide the argument `--youtube-operational-api-instance-url https://yt.lemnoslife.com`, you have [to host your own instance of the YouTube operational API](https://github.com/Benjamin-Loison/YouTube-operational-API/#install-your-own-instance-of-the-api).
```sh
./youtubeCaptionsSearchEngine
```