python-tent-client
python-tent-client copied to clipboard
<link> discovery should use an HTTP parsing library
Instead right now I'm just clumsily searching through the HTML for "<link". It's fragile.
It would be best if this was one of the core Python libraries becaue I don't want to add any more dependencies. Anyone know one off the top of their head?
Or if not that, maybe regular expressions?