aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/f4m.py
AgeCommit message (Expand)Author
2015-08-31[f4m] Add missing importsSergey M․
2015-08-31Merge pull request #5588 from aajanki/encode_frag_filenamesSergey M.
2015-07-29[f4m] Implement f4m fd in terms of fragment fdSergey M․
2015-05-03[downloader/f4m] Fragment filenames must be sanitizedAntti Ajanki
2015-04-21[Senate] Add new extractor (#5302)Yen Chi Hsuan
2015-03-08[downloader/f4m] Fix use of base64 in python 3.2 (fixes #5132)Jaime Marquínez Ferrándiz
2015-02-24[f4m] Tolerate missed fragments on live streamsAntti Ajanki
2015-02-24[f4m] Refresh fragment list periodically on live streamsAntti Ajanki
2015-02-21PEP8: W503Philipp Hagemeister
2015-02-17[downloader] Remove various unneeded assignments and importsPhilipp Hagemeister
2015-02-17[YoutubeDL] Use a progress hook for progress reportingPhilipp Hagemeister
2015-01-31Fix flake8 errorsJaime Marquínez Ferrándiz
2015-01-30[downloader/f4m] Clarify that we should eventually just implement the DRM sch...Philipp Hagemeister
2015-01-26Filter DRM protected media in f4m downloaderrzhxeo
2015-01-23[downloader/f4m] build_fragments_list: Support videos with more than 1 segmentJaime Marquínez Ferrándiz
2015-01-05[downloader/f4m] Minor cleanupAntti Ajanki
2015-01-05[downloader/f4m] The last value in a tag is the tag lengthAntti Ajanki
2015-01-05[downloader/f4m] <metadata> is optional according to the F4M specsAntti Ajanki
2014-12-17Improve code stylePhilipp Hagemeister
2014-12-13Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8: E225,E227Jouke Waleson
2014-11-23PEP8: more appliedJouke Waleson
2014-10-28[f4m] Support bootstrap URLsPhilipp Hagemeister
2014-09-21[downloader/f4m] If <pv-2.0> is in the manifest, add it to the fragments urls...Jaime Marquínez Ferrándiz
2014-07-28[bloomberg] Extract the available formats (closes #2776)Jaime Marquínez Ferrándiz
2014-04-03[downloader/f4m] Close the final videoJaime Marquínez Ferrándiz
2014-02-22[f4m] Clean upPhilipp Hagemeister
2014-02-15[f4m] Download only the first fragment with the `--test` optionJaime Marquínez Ferrándiz
2014-02-15Fix f4m downloading on Python 2.6Philipp Hagemeister
2014-02-09Add a downloader for f4m manifestsJaime Marquínez Ferrándiz