tubearchivist/tubearchivist/home/config.json

31 lines
783 B
JSON
Raw Permalink Normal View History

2021-09-05 17:10:14 +00:00
{
"subscriptions": {
"channel_size": 50,
"live_channel_size": 50,
2023-04-16 11:30:39 +00:00
"shorts_channel_size": 50,
"auto_start": false
2021-09-05 17:10:14 +00:00
},
"downloads": {
"limit_speed": false,
"sleep_interval": 3,
"autodelete_days": false,
"format": false,
"format_sort": false,
"add_metadata": false,
2021-10-26 10:14:26 +00:00
"add_thumbnail": false,
2022-01-30 13:10:29 +00:00
"subtitle": false,
"subtitle_source": false,
2022-02-11 06:36:36 +00:00
"subtitle_index": false,
2022-11-18 01:59:04 +00:00
"comment_max": false,
"comment_sort": "top",
2022-04-29 11:38:43 +00:00
"cookie_import": false,
"throttledratelimit": false,
2023-05-07 02:47:03 +00:00
"extractor_lang": false,
"integrate_ryd": false,
"integrate_sponsorblock": false
2021-09-05 17:10:14 +00:00
},
"application": {
2023-02-03 07:50:41 +00:00
"enable_snapshot": true
2021-09-05 17:10:14 +00:00
}
}