Storage Providers
Direct Storage Access
How to download products without using the cache
In case you want fine grained control over file download location, you can set cache_directory
to None
.
It does not cache any files and expects an output_dir
parameter for all download methods.
Was this page helpful?