compat_urllib_parse_unquote: crash fix: only decode valid hex
authorfnord <fnord@fnord.mobi>
Wed, 15 Jul 2015 20:13:56 +0000 (15:13 -0500)
committerfnord <fnord@fnord.mobi>
Wed, 15 Jul 2015 20:28:50 +0000 (15:28 -0500)
commite37c932fca29d93af77b7a47cccc9bb8578e3163
treefbee18a2b4856e886f0d989cd70878eae5186cd1
parent5eb778bf4d52c2d1b53182e48c630a3458f2fb22
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.
youtube_dl/compat.py