hodgesmr / mastodon_digest

A Python script that aggregates recent popular posts from your Mastodon timeline
BSD 3-Clause "New" or "Revised" License
439 stars 58 forks source link

Parse and build URLs with urllib #8

Open hodgesmr opened 1 year ago

hodgesmr commented 1 year ago

Most urls in the app are parsed and constructed with string concatenation. Move that work to urlparse and urlunparse.