Guest User

Untitled

a guest
Dec 16th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. keyword_section = soup.find(class_="keywords-section")
  2. keywords_raw = keyword_section.find_all(class_="keyword")
  3. key_word_list = [word.get_text() for word in keywords_raw]
Add Comment
Please, Sign In to add comment