Use a diffrent checkmark in the README and finish a sentence
This commit is contained in:
parent
577e0d076d
commit
f2a1e8dbdd
|
@ -37,7 +37,7 @@ This tool is work in progress and some functions might not work (correctly).
|
||||||
### Configuration options
|
### Configuration options
|
||||||
|Option | Description | Default value | Required |
|
|Option | Description | Default value | Required |
|
||||||
|-------|-------------|---------------|--------- |
|
|-------|-------------|---------------|--------- |
|
||||||
| apiKey | YouTube API Key | | ✔ |
|
| apiKey | YouTube API Key | | ✓ |
|
||||||
| extraHeaders | Extra HTTP headers to send to YouTube. This is a JSON array of objects containing `"key"` and `"value"`. Will be sent with each API requres. | `[]` | ✘ |
|
| extraHeaders | Extra HTTP headers to send to YouTube. This is a JSON array of objects containing `"key"` and `"value"`. Will be sent with each API requres. | `[]` | ✘ |
|
||||||
| database | Path of channel/video database | $HOME/.local/share/yttui.db | ✘ |
|
| database | Path of channel/video database | $HOME/.local/share/yttui.db | ✘ |
|
||||||
| watchCommand | Command executed to watch a video. `{{vid}}` will be replaced | `["xdg-open", "https://youtube.com/watch?v={{vid}}"]` | ✘ |
|
| watchCommand | Command executed to watch a video. `{{vid}}` will be replaced by the Id of the video to watch. | `["xdg-open", "https://youtube.com/watch?v={{vid}}"]` | ✘ |
|
||||||
|
|
Loading…
Reference in New Issue