n98-magerun module to fetch remote product imagery.
A n98-magerun module to download product images from a production server.
You just need to clone this repo into a ~/.n98-magerun/modules folder, then magerun will pick it up.
cd ~
mkdir -p .n98-magerun/modules
cd .n98-magerun/modules
git clone [email protected]:meanbee/download-remote-media.git
cd download-remote-media
composer install
Fetch all images for all products:
n98-magerun.phar media:fetch:products --remote-url=http://www.clientwebsite.com/
Fetch only specific products by SKUs:
n98-magerun.phar media:fetch:products --remote-url=http://www.clientwebsite.com/ --skus=abc1,abc2,abc3,abc4
Only want certain image attributes downloaded? No problem!
n98-magerun.phar media:fetch:products --remote-url=http://www.clientwebsite.com/ --image-attributes=small_image,custom_image
Only want to download the last 10 images
n98-magerun.phar media:fetch:products --remote-url=http://www.clientwebsite.com/ --limit=10
Only want to download images of configurable products
n98-magerun.phar media:fetch:products --remote-url=http://www.clientwebsite.com/ --type_ids=configurable