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
/
compat.py
Age
Commit message (
Expand
)
Author
2015-10-18
[compat] Add compat_urllib_request_DataHandler
Yen Chi Hsuan
2015-10-06
[compat] Fix wrong lines/columns order
Sergey M․
2015-10-06
[compat] Do not compare None <= 0
Philipp Hagemeister
2015-10-03
[compat] Allow overriding by only COLUMNS or LINES in compat_get_terminal_size
Yen Chi Hsuan
2015-09-14
[compat] Do not use unicode
Philipp Hagemeister
2015-09-05
[compat] Fix python version check for compat_shlex_split
Sergey M․
2015-09-05
[compat] Add compat shlex.split
Sergey M․
2015-08-03
Merge remote-tracking branch 'jaimemf/format_spec_groups' (closes #6124)
Jaime Marquínez Ferrándiz
2015-07-30
[viewster] extract the api auth token
remitamine
2015-07-18
[compat] Fix _asciire
Sergey M․
2015-07-18
[compat] Fix missing _asciire on python 2.6
Sergey M․
2015-07-17
[compat] Mention unquote_plus
Sergey M․
2015-07-17
[compat] Add compat_urllib_parse_unquote_plus
Sergey M․
2015-07-17
[compat] Simplify and use latest cpython 3 code
Sergey M․
2015-07-17
Don't forget trailing '%'
fnord
2015-07-17
fix TestCompat test_all_present
fnord
2015-07-17
remove kebab
fnord
2015-07-17
remove debugprint
fnord
2015-07-17
replace old compat_urllib_parse_unquote with backport from python3's function
fnord
2015-07-15
compat_urllib_parse_unquote: crash fix: only decode valid hex
fnord
2015-07-10
[compat] Add compat_itertools_count
Yen Chi Hsuan
2015-06-28
[YoutubeDL] rework how the format spec is processed
Jaime Marquínez Ferrándiz
2015-05-02
Remove code that was only used by the Grooveshark extractor
Jaime Marquínez Ferrándiz
2015-03-27
Don't use bare 'except:'
Jaime Marquínez Ferrándiz
2015-02-28
Use shutil.get_terminal_size for getting the terminal width if it's available...
Jaime Marquínez Ferrándiz
2015-02-01
[compat] Correct compat_basestring definition
Philipp Hagemeister
2015-02-01
Appease pyflakes8-3
Philipp Hagemeister
2015-01-30
Add a test for --no-check-certificate
Philipp Hagemeister
2015-01-11
[compat] Correct socket error class reference
Philipp Hagemeister
2015-01-11
[test_compat] Fix alphabetic order to make test_all_present pass
Sergey M․
2015-01-10
Add new option --source-address
Philipp Hagemeister
2014-12-12
[compat] Simplify kwarg detection code
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-09
Fix PEP8 issue E713
Jaime Marquínez Ferrándiz
2014-11-26
[compat] Beautify assertion
Philipp Hagemeister
2014-11-23
PEP8: applied even more rules
Jouke Waleson
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
remove unused imports
Philipp Hagemeister
2014-11-20
[compat] correct OptionGroup invocation for Python 3 (fixes #4243)
Philipp Hagemeister
2014-11-19
Work around 2.7.0 deficencies (Fixes #4223)
Philipp Hagemeister
2014-11-15
[compat] Work around kwargs bugs in old 2.6 Python releases (Fixes #3813)
Philipp Hagemeister
2014-11-02
[compat] Modernize
Philipp Hagemeister
2014-11-02
[compat] Fix imports
Philipp Hagemeister
2014-11-02
[util] Move compatibility functions out of util
Philipp Hagemeister