Add settings for filtering out shorts in subscriptions and channels

This commit is contained in:
2024-01-22 05:55:59 +08:00
parent 2140f48919
commit ca4a735692
3 changed files with 21 additions and 3 deletions

View File

@@ -298,6 +298,18 @@ Archive: https://archive.ph/OZQbN''',
'comment': '',
}),
('include_shorts_in_subscriptions', {
'type': bool,
'default': 0,
'comment': '',
}),
('include_shorts_in_channel', {
'type': bool,
'default': 1,
'comment': '',
}),
('gather_googlevideo_domains', {
'type': bool,
'default': False,