You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: