import re
str = "x8f8dL:s://www.qqq.zzz/iziv8ds8f8.dafidsao.dsfsi"
print re.sub(r"[.]","",re.search(r"(?<=//).*?(?=/)",str).group(0))