ArmindoFlores / ao3_api

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

Series.work_list only returning first 20 works (ie, first page of works) #103

Open dannycedrone opened 1 month ago

dannycedrone commented 1 month ago

I'm trying to use series.work_list to get a specific set of works from a series (eg 1, 6, 26, 45, etc). These works I know for sure are in bounds of the series.nworks, but when I entered these values it gave me an out of bounds error. I figured it was because it only loaded the first page of works, and sure enough when I printed len(series.work_list) it was 20, where the series.nworks is like 64. I can see there is an example in the read me of a series more than 20 works, so I think I must be doing something wrong. Any help would be appreciated.