[BUG]
Closed this issue · 4 comments
Traceback (most recent call last):
File "C:/Users/Kemal/Desktop/OpenSea-NFT-Stealer-master/OpenSea-NFT-Stealer-master/opensea.py", line 135, in
image_url = ipfs_resolve(image_url).url
File "C:/Users/Kemal/Desktop/OpenSea-NFT-Stealer-master/OpenSea-NFT-Stealer-master/opensea.py", line 92, in ipfs_resolve
cid = image_url.removeprefix("ipfs://")
AttributeError: 'str' object has no attribute 'removeprefix'
this error, some collections work, some give this exact error . thanks for your great code
What version of Python are you running? str.removeprefix
was added in Python 3.9. Please update your Python and let me know if that fixes it.
Is there a way to download only images and not meta data? Which lines of code should I comment /delete?
Is there a way to download only images and not meta data? Which lines of code should I comment /delete?
Remove lines 111-120.