'How to remove url's from the data inorder to do visualization using word cloud?

I want to find the common words from the data using word cloud in python. my data contains lots of urls along with the messages due to this I am not getting accurate result.

can anyone help me how I can get accurate results?

Attaching the output for more clarity. I am having twitter links that's why I am getting twitter as common word which shouldn't be the case.

Output Sample data



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source