ArmindoFlores / ao3_api

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

`get_marked_for_later` inits `Work`s with session #67

Closed ChrisCScott closed 2 years ago

ChrisCScott commented 2 years ago

This PR makes a small change: it amends Session.get_marked_for_later to pass session=self when initializing each work. This should allow the resulting works to be loaded and interacted with in cases where a session is required.

I'm new to the project, so apologies if I haven't gone about this the right way!

Closes #66.