about summary refs log tree commit diff
path: root/youtube_dl/extractor/dropbox.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP8: applied even more rulesJouke Waleson2014-11-231-12/+12
|
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-1/+2
| | | | | | | 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 .
* [dropbox] Fix the video url query (fixes #3868)Jaime Marquínez Ferrándiz2014-10-011-3/+2
| | | | Previously it would convert urls without a query into 'something.mp4&dl=1'
* [dropbox] Recognize 'https://www.dropbox.com/sh/*' urls (fixes #3795)Jaime Marquínez Ferrándiz2014-09-211-5/+10
| | | | And extract the title from the url last path component.
* [dropbox] Make sure ?dl=0 is ignore (Fixes #3605)Philipp Hagemeister2014-08-281-3/+4
|
* [dropbox] Fix title encoding on Python 2Philipp Hagemeister2014-07-211-2/+2
|
* [dropbox] Fix test and add support for spaces in filenamesPhilipp Hagemeister2014-07-211-5/+7
|
* [dropbox] replace not working testpulpe2014-02-111-4/+5
|
* [dropbox] Correct test case (#2171)Philipp Hagemeister2014-01-191-2/+3
|
* [dropbox] PEP8 and simplify (#2171)Philipp Hagemeister2014-01-191-19/+17
|
* Added support for Dropboxsahutd2014-01-191-10/+9
|
* Added dropbox support. issue #2055sahutd2014-01-181-0/+33