예제 #1
0
def get_excerpt(content):
    soup = BeautifulSoup(content)
    return soup.getText()[:100]
예제 #2
0
def get_excerpt(content):
    soup = BeautifulSoup(content)
    return soup.getText()[:100]