jvanasco/metadata_parser

Doesn't actually work with BeautifulSoup 3

Closed this issue · 2 comments

pib commented

This line (from https://github.com/jvanasco/metadata_parser/blob/master/metadata_parser/__init__.py#L204) doesn't work with BS3, since it would have to be doc.head rather than doc.html.head.

        if not doc or not doc.html or not doc.html.head :

crap. i'll either do a quick fix or remove the BS3 support.

the references to bs3 were removed a while back.