about summary refs log tree commit diff
path: root/youtube_dl/cache.py
Commit message (Expand)AuthorAgeFilesLines
* [compat] Use `compat_open()`dirkf2023-07-251-3/+5
* [cache] Add cache validation by program version, based on yt-dlpdirkf2022-09-011-5/+23
* Use expand_path where appropriate (closes #12556)Sergey M․2017-03-261-3/+6
* [cache] Fix writing to paths with unicode charactersJaime Marquínez Ferrándiz2014-11-191-2/+2
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-4/+2
* [core] Decode environment variables with filesystem encoding (Fixes #3854, Fi...Sergey M․2014-09-301-1/+2
* [cache] Allow dots in keys (Fixes #3674)Philipp Hagemeister2014-09-041-2/+3
* [youtube] Move cache into its own modulePhilipp Hagemeister2014-09-031-0/+93