Jesús
2022-10-05 10:13:54 +08:00
parent 6ba3959e40
commit c524eb16e5
3 changed files with 20 additions and 2 deletions

View File

@@ -220,6 +220,20 @@ For security reasons, enabling this is not recommended.''',
'category': 'interface',
}),
('use_video_download', {
'type': int,
'default': 0,
'comment': '',
'options': [
(0, 'Disabled'),
(1, 'Enabled'),
],
'category': 'interface',
'comment': '''If enabled, you may incur legal issues with RIAA. Disabled by default.
More info: https://torrentfreak.com/riaa-thwarts-youts-attempt-to-declare-youtube-ripping-legal-221002/
Archive: https://archive.ph/OZQbN''',
}),
('proxy_images', {
'label': 'Route images',
'type': bool,