hi,
that was not the problem. i strip out the section_title out of the url, now
Code:
for post in section.findAll('a', href=True):
url = post['href']
split_url = url.split("/")
section_title = split_url[1]
if url.startswith('/'):
the problem is that the toc shows like the pic
and i don't know why it is