disable youtube-dl on-disk caching

This commit is contained in:
meeb 2020-12-13 18:58:09 +11:00
parent 39b56dba04
commit 3e0c8bdcac
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ YOUTUBE_DEFAULTS = {
'no_color': True, # Do not use colours in output
'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
}