'BeautifulSoup'에 해당되는 글 1건

  1. 2019.05.28 beautifulsoup에서 링크만 빼는법
Phython2019. 5. 28. 17:03

for a in soup.find_all('h6', {'class' : 'ellipsis'}):

    print(a.find('a').attrs['href'])

Posted by 동동(이재동)