mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-24 03:13:19 +03:00
Subscription metadata is now backed up
Rebuild database now used subscription metadata backup
This commit is contained in:
@@ -347,6 +347,8 @@ const YTDL_ARGS_WITH_VALUES = [
|
||||
'--convert-subs'
|
||||
];
|
||||
|
||||
exports.SUBSCRIPTION_BACKUP_PATH = 'subscription_backup.json'
|
||||
|
||||
// we're using a Set here for performance
|
||||
exports.YTDL_ARGS_WITH_VALUES = new Set(YTDL_ARGS_WITH_VALUES);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user