li = soup.find('li', {'class': 'text'}) children = li.findChildren("a" , recursive=False) for child in children: print child