51f579b635
[compat] Add compat shlex.split
2015-09-05 21:40:44 +06:00
03950c90f7
Merge remote-tracking branch 'jaimemf/format_spec_groups' ( closes #6124 )
2015-08-03 15:22:51 +02:00
799207e838
[viewster] extract the api auth token
...
Closes #6406 .
2015-07-30 12:55:48 +02:00
22603348aa
[compat] Fix _asciire
2015-07-18 18:32:52 +06:00
3cc8b4c327
[compat] Fix missing _asciire on python 2.6
2015-07-18 00:24:39 +06:00
4d08161ac2
[compat] Mention unquote_plus
2015-07-17 23:32:43 +06:00
aa99aa4e85
[compat] Add compat_urllib_parse_unquote_plus
2015-07-17 23:28:34 +06:00
5513967926
[compat] Simplify and use latest cpython 3 code
2015-07-17 22:58:13 +06:00
593b77064c
Don't forget trailing '%'
2015-07-17 09:45:49 -05:00
9fefc88656
fix TestCompat test_all_present
2015-07-17 07:24:07 -05:00
a0f28f90fa
remove kebab
2015-07-17 01:50:43 -05:00
851229a01f
remove debugprint
2015-07-17 01:49:55 -05:00
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
2015-07-17 01:31:29 -05:00
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.
2015-07-15 15:28:50 -05:00
a0e060ac1e
[compat] Add compat_itertools_count
...
'step' parameter is added in Python 2.7
2015-07-10 18:58:12 +08:00
67134eaba1
[YoutubeDL] rework how the format spec is processed
...
The spec string is processed using 'tokenize.tokenize' to split it in words and operators, the filters are still processed using regular expressions.
This should make easier to allow grouping operators with parens.
2015-06-28 22:31:35 +02:00
2ddcd88129
Remove code that was only used by the Grooveshark extractor
2015-05-02 17:29:56 +02:00
70a1165b32
Don't use bare 'except:'
...
They catch any exception, including KeyboardInterrupt, we don't want to catch it.
2015-03-27 13:02:20 +01:00
003c69a84b
Use shutil.get_terminal_size for getting the terminal width if it's available (python >= 3.3)
2015-02-28 21:44:57 +01:00
0196149c5b
[compat] Correct compat_basestring definition
2015-02-01 11:37:00 +01:00
8f9312c387
Appease pyflakes8-3
2015-02-01 11:30:56 +01:00
83fda3c000
Add a test for --no-check-certificate
2015-01-30 02:57:37 +01:00
8ad6b5ed9f
[compat] Correct socket error class reference
2015-01-11 10:47:39 +01:00
987493aef3
[test_compat] Fix alphabetic order to make test_all_present pass
2015-01-11 15:13:03 +06:00
be4a824d74
Add new option --source-address
...
Closes #3618 , fixes #721 , fixes #2481 , fixes #4551 , closes #1020 .
2015-01-10 19:56:51 +01:00
c6973bd412
[compat] Simplify kwarg detection code
...
This enables nuitka to compile youtube-dl.
2014-12-12 12:42:35 +01:00
e2f89ec7aa
Revert "[utils] Work around PyPy stupidity with Windows DLLs ( Fixes #4392 )"
...
This reverts commit 16040f46d6
.
2014-12-12 11:33:55 +01:00
16040f46d6
[utils] Work around PyPy stupidity with Windows DLLs ( Fixes #4392 )
2014-12-12 04:01:08 +01:00
83e865a370
Fix PEP8 issue E713
2014-12-09 23:11:26 +01:00
b061ea6e9f
[compat] Beautify assertion
2014-11-26 11:48:09 +01:00
9e1a5b8455
PEP8: applied even more rules
2014-11-23 21:39:15 +01:00
5f6a1245ff
PEP8 applied
2014-11-23 20:41:03 +01:00
7d4111ed14
Provide guidance when called with a YouTube ID starting with a dash.
...
Reported at https://news.ycombinator.com/item?id=8648121
2014-11-23 10:51:09 +01:00
b244b5c3f9
remove unused imports
2014-11-20 16:36:13 +01:00
07e378fa18
[compat] correct OptionGroup invocation for Python 3 ( fixes #4243 )
2014-11-20 07:21:12 +01:00
e07e931375
Work around 2.7.0 deficencies ( Fixes #4223 )
2014-11-19 18:21:58 +01:00
c7b0add86f
[compat] Work around kwargs bugs in old 2.6 Python releases ( Fixes #3813 )
2014-11-15 15:17:19 +01:00
451948b28c
[compat] Modernize
2014-11-02 11:36:29 +01:00
baa708036c
[compat] Fix imports
2014-11-02 11:26:40 +01:00
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 .
2014-11-02 11:23:42 +01:00