Obtener elemento de String con Deliminator Python
>>> name = string.split('-', 1)[0]
Lonely Louse
>>> name = string.split('-', 1)[0]