Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-08 | [downloader/f4m] Fix use of base64 in python 3.2 (fixes #5132) | Jaime Marquínez Ferrándiz | |
b64decode needs a byte string, but on 3.4 it also accepts strings. | |||
2015-02-24 | [f4m] Tolerate missed fragments on live streams | Antti Ajanki | |
2015-02-24 | [f4m] Refresh fragment list periodically on live streams | Antti Ajanki | |
2015-02-21 | PEP8: W503 | Philipp Hagemeister | |
2015-02-17 | [downloader] Remove various unneeded assignments and imports | Philipp Hagemeister | |
2015-02-17 | [YoutubeDL] Use a progress hook for progress reporting | Philipp Hagemeister | |
Instead of every downloader calling two helper functions, let our progress report be an ordinary progress hook like everyone else's. Closes #4875. | |||
2015-01-31 | Fix flake8 errors | Jaime Marquínez Ferrándiz | |
2015-01-30 | [downloader/f4m] Clarify that we should eventually just implement the DRM ↵ | Philipp Hagemeister | |
scheme (#3000) | |||
2015-01-26 | Filter DRM protected media in f4m downloader | rzhxeo | |
2015-01-23 | [downloader/f4m] build_fragments_list: Support videos with more than 1 segment | Jaime Marquínez Ferrándiz | |
2015-01-05 | [downloader/f4m] Minor cleanup | Antti Ajanki | |
2015-01-05 | [downloader/f4m] The last value in a tag is the tag length | Antti Ajanki | |
2015-01-05 | [downloader/f4m] <metadata> is optional according to the F4M specs | Antti Ajanki | |
2014-12-17 | Improve code style | Philipp Hagemeister | |
2014-12-13 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | |||
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-11-23 | PEP8: E225,E227 | Jouke Waleson | |
2014-11-23 | PEP8: more applied | Jouke Waleson | |
2014-10-28 | [f4m] Support bootstrap URLs | Philipp Hagemeister | |
2014-09-21 | [downloader/f4m] If <pv-2.0> is in the manifest, add it to the fragments ↵ | Jaime Marquínez Ferrándiz | |
urls query (fixes #3176) It's used in some akamai videos (for example for theplatform.com). | |||
2014-07-28 | [bloomberg] Extract the available formats (closes #2776) | Jaime Marquínez Ferrándiz | |
It uses a helper method in the InfoExtractor class. The downloader will pick the requested formats using the bitrate in the info dict. | |||
2014-04-03 | [downloader/f4m] Close the final video | Jaime Marquínez Ferrándiz | |
2014-02-22 | [f4m] Clean up | Philipp Hagemeister | |
2014-02-15 | [f4m] Download only the first fragment with the `--test` option | Jaime Marquínez Ferrándiz | |
2014-02-15 | Fix f4m downloading on Python 2.6 | Philipp Hagemeister | |
2014-02-09 | Add a downloader for f4m manifests | Jaime Marquínez Ferrándiz | |