I want to download all my "liked" images on Tumblr, but I cannot seem to get wget to connect to the page. I really don't even know really where to start. I tried using this code.
wget -r -P -A jpeg,jpg,bmp,gif,png http://www.tumblr.com/likes
But it just downloaded Tumblr in general.. Is there anyway to connect to Tumblr, login, and then navigate wget to my "likes" page?