ArmindoFlores / ao3_api

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

(fix) make changes to _load_bookmarks after AO3-6325 #71

Closed jmwhalen closed 2 years ago

jmwhalen commented 2 years ago

Fixed an issue with get_bookmarks() where the return object would always be []. AO3-6325 made a change to the li class so it is no longer called bookmark blurb group, but is now a dynamic value.

ArmindoFlores commented 2 years ago

Thank you for noticing and updating!