e5b4639cab
Add check of HTTP status when downloading
2020-04-07 17:45:39 +02:00
07eefe1870
Rename backend/backend in backend/models
2019-07-15 08:29:49 +00:00
d4e633283d
Refresh the imdb ratings in a transaction
...
https://w000t.me/c140729392
2019-05-15 13:28:52 +00:00
49a0dbfea9
Fix refresh of imdb ratings
...
The connection to the IMDB server used to be cut due to the length of
the ~million upsert
We now download the whole file in memory before begining the upserts
2019-04-22 20:31:14 +02:00
97057b43c3
Add IMDB ratings in database
...
Add method to fetch ratings from imdb every day
Create a new table and a new view to fetch directly the movies and shows
with their imdb ratings
2019-04-17 17:30:27 +02:00