I'm trying to run a script which uses the YouTube API to fetch channel data, this string is returning the error: "ParseError: keyword 'class' can't be assigned":
<div class="icon"></div><a href="https://www.youtube.com" class="name">Youtube</a><div class="subscribers"></div><div class="stats"><span class="views"> </span><br><span class="uploads"> </span></div>Edit: This is part of a script written in HTML5. The script is run through an application called Ubersicht, which lets you run system commands and display their output on your desktop in little containers, called widgets. The widgets are written using HTML5.