Beautiful soup parser limits

I’m trying to scrape the links to the 400 models listed on this website: https://www.printables.com/model?category=14&fileType=fff&includeUserGcodes=1, which I refer to as webpage in my code below. However, when I run my code, I get no links. User_agent = {‘User-agent’: ‘Mozilla/5.0 (X11; CrOS i686 4319.74.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36’} r = requests.get(webpage, headers = User_agent).text… Read More Beautiful soup parser limits