aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/utils.py
AgeCommit message (Expand)Author
2015-02-01Appease pyflakes8-3Philipp Hagemeister
2015-01-29[utils] YoutubeDLHTTPSHandler.https_open: pass all required arguments to do_openJaime Marquínez Ferrándiz
2015-01-25Add --list-thumbnailsPhilipp Hagemeister
2015-01-24[utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding the...Jaime Marquínez Ferrándiz
2015-01-23[downloader] Improve downloader selectionPhilipp Hagemeister
2015-01-23[utils] Catch strange Windows errors (Closes #4733)Philipp Hagemeister
2015-01-23[utils] Simplify HTTPS socket creationPhilipp Hagemeister
2015-01-23Merge remote-tracking branch 'derrotebaron/master'Philipp Hagemeister
2015-01-23[generic] Add support for BOMs (Fixes #4753)Philipp Hagemeister
2015-01-22[hearthisat] Add support for more high-quality download linksPhilipp Hagemeister
2015-01-16[fourtube] Fix extractionPhilipp Hagemeister
2015-01-15[ssl] Correct connect creationPhilipp Hagemeister
2015-01-14[utils] Add additional format to unified_strdateNaglis Jonaitis
2015-01-12[utils] Prevent override of custom headers.Johannes Knoedtel
2015-01-12[utils] Disallow non string types in parse_duration (Closes #4679)Sergey M․
2015-01-11[utils] Improve colon handling (Fixes #4683)Philipp Hagemeister
2015-01-10[utils] Fix call to _create_http_connectionPhilipp Hagemeister
2015-01-10Add new option --source-addressPhilipp Hagemeister
2015-01-10[utils] Clarify more day-month-first ambiguous formatsSergey M․
2015-01-09[netzkino] Add new extractor (Fixes #4669)Philipp Hagemeister
2015-01-07Respect age_limit when listing extractors (Fixes #4653)Philipp Hagemeister
2015-01-04utils: Remove blank line at the end of fileJaime Marquínez Ferrándiz
2015-01-04[soulanime] Fix under Python 3Philipp Hagemeister
2014-12-30Add documentation about supported sites (Fixes #4503)Philipp Hagemeister
2014-12-17Improve code stylePhilipp Hagemeister
2014-12-14Improve and test ffmpeg version detectionPhilipp Hagemeister
2014-12-13[utils] Do not make an exception for SSLv3Philipp Hagemeister
2014-12-13[utils] Make ssl work on Python 2.7.8Philipp Hagemeister
2014-12-12[utils] make_HTTPS_handler: Remove try/except block that would always raise a...Jaime Marquínez Ferrándiz
2014-12-12[utils] make_HTTPS_handler: Use ssl.create_default_context in Python 2.7.9Jaime Marquínez Ferrándiz
2014-12-12Merge remote-tracking branch 'grompe/patch-1'Philipp Hagemeister
2014-12-12Revert "[utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392)"Philipp Hagemeister
2014-12-12[utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392)Philipp Hagemeister
2014-12-12[cinchcast] Add new extractor (Fixes #4428)Philipp Hagemeister
2014-12-11[utils] Add "yesterday" as a date keywordPhilipp Hagemeister
2014-12-09Fix PEP8 issue E713Jaime Marquínez Ferrándiz
2014-12-06Fix utils.py for PyPy on WindowsGrom PE
2014-12-06[ffmpeg] Improve version check and call it from hls (Fixes #4377)Philipp Hagemeister
2014-12-04[minhateca] Fix duration parsingPhilipp Hagemeister
2014-12-04[minhateca] Add extractor (Fixes #4094)Philipp Hagemeister
2014-11-26[utils] remove useless u prefixPhilipp Hagemeister
2014-11-25[xminus] Simplify and extend (#4302)Philipp Hagemeister
2014-11-23Fix all PEP8 issues except E501Philipp Hagemeister
2014-11-23PEP8 appliedJouke Waleson
2014-11-23Provide guidance when called with a YouTube ID starting with a dash.Philipp Hagemeister
2014-11-20[utils] Improve update on error message somewhatPhilipp Hagemeister
2014-11-20Fix "ERROR: Cannot write metadata to JSON file" on WindowsIvan Kozik
2014-11-20Fix UnicodeEncodeError with --write-info-json on Python 2.7 + WindowsIvan Kozik
2014-11-19[cache] Fix writing to paths with unicode charactersJaime Marquínez Ferrándiz
2014-11-17[utils] Remove stray u'Philipp Hagemeister