getty icon indicating copy to clipboard operation
getty copied to clipboard

feat: scraping support

Open camjac251 opened this issue 5 years ago • 1 comments

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?

camjac251 avatar May 21 '20 20:05 camjac251

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...

m-rots avatar May 23 '20 12:05 m-rots