Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [util] Move compatibility functions out of util | Philipp Hagemeister | 2014-11-02 | 1 | -4/+2 |
| | | | | | | | 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 . | ||||
* | [core] Decode environment variables with filesystem encoding (Fixes #3854, ↵ | Sergey M․ | 2014-09-30 | 1 | -1/+2 |
| | | | | | | Fixes #3217, Fixes #2918) Introduces compat versions of os.getenv and os.path.expanduser | ||||
* | [cache] Allow dots in keys (Fixes #3674) | Philipp Hagemeister | 2014-09-04 | 1 | -2/+3 |
| | |||||
* | [youtube] Move cache into its own module | Philipp Hagemeister | 2014-09-03 | 1 | -0/+93 |