Allow disabling download widget for specific videos (in compliance with DMCA)

This commit is contained in:
Omar Roth
2019-04-03 14:53:28 -05:00
parent bd4f5ebcdf
commit f6615a490d
2 changed files with 5 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ user: String,
default: Preferences.new(*ConfigPreferences.from_yaml("").to_tuple),
converter: ConfigPreferencesConverter,
},
dmca_content: {type: Array(String), default: [] of String}, # For compliance with DMCA, disables download widget using list of video IDs
})
end