I am trying to download all the images (in both sizes) on http://emojipedia.org/apple/ . I am on Mac using wget, and have tried commands such as
wget -nd -np -r -P app/emojis -A.png
and it has not worked for me. It downloads indexes, and often does not download anything at all. Thank you for your help.