alistairjcbrown / hackney-cinema-calendar

Automatically generated calendar of events for cinemas in Hackney, London
MIT License
0 stars 0 forks source link

BFI site missing data #17

Closed alistairjcbrown closed 3 weeks ago

alistairjcbrown commented 4 weeks ago

E.g. current release is missing the 3rd page (last page) of results -- No "Mission: Impossible All-Nighter" entry in JSON

Hypothesis -- code used to detect that the next page has loaded isn't working, and if page 3 has taken too long to load it's just re-read page 2. Update to also check the URL for parameter BOset::WScontent::SearchResultsInfo::current_page

alistairjcbrown commented 3 weeks ago

Updated hard coded wait timeout with actual check and wait for next page to load