Skip to content

Commit

Permalink
fix: lab1.ts source
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuijjer committed Jun 22, 2024
1 parent 7eabf3c commit 8de953e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/scrapers/lab1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const extractFromMainPage = async () => {
logger.info('main page')

const scrapeResult: XRayFromMainPage[] = await xray(
'https://www.lab-1.nl/bioscoopagenda/',
'https://www.lab-1.nl/expats/',
'#content .zmoviecontainer', // for each movie there is a .zmoviecontainer
[
{
Expand Down

0 comments on commit 8de953e

Please sign in to comment.