Obtenha elemento da string com o Deliminator Python
>>> name = string.split('-', 1)[0]
Lonely Louse
>>> name = string.split('-', 1)[0]