i in range(len(links)):
text_without_links = re.findall(
r'(?<=%s).*?(?=%s)' % (links[i], links[i + 1]), text)
Наверное так
Спасибо
Обсуждают сегодня