Scraping a webpage with browser-based language
I was recently trying to scrape a Japanese static HTML website with Python 3, requests, and Beautiful Soup. The website was a .jp-site, but the text appeared to be in English. DevTools also confirmed that the HTML markup was in…