Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
(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)
|
|
|
|
|
|
|
|
|
|
#8868, closes #8870)
|
|
[utils] Add extract_attributes for extracting html tag attributes
|
|
|
|
|