This commit is contained in:
freearhey 2021-03-11 17:06:43 +03:00
parent 6e4add9c92
commit d150aac408
10 changed files with 8241 additions and 200 deletions

View file

@ -1,7 +1,7 @@
{
"name": "epg",
"scripts": {
"update": "./bin/epg-grabber/index.js --config=config/ru/config.xml --sites=config/ru/sites"
"update": "./bin/epg-grabber/index.js --config=config/en/config.xml --sites=config/en/sites"
},
"private": true,
"author": "Arhey",
@ -9,9 +9,11 @@
"dependencies": {
"axios": "^0.21.1",
"axios-delay": "^1.0.0-rc6",
"cheerio": "^1.0.0-rc.5",
"commander": "^7.1.0",
"dayjs": "^1.10.4",
"glob": "^7.1.6",
"jsdom": "^16.5.0",
"xml-js": "^1.6.11"
}
}