axitkhurana / buster

Brute force static site generator for Ghost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buster generate command doesn't generate last page

aemxn opened this issue · comments

commented

Example, I have 7 pages in total. But buster didn't generate the last page directory, eg. page/7, other pages seems fine.

How do I capture this error? Log generated by buster generate doesn't seem to have any problem.

The same problem

It is a wget issue. I abandoned Buster because of this issue, and wrote a Bash script around httrack in order to achieve the goal of converting a Ghost blog into static HTML.

I've already fixed it. You just need to put --level = 0. And everything will be ok. Works for me more thatn a year

Sorry, Sergey, but I'm afraid this is a wget issue. If one issues a wget -m it will not download all the pagination pages (/page/2, e.g.).

Since Buster uses wget to download the remote site, it is affected by this issue.