FujoWebDev / AO3.js

NodeJS API for scraping AO3 data
MIT License
15 stars 8 forks source link

Change authors type to include Open Doors projects #25

Open riazaia opened 2 years ago

riazaia commented 2 years ago

When works are archived as part of an Open Doors project they can have a different format for the author, e.g.

Bah Humbug by LLN-RookattheDoor [archived by twicebitten_archivist]

A proposed type for this use-case is:

{
   username: null,
   pseud: "LLN-RookattheDoor",
}

An archivedBy property should also be added.