aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-10-05 10:13:54 +0800
committerJesús <heckyel@hyperbola.info>2022-10-05 10:14:06 +0800
commitc524eb16e5fbe30dcd217fa8ba2ccd7acaaa2cf4 (patch)
tree465e68a1ba25f31dea15a808c4e0a8fea70eef8f /settings.py
parent6ba3959e40ca6077ea95bac65932bf18b8782410 (diff)
downloadyt-local-c524eb16e5fbe30dcd217fa8ba2ccd7acaaa2cf4.tar.lz
yt-local-c524eb16e5fbe30dcd217fa8ba2ccd7acaaa2cf4.tar.xz
yt-local-c524eb16e5fbe30dcd217fa8ba2ccd7acaaa2cf4.zip
Disable download by RIAA issues
Ref: https://torrentfreak.com/riaa-thwarts-youts-attempt-to-declare-youtube-ripping-legal-221002/ Archive: https://archive.ph/OZQbN
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 540d3f7..16ec6ff 100644
--- a/settings.py
+++ b/settings.py
@@ -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,