-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update npm dependencies to latest versions
fix: html decode cinecitta movie title
- Loading branch information
Showing
7 changed files
with
3,395 additions
and
3,624 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16 | ||
20 |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
_addScreenings.ts_ and _sort.ts_ have been moved from _cloud/scrapers/utils_. They weren't used in _cloud/_ and moved here _as-is_ mainly for posterity. They're untested | ||
# Analyze Screenings | ||
|
||
../data/screenings-without-metadata.json and ../data/screenings-with-metadata.json contains information about todays screenings. The one without metadata comes from the scrapers, the one with metadata went through a step of normalization where each screening title has been mapped to a movie title from TMDB. | ||
|
||
- `yarn downloadScreenings` - downloads both files | ||
- `yarn analyzeScreenings` - playground like script to do one-off analysis on both files | ||
- `yarn compareScreenings` - compare both files | ||
|
||
# Other | ||
|
||
- _addScreenings.ts_ and _sort.ts_ have been moved from _cloud/scrapers/utils_. They weren't used in _cloud/_ and moved here _as-is_ mainly for posterity. They're untested |
This file contains 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
This file contains 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
Oops, something went wrong.