[wget] Syntax to download single HTML page and its dependencies?
by littlebigman from LinuxQuestions.org on (#52QYA)
Hello,
I need to find a way to download a single web page and its dependencies before calling pandoc to turn it into an EPUB file.
The following works" but not when I add "-O local.html" to rename the file:
Code:wget -E -H -k -K -p -e robots=off -O local.html https://www.acme.com/remote.htmlDoes someone know?
Thank you.


I need to find a way to download a single web page and its dependencies before calling pandoc to turn it into an EPUB file.
The following works" but not when I add "-O local.html" to rename the file:
Code:wget -E -H -k -K -p -e robots=off -O local.html https://www.acme.com/remote.htmlDoes someone know?
Thank you.