Regex, BeautifulSoup, or something else for scraping?
In the past few weeks as I've started coding my first video add-on I've been overwhelmed with the options there are for scraping data. Currently, I'm using Requests in conjuncture with BeautifulSoup; however, I've read it's better to use Regex in place...