Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
yan12125-sohu_fix
|
|
|
|
|
|
|
|
|
|
Fixes #2865, closes #5087
|
|
|
|
|
|
Previously, the runtime could be atrocious for longer inputs.
|
|
This functionality is intended to eventually encompass the current format filtering.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reported at https://news.ycombinator.com/item?id=8648121
|
|
|
|
|
|
|
|
|
|
|
|
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 .
|
|
|
|
|
|
|
|
https://github.com/dstftw/youtube-dl into dstftw-compat-getenv-and-expanduser
Conflicts:
test/test_utils.py
youtube_dl/__init__.py
|
|
|
|
|
|
Fixes #3217, Fixes #2918)
Introduces compat versions of os.getenv and os.path.expanduser
|