ArmindoFlores / ao3_api

An unofficial archiveofourown.org (AO3) API for python
MIT License
177 stars 64 forks source link

Incomplete works with one chapter are considered oneshots #42

Closed tze-min closed 3 years ago

tze-min commented 3 years ago

I'm not sure if it was intended to be this way, but shouldn't the oneshot property of a work return true if it has one chapter and is considered complete? Currently, it only accounts for the former condition, but this means multichaptered fics that's only got one chapter for now are counted as oneshots as well.

ArmindoFlores commented 3 years ago

This was intentional. However, if people think it would make more sense for it to work a different way, I'm open to changing it.

tze-min commented 3 years ago

I see, thanks!! I'd be good with either.