Is it possible for BeautifulSoup to work in a case-insensitive manner?
- by Nitin
I am trying to extract Meta Description for fetched webpages. But here I am facing the problem of case sensitivity of BeautifulSoup.
As some of the pages have <meta name="Description and some have <meta name="description.
My problem is very much similar to that of Question on Stackoverflow
The only difference is that I can't use lxml .. I have to stick with Beautifulsoup.