can we get __NEXT_DATA__ json through waybackmachine? like nyt!
archive.is/latest/ doesn't have it
Code:
def print_version(self, url):
return 'https://webcache.googleusercontent.com/search?q=cache:' + url.split('?')[0]
this one works but has rate limit.