#31: Make search within captions not limited by line wrapping

This commit is contained in:
2023-02-14 01:32:36 +01:00
parent 4449d488c9
commit 09f7675bf7
2 changed files with 22 additions and 8 deletions

View File

@@ -20,6 +20,12 @@ make
./youtubeCaptionsSearchEngine -h
```
If you plan to use the front-end website, also run:
```sh
pip install webvtt-py
```
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).
Except if you provide the argument `--no-keys`, you have to provide at least one [YouTube Data API v3 key](https://developers.google.com/youtube/v3/getting-started) in `keys.txt`.