aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/cache.py
AgeCommit message (Collapse)Author
2020-09-03[skip travis] revert automerge for nowUnknown
2020-09-02[skip travis] adding automerge supportUnknown
basically copying content of youtube_dl folder to youtube_dlc and excluding the youtube_dl folder when compiling
2020-09-02[skip travis] renamingUnknown
to avoid using same folder when using pip install for example
2017-03-26Use expand_path where appropriate (closes #12556)Sergey M․
2014-11-19[cache] Fix writing to paths with unicode charactersJaime Marquínez Ferrándiz
* Use "compat_getenv" * "write_json_file" now expects the filename to be a string
2014-11-02[util] Move compatibility functions out of utilPhilipp Hagemeister
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
2014-09-30[core] Decode environment variables with filesystem encoding (Fixes #3854, ↵Sergey M․
Fixes #3217, Fixes #2918) Introduces compat versions of os.getenv and os.path.expanduser
2014-09-04[cache] Allow dots in keys (Fixes #3674)Philipp Hagemeister
2014-09-03[youtube] Move cache into its own modulePhilipp Hagemeister