Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
- add support for authentication
- simplify url signing
- extract DASH and MSS formats
|
|
|
|
|
|
|
|
|
|
Now all _extract_*_formats routines return a list
|
|
|
|
|
|
|
|
|
|
|
|
It's no longer provided
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 .
|
|
|