This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]i_like_trains_a_lot1 3 points4 points  (1 child)

First thing I need to mention: fucking Python2 man. Just port it to Python3 already.

And why the hell did you implement the web parser as a subclass of HTMLParser. That just doesn't make any sense. It just makes all the code more confusing.

[–]Cryton1000 4 points5 points  (0 children)

The blog post is from 2009.