Before I proceed, let me express my apologies if this goes against any regulations. My goal is to create a local copy of my Tumblr blog using wget, which has been successful for the most part except for one issue. The cloning process captures the entire page, but my theme includes an infinite scroll script that only loads more posts as you scroll down. Unfortunately, wget only grabs the initial page and nothing beyond that.
At the moment, I am using the following command: wget --random-wait -r -p -e robots=off -U mozilla http://.tumblr.com
Is there a way to use wget alone to achieve the complete cloning of my blog? Any advice or assistance on this matter is greatly appreciated. Thank you for taking the time to help.