Sergey M․
22603348aa
[compat] Fix _asciire
9 years ago
Sergey M․
3cc8b4c327
[compat] Fix missing _asciire on python 2.6
9 years ago
Sergey M․
4d08161ac2
[compat] Mention unquote_plus
9 years ago
Sergey M․
aa99aa4e85
[compat] Add compat_urllib_parse_unquote_plus
9 years ago
Sergey M․
5513967926
[compat] Simplify and use latest cpython 3 code
9 years ago
fnord
593b77064c
Don't forget trailing '%'
9 years ago
fnord
9fefc88656
fix TestCompat test_all_present
9 years ago
fnord
a0f28f90fa
remove kebab
9 years ago
fnord
851229a01f
remove debugprint
9 years ago
fnord
c9c854cea7
replace old compat_urllib_parse_unquote with backport from python3's function
* required unquote_to_bytes function ported as well
(uses .decode('hex') instead of dynamically populated _hextobyte global)
* required implicit conversion to bytes and/or unicode in places due to
differing type assumptions in p3
9 years ago
fnord
e37c932fca
compat_urllib_parse_unquote: crash fix: only decode valid hex
on python 2 the following has a { "crash_rate": "100%" } of the time
as it tries to parse '" ' as hex.
9 years ago
Yen Chi Hsuan
a0e060ac1e
[compat] Add compat_itertools_count
'step' parameter is added in Python 2.7
9 years ago
Jaime Marquínez Ferrándiz
2ddcd88129
Remove code that was only used by the Grooveshark extractor
10 years ago
Jaime Marquínez Ferrándiz
70a1165b32
Don't use bare 'except:'
They catch any exception, including KeyboardInterrupt, we don't want to catch it.
10 years ago
Jaime Marquínez Ferrándiz
003c69a84b
Use shutil.get_terminal_size for getting the terminal width if it's available (python >= 3.3)
10 years ago
Philipp Hagemeister
0196149c5b
[compat] Correct compat_basestring definition
10 years ago
Philipp Hagemeister
8f9312c387
Appease pyflakes8-3
10 years ago
Philipp Hagemeister
83fda3c000
Add a test for --no-check-certificate
10 years ago
Philipp Hagemeister
8ad6b5ed9f
[compat] Correct socket error class reference
10 years ago
Sergey M․
987493aef3
[test_compat] Fix alphabetic order to make test_all_present pass
10 years ago
Philipp Hagemeister
be4a824d74
Add new option --source-address
Closes #3618 , fixes #721 , fixes #2481 , fixes #4551 , closes #1020 .
10 years ago
Philipp Hagemeister
c6973bd412
[compat] Simplify kwarg detection code
This enables nuitka to compile youtube-dl.
10 years ago
Philipp Hagemeister
e2f89ec7aa
Revert "[utils] Work around PyPy stupidity with Windows DLLs ( Fixes #4392 )"
This reverts commit 16040f46d6
.
10 years ago
Philipp Hagemeister
16040f46d6
[utils] Work around PyPy stupidity with Windows DLLs ( Fixes #4392 )
10 years ago
Jaime Marquínez Ferrándiz
83e865a370
Fix PEP8 issue E713
10 years ago
Philipp Hagemeister
b061ea6e9f
[compat] Beautify assertion
10 years ago
Jouke Waleson
9e1a5b8455
PEP8: applied even more rules
10 years ago
Jouke Waleson
5f6a1245ff
PEP8 applied
10 years ago
Philipp Hagemeister
7d4111ed14
Provide guidance when called with a YouTube ID starting with a dash.
Reported at https://news.ycombinator.com/item?id=8648121
10 years ago
Philipp Hagemeister
b244b5c3f9
remove unused imports
10 years ago
Philipp Hagemeister
07e378fa18
[compat] correct OptionGroup invocation for Python 3 ( fixes #4243 )
10 years ago
Philipp Hagemeister
e07e931375
Work around 2.7.0 deficencies ( Fixes #4223 )
10 years ago
Philipp Hagemeister
c7b0add86f
[compat] Work around kwargs bugs in old 2.6 Python releases ( Fixes #3813 )
10 years ago
Philipp Hagemeister
451948b28c
[compat] Modernize
10 years ago
Philipp Hagemeister
baa708036c
[compat] Fix imports
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