feat: scraping support
I found this other script for Getty content but it downloads only the thumbnails from images
https://github.com/ddm4313/gettyimages-scraper-extremelyfast
Could it be possible to support the scraping here and downloading search results?
Interesting question!
While it is possible to download multiple IDs already, having the option to download x number of search results could be killer.
Instead of adding the filters within the CLI, I suggest this feature could accept full URLs containing the search results. In addition, a CLI flag could be provided to only download the first x number of images. (If this flag is not provided, then download all the images on the page)
However, this feature will require full DOM parsing to extract the relevant urls containing the IDs. So this feature could take some time...