Want to make a universal web scrapping tool with python
I’m currently working on a project where I need to develop a web scraping tool. The tool should be capable of extracting the title, article paragraphs, and publishing date from various news websites. The tricky part is that each website has its own unique HTML structure and syntax, which makes it challenging to use a straightforward tool like BeautifulSoup.