ArmindoFlores / ao3_api

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

Pickled AO3 objects too big #8

Open ArmindoFlores opened 4 years ago

ArmindoFlores commented 4 years ago

Pickled AO3 objects store the page html instead of only storing the needed attributes. Probably should make it so all attributes are calculated once reload() is called instead of relying on functools.cached_property to handle this.