Skip to content

Commit

Permalink
Update Google A&C link to point to Edvard Munch's "Anxiety", to match…
Browse files Browse the repository at this point in the history
… the saved image filename
  • Loading branch information
modhurita authored Mar 22, 2024
1 parent e0482ad commit cb8b6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ An example of fetching data is shown below and in the [notebook](examples/exampl
```python
from artscraper import GoogleArtScraper

art_url = "https://artsandculture.google.com/asset/helena-hunter-fairytales/dwFMypq0ZSiq6w"
art_url = "https://artsandculture.google.com/asset/anxiety-edvard-munch/JgE_nwHHS7wTPw"

with GoogleArtScraper() as scraper:
scraper.load_link(art_url)
Expand Down

0 comments on commit cb8b6cc

Please sign in to comment.