This commit is contained in:
Darshit Solanki 2024-07-08 09:13:03 +05:30 committed by GitHub
commit d237326b4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -367,7 +367,7 @@
], ],
"source": [ "source": [
"results = search_images_bing(key, 'grizzly bear')\n", "results = search_images_bing(key, 'grizzly bear')\n",
"ims = results.attrgot('contentUrl')\n", "ims = results.attrgot('thumbnailUrl')\n",
"len(ims)" "len(ims)"
] ]
}, },