[extractor/common] Allow HTML5 unquoted attribute values
authorYen Chi Hsuan <yan12125@gmail.com>
Fri, 9 Oct 2015 06:11:00 +0000 (14:11 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Fri, 9 Oct 2015 06:11:00 +0000 (14:11 +0800)
commit57935b2564c082b90a60468d4c844b219118886a
tree42c892b871b9b21c0580e9566469b0fc47a1d7fa
parent54a5428518adc4ddca085bdac471bc4f286024e4
[extractor/common] Allow HTML5 unquoted attribute values

Fixes #7108

HTML5 allows unquoted attribute values. See the "Unquoted attribute value
syntax" section [1] for more information

[1] http://www.w3.org/TR/html5/syntax.html
youtube_dl/extractor/common.py