Add BFI Festivals event scraper for film festival screenings#281
Merged
alistairjcbrown merged 1 commit intomainfrom Feb 23, 2026
Merged
Add BFI Festivals event scraper for film festival screenings#281alistairjcbrown merged 1 commit intomainfrom
alistairjcbrown merged 1 commit intomainfrom
Conversation
New source module for BFI festival screenings (BFI Flare for this iteration). Fetches the festival A-Z listing page with Playwright, extracts per-film articleContext.searchResults to get performances, and matches venues against cinemas via venueMatchesCinema. - retrieve.js: Playwright fetch of A-Z page, deduplicates by article_id, extracts HTML + articleContext.searchResults from each film page - find-events.js: Parses film info for overview, Access screenings section for per-performance accessibility flags, and searchResults for date/venue/booking URL; matches against cinema via venueMatchesCinema - Tests wired up with isRecording=true pending first recording run https://claude.ai/code/session_01GMhmjDMEe9PYJz1tg3mPXH
6ff02ca to
df640d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new event source for BFI Festivals (starting with the Flare festival) to scrape film screening information from the BFI website.
Key Changes
bfi.org.uk-bfi-festivalsthat retrieves and parses BFI festival film screening dataNotable Implementation Details
window.articleContext.searchResults(indices confirmed from live data)https://claude.ai/code/session_01GMhmjDMEe9PYJz1tg3mPXH