Author | SHA1 | Message | Date |
---|---|---|---|
Philipp Hagemeister | 8c25f81bee |
[util] Move compatibility functions out of util
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 . |
10 years ago |
Sergey M․ | 4644ac5527 |
[core] Decode environment variables with filesystem encoding (Fixes #3854, Fixes #3217, Fixes #2918)
Introduces compat versions of os.getenv and os.path.expanduser |
10 years ago |
Philipp Hagemeister | 674c869af4 | [cache] Allow dots in keys (Fixes #3674) | 10 years ago |
Philipp Hagemeister | a0e07d3161 | [youtube] Move cache into its own module | 10 years ago |