diff options
| author | syeopite <syeopite@syeopite.dev> | 2023-07-23 05:02:02 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2023-07-23 14:40:09 -0700 |
| commit | e4942b188f5c192d5693687698db9b106571332c (patch) | |
| tree | c54f3209eb2fba27661c9ee5d6d10ce5fc46afed /config | |
| parent | caac7e21668dd88eaf3d57ddc300427885af0a23 (diff) | |
| download | invidious-e4942b188f5c192d5693687698db9b106571332c.tar.gz invidious-e4942b188f5c192d5693687698db9b106571332c.tar.bz2 invidious-e4942b188f5c192d5693687698db9b106571332c.zip | |
Integrate transcript captions into captions API
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 34070fe5..51beab89 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -182,6 +182,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 # ----------------------------- |
