Age | Commit message (Collapse) | Author |
|
|
|
|
|
Makefile: make it compatible with bmake
|
|
|
|
|
|
It's the portable version of BSD make: http://crufty.net/help/sjg/bmake.html
The syntax for conditionals is different in GNU make and BSD make, so we use the shell
|
|
|
|
|
|
|
|
|
|
(Closes #7314)
|
|
|
|
|
|
|
|
Fixes #8760
|
|
|
|
|
|
|
|
|
|
In parse_count multiple units start with the same letter, so it would match different units depending on the order they were sorted when iterating over them.
|
|
|
|
|
|
|
|
Content-Type
|
|
|
|
|
|
|
|
|
|
|
|
Fixes extraction for cases like: audio/x-mpegURL; charset=utf-8
|
|
|
|
|
|
|
|
|
|
_extract_theplatform_smil
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- extract more metadata and formats
- relax regex
|
|
|
|
|
|
Seen in https://www.youtube.com/watch?v=jMN4cxyhJjk
|
|
- extract error messages
- force the platform smil url(previously the manifest param
in the query is not respected which make theplatform return non working
mp4 files for some videos)
|
|
|