You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at generating html pages for each comic page, which would include the comic image and the comment (if applicable).
Currently author comments generate a page like this, but they do not have navigation buttons, so you can't read the comic from them.
I am not yet sure how best to get the link to the next page, when I do not generate the file name until I scrape the next page.
If I refactor to scrape the comic starting from the most recent page, that would let me hold over that info from the last page scrape, but would require a big re-work.
(Dosage currently uses this order, though not to facilitate the same goal.)
This is something I am thinking on.
Pull requests or suggestions welcome.
Recall that I am a script kiddie if giving complex advice.
The text was updated successfully, but these errors were encountered:
I am looking at generating html pages for each comic page, which would include the comic image and the comment (if applicable).
Currently author comments generate a page like this, but they do not have navigation buttons, so you can't read the comic from them.
I am not yet sure how best to get the link to the next page, when I do not generate the file name until I scrape the next page.
If I refactor to scrape the comic starting from the most recent page, that would let me hold over that info from the last page scrape, but would require a big re-work.
(Dosage currently uses this order, though not to facilitate the same goal.)
This is something I am thinking on.
Pull requests or suggestions welcome.
Recall that I am a script kiddie if giving complex advice.
The text was updated successfully, but these errors were encountered: