From: Yen Chi Hsuan Date: Fri, 9 Oct 2015 06:11:00 +0000 (+0800) Subject: [extractor/common] Allow HTML5 unquoted attribute values X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=57935b2564c082b90a60468d4c844b219118886a;hp=57935b2564c082b90a60468d4c844b219118886a;p=youtube-dl [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 ---