I have a python array that contains more URL link as string format. Some of this URL string are equal:
[u'it/crag/830/ai-falconi.html', u'/it/crag/830/ai-falconi.html', u'it/crag/751/alonte.html', u'/it/crag/751/alonte.html']
how can I remove the equal string URL? Thanks