string.replace() returns the string with the replaced values. It doesn't modify the original so do something like this:
link['href'] = link['href'].replace("..", "")
1.4m articles
1.4m replys
5 comments
57.0k users