python 2.7 - Searching for article link by keywords -


i'm trying search particular article on website using beautifulsoup. ideally script should allow me find articles based on random keyword in article titles , if found, return corresponding article link. example site contains article has keyword security council in this link far unable find via soup.find_all(text="security council").

any suggestions?

thank you!


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -