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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -