Layout: Add option to use 720p resolution

This commit is contained in:
James Taylor
2019-08-24 13:35:11 -07:00
parent fa2fa7fe16
commit d9fbf82bb2
3 changed files with 19 additions and 3 deletions

View File

@@ -72,6 +72,12 @@ For security reasons, enabling this is not recommended.''',
'comment': '',
}),
('default_resolution', {
'type': int,
'default': 720,
'comment': '',
}),
('gather_googlevideo_domains', {
'type': bool,
'default': False,