diff --git a/02_production.ipynb b/02_production.ipynb index 3df2866..227210c 100644 --- a/02_production.ipynb +++ b/02_production.ipynb @@ -367,7 +367,7 @@ ], "source": [ "results = search_images_bing(key, 'grizzly bear')\n", - "ims = results.attrgot('content_url')\n", + "ims = results.attrgot('contentUrl')\n", "len(ims)" ] }, @@ -2011,4 +2011,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} +} \ No newline at end of file diff --git a/clean/02_production.ipynb b/clean/02_production.ipynb index fe94237..1360879 100644 --- a/clean/02_production.ipynb +++ b/clean/02_production.ipynb @@ -140,7 +140,7 @@ "outputs": [], "source": [ "results = search_images_bing(key, 'grizzly bear')\n", - "ims = results.attrgot('content_url')\n", + "ims = results.attrgot('contentUrl')\n", "len(ims)" ] }, @@ -700,4 +700,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} +} \ No newline at end of file