Subscriptions auto-checking system

This commit is contained in:
James Taylor
2019-08-14 00:12:24 -07:00
parent 38792081d4
commit 31a04555ae
2 changed files with 94 additions and 4 deletions

View File

@@ -66,6 +66,12 @@ For security reasons, enabling this is not recommended.''',
1 to sort by newest''',
}),
('autocheck_subscriptions', {
'type': bool,
'default': 0,
'comment': '',
}),
('gather_googlevideo_domains', {
'type': bool,
'default': False,