Tag: web-scraping

[ANSWERED] Python get string from an html page

Solution 1 : To get all elements with a title attribute you could use e.g. css selectors: soup.select('[title]') [<link href="/w/api.php?action=featuredfeed&amp;feed=potd&amp;feedformat=atom" rel="alternate" title="Wikipedia picture of the day feed" type="application/atom+xml"/>, <link href="/w/api.php?action=featuredfeed&amp;feed=featured&amp;feedformat=atom"…