Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-27 | Add new field "extractor" to the info dictionary | Philipp Hagemeister | |
2012-09-27 | Provider (youtube, etc) is now saved in info_dict, so template filename can ↵ | danut007ro | |
be something like %(provider)s_%(id)s.%(ext)s This can be useful because videos should also be identified by their providers since id's can be the same on multiple providers. | |||
2012-09-27 | Removed provider (mistake) and add provider parameter to process_info | danut007ro | |
2012-05-09 | reorganized the titles sanitizing: now title is the untouched title | Filippo Valsorda | |
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename(); closes #164 | |||
2012-04-10 | better naming for the sub-modules | Filippo Valsorda - Campagna | |
2012-03-30 | moved increment_downloads and process_info calls from IEs to FD.download ↵ | Filippo Valsorda | |
(#296) (follows current doclines); a small step towards importability #217 | |||
2012-03-25 | Split code as a package, compiled into an executable zip | Filippo Valsorda | |