Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #8778
|
|
At the beginning of every segment there was a drop to Unknown speed due to timeslice being too small to calculate speed.
Now last speed from the previous fragment is used.
|
|
|
|
|
|
the change was done in 82156fdbf0913c75181484dcc813565713bf78e9
|
|
|
|
|
|
Add fixup for media files produced by HlsNative downloader(fixes #4776)
|
|
update 5min related web sites info extraction and add support for Aol features.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The test case with {'test': '第二行тест'} was failing on python 2 (the non-ascii characters were replaced with '?').
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks @dstftw for pointing out those
|
|
|
|
|
|
- add support for aol features
- remove support for legacy urls
|
|
|
|
- skip m3u8 formats(404 error)
- skip unavailable test
- download embed page only when it's needed
- update _VALID_URL regex(joystiq.com redirect to engadget.com)
|
|
|
|
mutantmonkey-kusi
|
|
|
|
|
|
|
|
|
|
[utils] add update_url_query function to create or update query string params
|
|
|
|
|
|
|
|
|
|
|
|
|