Skip to content

Commit

Permalink
fix: genre filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuijjer committed Apr 4, 2024
1 parent 1186308 commit 07d2f21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloud/scrapers/natlab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ const extractFromMoviePage = async ({
}

const extractFromMainPage = async () => {
const url = 'https://www.natlab.nl/nl/programma/film?start=&end=' // genre 194 = ENGELSE ONDERTITELING
const url =
'https://www.natlab.nl/nl/programma/film?start=&end=&genres%5B%5D=194' // genre 194 = ENGELSE ONDERTITELING

const scrapeResult: XRayFromMainPage[] = await xray(
url,
Expand Down

0 comments on commit 07d2f21

Please sign in to comment.