I'd like to scrape some html with custum attributes (<div my_data="blabla" />) but it looks like YQL only keeps regular html attributes. Is there a way to avoid that?
<div my_data="blabla" />
Thanks G
Resolution is here
http://developer.yahoo.com/forum/Suggestions-for-YDN/YQL-from-html-doesn-39-t-fetch-custom/1294782807000-4da5ee0a-b833-3aa0-b398-7ee59b2204a6
just add compat="html5"
in Suggestions for YDN