MANUAL STEPS
1 Fetch justwatch list and copy to FR-netflix-tv-shows.json
2 run index.js
2.1 run globalRank.js
3 run match.js
4 run storePosters.js
5 run replaceUrl.js to copy fr posterUrls to each file lang if store poster failed for all sauf fr
Automatic run npm start
Create new file : cli.js
const { run } = require('./index');
run({
destinationPath: '/testFolder',
awskeys: {
'S3': {
'AWS_ACCESS_KEY': 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
'AWS_SECRET_ACCESS_KEY': 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
}
},
provider: 'netflix' // ou 'amazon'
});