Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-11-02 | [util] Move compatibility functions out of util | Philipp Hagemeister | |
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py . | |||
2014-10-01 | [dropbox] Fix the video url query (fixes #3868) | Jaime Marquínez Ferrándiz | |
Previously it would convert urls without a query into 'something.mp4&dl=1' | |||
2014-09-21 | [dropbox] Recognize 'https://www.dropbox.com/sh/*' urls (fixes #3795) | Jaime Marquínez Ferrándiz | |
And extract the title from the url last path component. | |||
2014-08-28 | [dropbox] Make sure ?dl=0 is ignore (Fixes #3605) | Philipp Hagemeister | |
2014-07-21 | [dropbox] Fix title encoding on Python 2 | Philipp Hagemeister | |
2014-07-21 | [dropbox] Fix test and add support for spaces in filenames | Philipp Hagemeister | |
2014-02-11 | [dropbox] replace not working test | pulpe | |
2014-01-19 | [dropbox] Correct test case (#2171) | Philipp Hagemeister | |
2014-01-19 | [dropbox] PEP8 and simplify (#2171) | Philipp Hagemeister | |
2014-01-19 | Added support for Dropbox | sahutd | |
2014-01-18 | Added dropbox support. issue #2055 | sahutd | |