diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2023-09-18 23:31:56 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2023-09-18 23:31:56 +0200 |
| commit | 842e9fade58414c606b8d97b5050c5f9c9ab77dd (patch) | |
| tree | 3a3ebe103d7e03ecf0e64d8feea18d19861920aa /config | |
| parent | cc03610325f8c49b14216f2913a8a3148b48e3a2 (diff) | |
| parent | eabcea6f4a16a47555d945460ac824588ff546e5 (diff) | |
| download | invidious-842e9fade58414c606b8d97b5050c5f9c9ab77dd.tar.gz invidious-842e9fade58414c606b8d97b5050c5f9c9ab77dd.tar.bz2 invidious-842e9fade58414c606b8d97b5050c5f9c9ab77dd.zip | |
Captions: Add ability to use Innertube's transcripts API (#4001)
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.example.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index e925a5e3..b44fcc0e 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -161,6 +161,19 @@ https_only: false #force_resolve: +## +## Use Innertube's transcripts API instead of timedtext for closed captions +## +## Useful for larger instances as InnerTube is **not ratelimited**. See https://github.com/iv-org/invidious/issues/2567 +## +## Subtitle experience may differ slightly on Invidious. +## +## Accepted values: true, false +## Default: false +## +# use_innertube_for_captions: false + + # ----------------------------- # Logging # ----------------------------- |
