Ackater / writing.com-archival

Utility for downloading Interactives from Writing.com
https://ackater.github.io/writing.com-archival
23 stars 3 forks source link

New Feature: Collect story keywords #47

Closed GunnerGuyven closed 2 years ago

GunnerGuyven commented 2 years ago

This adds support for collecting the keyword tag list for stories. This change is not reflected in html output. Rather this is merely additional information stored in the archive JSON. An attempt is made to clean up tags that include punctuation (commas, semi-colons, etc).

The keywords can be brought in on any operation that rewrites the info block. Examples include:

If keywords refuse to appear and you know they exist, try removing the last_full_update member of the info block in the archive. I have found that this can cause flakiness on archives that had errors at some point in their production.

Ackater commented 2 years ago

Looks good, thanks!