Main changes
- Make the package compatible with the new version of selenium (selenium 4).
- Make the package able to handle too-long filenames.
- Make the package able to deal with cases where an artist has a Wikipedia article in a language other than English, or no Wikipedia article at all.
- Make the package able to scrape artworks which have new features on their Google Arts & Culture page (ArtRemix / PoemPostcard).
- Make the package scroll through all artworks by an artist.
What's Changed
* Correct wikidata ID for date of death property in SPARQL query by modhurita in https://github.com/sodascience/artscraper/pull/18
* Fix SPARQL query timeout problems by modhurita in https://github.com/sodascience/artscraper/pull/22
* Wait after right arrow is clicked (not before) by modhurita in https://github.com/sodascience/artscraper/pull/23
* We might need to use driver.quit() by qubixes in https://github.com/sodascience/artscraper/pull/24
* fix wikipedia-related issues by modhurita in https://github.com/sodascience/artscraper/pull/27
* Fixed filename too long and empty image file errors, removed redundant example notebooks by modhurita in https://github.com/sodascience/artscraper/pull/29
* Fix pagination issue by modhurita in https://github.com/sodascience/artscraper/pull/31
* Account for ArtRemix/PoemPostcard xpath changes by modhurita in https://github.com/sodascience/artscraper/pull/32
* Example by jgarciab in https://github.com/sodascience/artscraper/pull/33
* Change version number to 0.3.0 by modhurita in https://github.com/sodascience/artscraper/pull/34
**Full Changelog**: https://github.com/sodascience/artscraper/compare/v0.2.0...v0.3.0