NtekShadow
NtekShadow
not every nft has image_original_url in the json so that makes it stop. Probably not a clean way but this workaround worked for me: I replaced this part of code:...
@Salro1g 1: It only downloads the standart quality pictures after changing the code, since not all nft provide a Original quality link to get the pic and that stopped the...
@Salro1g Got it working again first define headers with a user client like this: ``` headers = { 'User-Agent': 'Put the userclient you want to use in here' } ```...