alistairjcbrown / hackney-cinema-calendar

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

Make all requests in retrieve function #14

Open alistairjcbrown opened 1 month ago

alistairjcbrown commented 1 month ago

Some cinemas pulls make calls to retrieve from the transform function. Let's move a small amount of page traversal code into retrieve so that it can pull all data ahead of time, and keep the separation of retrieve making requests to gather all necessary data, and transform acting on that data.