From ca4a7356924450f21228e823b4bcc1416aea05d3 Mon Sep 17 00:00:00 2001 From: Astound Date: Mon, 22 Jan 2024 05:55:59 +0800 Subject: Add settings for filtering out shorts in subscriptions and channels --- settings.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'settings.py') 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, -- cgit v1.2.3