12 Commits (27f8b0994e9924724c974f46435552d401f5fc08)

Author SHA1 Message Date
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules 10 years ago
Philipp Hagemeister 8c25f81bee [util] Move compatibility functions out of util
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 .
10 years ago
Jaime Marquínez Ferrándiz 18937a50a4 [dropbox] Fix the video url query (fixes #3868)
Previously it would convert urls without a query into 'something.mp4&dl=1'
10 years ago
Jaime Marquínez Ferrándiz 7bd4b4229a [dropbox] Recognize 'https://www.dropbox.com/sh/*' urls (fixes #3795)
And extract the title from the url last path component.
10 years ago
Philipp Hagemeister b94744d157 [dropbox] Make sure ?dl=0 is ignore (Fixes #3605) 10 years ago
Philipp Hagemeister f1f725c6a0 [dropbox] Fix title encoding on Python 2 10 years ago
Philipp Hagemeister 264a7044f5 [dropbox] Fix test and add support for spaces in filenames 10 years ago
pulpe 79629ec717 [dropbox] replace not working test 10 years ago
Philipp Hagemeister 4cf393bb4b [dropbox] Correct test case (#2171) 10 years ago
Philipp Hagemeister ce4e242a6f [dropbox] PEP8 and simplify (#2171) 10 years ago
sahutd 6b79f40c3d Added support for Dropbox 10 years ago
sahutd 8da531359e Added dropbox support. issue #2055 10 years ago