[utils] Fix inconsistent output of clean_html
authorTithen-Firion <tithen.firion.0@gmail.com>
Fri, 28 Apr 2017 15:34:27 +0000 (17:34 +0200)
committerTithen-Firion <tithen.firion.0@gmail.com>
Fri, 28 Apr 2017 15:34:27 +0000 (17:34 +0200)
commitedd9221cd22614b9d06f52b16bad278201fabd01
treeb11abb5899ae457bfc48fdf0e40e945f099147d5
parentbc8a2ea07107c65e3561826b066888d450b98391
[utils] Fix inconsistent output of clean_html

`\s` in Python 2.x doesn't match unicode whitespace characters by
default
youtube_dl/utils.py