add addmetadata as a default youtube-dl flag, part of #111

This commit is contained in:
meeb 2021-05-27 19:22:56 +10:00
parent 326cefbec1
commit d1996aee80
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ YOUTUBE_DEFAULTS = {
'age_limit': 99, # 'Age in years' to spoof
'ignoreerrors': True, # Skip on errors (such as unavailable videos in playlists)
'cachedir': False, # Disable on-disk caching
'addmetadata': True, # Embed metadata during postprocessing where available
}