aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/f4m.py
AgeCommit message (Expand)Author
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