aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 16ec6ff..c3c07e6 100644
--- a/settings.py
+++ b/settings.py
@@ -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,