Beat Bolli
Beat Bolli
So you're saying that the default style doesn't look nice? Just kidding!
I'm pretty sure that the script doesn't just delete or overwrite stuff. What was the sequence of commands you executed?
So so you mean that the `pnn` should be the post-id? This layout would then be a more nested variation of the current -D option. One problem I have is...
BTW, #80 was about saving inline images in text posts, so not related to photo posts.
There's nothing I can do about this. The API only allows sequential access, so scanning is needed.
That's great, thanks! Does slugify() also work with Windows? And, seeing that you don't need the first tuple element, it should be removed completely.
I don't get what the more verbose code does differently, ecxept for printing the document if the response code is not 200. How would this help in this situation?
Thanks! One remark, though: It looks like you copied a lot of code from class Index. Can you make class FlatIndex a subclass of Index to reduce the duplications?
AFAIK, there's no API to get the HTML template code which would be needed for this. But if you find a different way, you're welcome to send a pull request!
So if you want a mirror of your blog pages, you can use any web site scraper that supports cookies. Even `wget` would work for this with the right options....