İlginize teşekkürler son verdiğiniz kod hata verdi...
KeyError Traceback (most recent call last)
<ipython-input-92-8f336fa24755> in <module>
22 23 for item in soup1.find_all('a'):
---> 24 print(item['<font color="#B9BDB6"><font face="consolas, bitstream vera sans mono, courier new, Courier, monospace">data-image</font></font> '])
~\anaconda3\lib\site-packages\bs4\element.py in __getitem__(self, key)
1404 """tag[key] returns the value of the 'key' attribute for the Tag,
1405 and throws an exception if it's not there."""
-> 1406 return self.attrs[key]
1407 1408 def __iter__(self):
KeyError: '<font color="#B9BDB6"><font face="consolas, bitstream vera sans mono, courier new, Courier, monospace">data-image</font></font> '