Clean redirection URLs
Freso opened this issue · 2 comments
Freso commented
Not sure if this would be too much feature creep, but the thing I was looking for when I came across this was something that would clean up redirection URLs. Some of the redirection pages I found in MusicBrainz’s database was documented in a bot/script I wrote to clean those up (actual code to clean up the URL in the get_target_url()
function):
This could be a really neat check to add prior to removing query parameters from the URLs to further reduce the amount of tracking done.
Lurk commented
@Freso can you please check the latest release?
There is a new field in configuration file that will do what you want https://github.com/Lurk/clink#exit
Freso commented
Thanks! :)