Closed kylewm closed 10 years ago
This is related to the beautifulsoup4 + html5lib bug that I filed a while back: https://bugs.launchpad.net/beautifulsoup/+bug/1296481
For some reason when using this combination, html.get('classes') returns a string instead of a list
Thanks for merging!
For example, waterpigs.co.uk assigns classes to the html tag (h-feed on homepage, h-entry on permalink pages). mf2py seems to miss these when parsing!