Fix for new website and add date to file names#1
Conversation
|
@jbkt Thanks for the pull request. I had no idea someone else was using this. :) There are a few issues/doubts I have regarding this. The following is the output I got when I tried to run the code after applying your PR As you can see, how we consider "page" is incorrect. When I developed the script initially, there was no index page and the base url showed the latest strip (and each following page showed one strip each. So, "page" meant "strip" then). So, pages between 1 and 5 meant, I got the latest 5 strips. However, that is not happening here. Please update the code so as to get only n number of strips (where n = pageEnd - pageStart). |
|
That is why I added another loop on "strips", running the command: I get: |
|
@jbkt |
|
@jbkt Any update? |
No description provided.