Added guide from tvgid.ua

This commit is contained in:
freearhey 2021-04-01 01:57:08 +03:00
parent dbb01811f0
commit c2d507e62a
6 changed files with 237 additions and 8 deletions

15
package-lock.json generated
View file

@ -7,9 +7,10 @@
"license": "MIT",
"dependencies": {
"dayjs": "^1.10.4",
"epg-grabber": "^0.2.6",
"epg-grabber": "^0.3.0",
"glob": "^7.1.6",
"html-to-text": "^7.0.0",
"iconv-lite": "^0.4.24",
"jsdom": "^16.5.0",
"parse-duration": "^0.4.4",
"xml-js": "^1.6.11"
@ -364,9 +365,9 @@
}
},
"node_modules/epg-grabber": {
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.2.6.tgz",
"integrity": "sha512-SEeAI7JoZt8NSozlEHP/E/LA82Qo85l53Ifw5yOunqcw9S211oapmCTE5t2rj67Bw7I5+61xJx1M8+OMqvIIHQ==",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.3.0.tgz",
"integrity": "sha512-wemhE2TqCHkxSy+bhaeHDzZ6OL1KR3YnDb2qmci8uq98PX36sYx6wNIcrskTFYYy/URKXwLZj/9Z1QLqKKAP5Q==",
"dependencies": {
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
@ -1548,9 +1549,9 @@
"integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w=="
},
"epg-grabber": {
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.2.6.tgz",
"integrity": "sha512-SEeAI7JoZt8NSozlEHP/E/LA82Qo85l53Ifw5yOunqcw9S211oapmCTE5t2rj67Bw7I5+61xJx1M8+OMqvIIHQ==",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/epg-grabber/-/epg-grabber-0.3.0.tgz",
"integrity": "sha512-wemhE2TqCHkxSy+bhaeHDzZ6OL1KR3YnDb2qmci8uq98PX36sYx6wNIcrskTFYYy/URKXwLZj/9Z1QLqKKAP5Q==",
"requires": {
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",