From: Joey Hess Date: Tue, 16 Nov 2010 20:57:50 +0000 (-0400) Subject: inline: Improve RSS url munging to use a proper html parser X-Git-Tag: 3.20101129~45 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/b00c6c9640453bf1407c4e880ef0c171388197c7?ds=sidebyside;hp=b00c6c9640453bf1407c4e880ef0c171388197c7 inline: Improve RSS url munging to use a proper html parser and support all elements that HTML::Tagset knows about. (Which doesn't include html5 just yet, but then the old version didn't either.) Bonus: 4 times faster than old regexp method. ---