aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/dropbox.py
AgeCommit message (Collapse)Author
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-02[util] Move compatibility functions out of utilPhilipp 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 2Philipp Hagemeister
2014-07-21[dropbox] Fix test and add support for spaces in filenamesPhilipp Hagemeister
2014-02-11[dropbox] replace not working testpulpe
2014-01-19[dropbox] Correct test case (#2171)Philipp Hagemeister
2014-01-19[dropbox] PEP8 and simplify (#2171)Philipp Hagemeister
2014-01-19Added support for Dropboxsahutd
2014-01-18Added dropbox support. issue #2055sahutd