disable youtube-dl on-disk caching
This commit is contained in:
parent
39b56dba04
commit
3e0c8bdcac
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue