Azure Response Modified (#436)

This commit is contained in:
Musab
2021-05-24 07:51:45 +04:00
committed by GitHub
parent 8be580737e
commit 74cf561567
2 changed files with 4 additions and 4 deletions

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('content_url')\n", "ims = results.attrgot('contentUrl')\n",
"len(ims)" "len(ims)"
] ]
}, },
@@ -2011,4 +2011,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 4 "nbformat_minor": 4
} }

View File

@@ -140,7 +140,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"results = search_images_bing(key, 'grizzly bear')\n", "results = search_images_bing(key, 'grizzly bear')\n",
"ims = results.attrgot('content_url')\n", "ims = results.attrgot('contentUrl')\n",
"len(ims)" "len(ims)"
] ]
}, },
@@ -700,4 +700,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 4 "nbformat_minor": 4
} }