summaryrefslogtreecommitdiff
path: root/youtube_dl/compat.py
AgeCommit message (Expand)Author
2015-10-03[compat] Allow overriding by only COLUMNS or LINES in compat_get_terminal_sizeYen Chi Hsuan
2015-09-14[compat] Do not use unicodePhilipp Hagemeister
2015-09-05[compat] Fix python version check for compat_shlex_splitSergey M․
2015-09-05[compat] Add compat shlex.splitSergey M․
2015-08-03Merge remote-tracking branch 'jaimemf/format_spec_groups' (closes #6124)Jaime Marquínez Ferrándiz
2015-07-30[viewster] extract the api auth tokenremitamine
2015-07-18[compat] Fix _asciireSergey M․
2015-07-18[compat] Fix missing _asciire on python 2.6Sergey M․
2015-07-17[compat] Mention unquote_plusSergey M․
2015-07-17[compat] Add compat_urllib_parse_unquote_plusSergey M․
2015-07-17[compat] Simplify and use latest cpython 3 codeSergey M․
2015-07-17Don't forget trailing '%'fnord
2015-07-17fix TestCompat test_all_presentfnord
2015-07-17remove kebabfnord
2015-07-17remove debugprintfnord
2015-07-17replace old compat_urllib_parse_unquote with backport from python3's functionfnord
2015-07-15compat_urllib_parse_unquote: crash fix: only decode valid hexfnord
2015-07-10[compat] Add compat_itertools_countYen Chi Hsuan
2015-06-28[YoutubeDL] rework how the format spec is processedJaime Marquínez Ferrándiz
2015-05-02Remove code that was only used by the Grooveshark extractorJaime Marquínez Ferrándiz
2015-03-27Don't use bare 'except:'Jaime Marquínez Ferrándiz
2015-02-28Use 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 definitionPhilipp Hagemeister
2015-02-01Appease pyflakes8-3Philipp Hagemeister
2015-01-30Add a test for --no-check-certificatePhilipp Hagemeister
2015-01-11[compat] Correct socket error class referencePhilipp Hagemeister
2015-01-11[test_compat] Fix alphabetic order to make test_all_present passSergey M․
2015-01-10Add new option --source-addressPhilipp Hagemeister
2014-12-12[compat] Simplify kwarg detection codePhilipp 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-09Fix PEP8 issue E713Jaime Marquínez Ferrándiz
2014-11-26[compat] Beautify assertionPhilipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2014-11-23Provide guidance when called with a YouTube ID starting with a dash.Philipp Hagemeister
2014-11-20remove unused importsPhilipp Hagemeister
2014-11-20[compat] correct OptionGroup invocation for Python 3 (fixes #4243)Philipp Hagemeister
2014-11-19Work 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] ModernizePhilipp Hagemeister
2014-11-02[compat] Fix importsPhilipp Hagemeister
2014-11-02[util] Move compatibility functions out of utilPhilipp Hagemeister