yuchen071 / Normal-map-generator

Generate a normal map or displacement map from a photo texture with UNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Crawler Code

izandev opened this issue · comments

commented

Hi!, could you please update the crawler script? The website has changed again, and now the download button classes are "TextLink" and not "DownloadButton". That's why the textures were not downloading.

Here is the line I changed to make it work:

elems = soup.find_all('a', class_= "TextLink")