index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
utils.py
Age
Commit message (
Expand
)
Author
2015-02-01
Appease pyflakes8-3
Philipp Hagemeister
2015-01-29
[utils] YoutubeDLHTTPSHandler.https_open: pass all required arguments to do_open
Jaime Marquínez Ferrándiz
2015-01-25
Add --list-thumbnails
Philipp 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 selection
Philipp Hagemeister
2015-01-23
[utils] Catch strange Windows errors (Closes #4733)
Philipp Hagemeister
2015-01-23
[utils] Simplify HTTPS socket creation
Philipp Hagemeister
2015-01-23
Merge 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 links
Philipp Hagemeister
2015-01-16
[fourtube] Fix extraction
Philipp Hagemeister
2015-01-15
[ssl] Correct connect creation
Philipp Hagemeister
2015-01-14
[utils] Add additional format to unified_strdate
Naglis 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_connection
Philipp Hagemeister
2015-01-10
Add new option --source-address
Philipp Hagemeister
2015-01-10
[utils] Clarify more day-month-first ambiguous formats
Sergey M․
2015-01-09
[netzkino] Add new extractor (Fixes #4669)
Philipp Hagemeister
2015-01-07
Respect age_limit when listing extractors (Fixes #4653)
Philipp Hagemeister
2015-01-04
utils: Remove blank line at the end of file
Jaime Marquínez Ferrándiz
2015-01-04
[soulanime] Fix under Python 3
Philipp Hagemeister
2014-12-30
Add documentation about supported sites (Fixes #4503)
Philipp Hagemeister
2014-12-17
Improve code style
Philipp Hagemeister
2014-12-14
Improve and test ffmpeg version detection
Philipp Hagemeister
2014-12-13
[utils] Do not make an exception for SSLv3
Philipp Hagemeister
2014-12-13
[utils] Make ssl work on Python 2.7.8
Philipp 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.9
Jaime Marquínez Ferrándiz
2014-12-12
Merge remote-tracking branch 'grompe/patch-1'
Philipp Hagemeister
2014-12-12
Revert "[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 keyword
Philipp Hagemeister
2014-12-09
Fix PEP8 issue E713
Jaime Marquínez Ferrándiz
2014-12-06
Fix utils.py for PyPy on Windows
Grom PE
2014-12-06
[ffmpeg] Improve version check and call it from hls (Fixes #4377)
Philipp Hagemeister
2014-12-04
[minhateca] Fix duration parsing
Philipp Hagemeister
2014-12-04
[minhateca] Add extractor (Fixes #4094)
Philipp Hagemeister
2014-11-26
[utils] remove useless u prefix
Philipp Hagemeister
2014-11-25
[xminus] Simplify and extend (#4302)
Philipp Hagemeister
2014-11-23
Fix all PEP8 issues except E501
Philipp Hagemeister
2014-11-23
PEP8 applied
Jouke Waleson
2014-11-23
Provide guidance when called with a YouTube ID starting with a dash.
Philipp Hagemeister
2014-11-20
[utils] Improve update on error message somewhat
Philipp Hagemeister
2014-11-20
Fix "ERROR: Cannot write metadata to JSON file" on Windows
Ivan Kozik
2014-11-20
Fix UnicodeEncodeError with --write-info-json on Python 2.7 + Windows
Ivan Kozik
2014-11-19
[cache] Fix writing to paths with unicode characters
Jaime Marquínez Ferrándiz
2014-11-17
[utils] Remove stray u'
Philipp Hagemeister
[next]