Skip to content

Commit

Permalink
enable scrape step
Browse files Browse the repository at this point in the history
  • Loading branch information
joergreichert committed Dec 2, 2023
1 parent d826e78 commit d9e40fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_for_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CheckForChanges

on:
schedule:
- cron: "35 11 * * *"
- cron: "45 11 * * *"

jobs:
checkForChanges:
Expand Down
4 changes: 2 additions & 2 deletions scraper/markets_leipzig_de_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ const getUniqueLocations = () => {
fs.writeFileSync('./markets_leipzig_de_know_locations.json', JSON.stringify(sortedFeatures, null, 2), 'utf-8')
}

/*

getHtml("https://www.leipzig.de/freizeit-kultur-und-tourismus/veranstaltungen-und-termine/weihnachten/weihnachtsmaerkte/").then(
content => scrape(content)
)
*/

getUniqueLocations();

0 comments on commit d9e40fc

Please sign in to comment.