mirror of
https://github.com/iptv-org/epg
synced 2026-04-03 17:41:35 -04:00
Update deps + configuration
Prevent usage of old dependencies & update the whole structure.
This commit is contained in:
@@ -342,7 +342,7 @@ npm run grab --- --site=example.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- example.com
|
||||
npm run test:site example.com
|
||||
```
|
||||
````
|
||||
|
||||
|
||||
12109
package-lock.json
generated
12109
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
98
package.json
98
package.json
@@ -13,9 +13,8 @@
|
||||
"sites:update": "npx tsx scripts/commands/sites/update.ts",
|
||||
"grab": "npx tsx scripts/commands/epg/grab.ts",
|
||||
"lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,mts,js}\"",
|
||||
"test": "run-script-os",
|
||||
"test:win32": "SET \"TZ=Pacific/Nauru\" && npx jest --runInBand",
|
||||
"test:default": "TZ=Pacific/Nauru npx jest --runInBand",
|
||||
"test": "cross-env TZ=Pacific/Nauru npx jest --runInBand",
|
||||
"test:site": "cross-env TZ=Pacific/Nauru npx jest --runInBand --testPathPatterns",
|
||||
"postinstall": "skip-postinstall || npm run api:load",
|
||||
"prepare": "husky"
|
||||
},
|
||||
@@ -35,79 +34,80 @@
|
||||
],
|
||||
"testTimeout": 10000,
|
||||
"transformIgnorePatterns": [
|
||||
"<rootDir>/node_modules/(?!parse-duration/.*)"
|
||||
"<rootDir>/node_modules/(?!parse-duration/.*|@freearhey/core/.*|glob/.*|srcset/.*|balanced-match/.*|minimatch/.*)"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@alex_neo/jest-expect-message": "^1.0.5",
|
||||
"@eslint/eslintrc": "^3.2.0",
|
||||
"@eslint/js": "^9.17.0",
|
||||
"@freearhey/core": "^0.7.0",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.29.0",
|
||||
"@freearhey/core": "^0.8.2",
|
||||
"@freearhey/search-js": "^0.1.2",
|
||||
"@ntlab/sfetch": "^1.2.0",
|
||||
"@octokit/core": "^6.1.3",
|
||||
"@octokit/plugin-paginate-rest": "^11.3.6",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^13.2.6",
|
||||
"@swc/core": "^1.10.4",
|
||||
"@swc/jest": "^0.2.37",
|
||||
"@types/cli-progress": "^3.11.3",
|
||||
"@types/fs-extra": "^11.0.2",
|
||||
"@types/inquirer": "^9.0.3",
|
||||
"@types/jest": "^29.5.5",
|
||||
"@types/lodash": "^4.14.199",
|
||||
"@types/node-cleanup": "^2.1.2",
|
||||
"@types/numeral": "^2.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^8.18.0",
|
||||
"@typescript-eslint/parser": "^8.20.0",
|
||||
"axios": "^1.5.1",
|
||||
"axios-cookiejar-support": "^5.0.4",
|
||||
"chalk": "^4.1.2",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
"@octokit/core": "^7.0.2",
|
||||
"@octokit/plugin-paginate-rest": "^13.1.0",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^16.0.0",
|
||||
"@swc/core": "^1.12.5",
|
||||
"@swc/jest": "^0.2.38",
|
||||
"@types/cli-progress": "^3.11.6",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/inquirer": "^9.0.8",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/lodash": "^4.17.18",
|
||||
"@types/node-cleanup": "^2.1.5",
|
||||
"@types/numeral": "^2.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "^8.34.1",
|
||||
"@typescript-eslint/parser": "^8.34.1",
|
||||
"axios": "^1.10.0",
|
||||
"axios-cookiejar-support": "^6.0.2",
|
||||
"chalk": "^5.4.1",
|
||||
"cheerio": "^1.1.0",
|
||||
"cli-progress": "^3.12.0",
|
||||
"commander": "^8.2.0",
|
||||
"consola": "^3.2.3",
|
||||
"csv-parser": "^3.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"commander": "^14.0.0",
|
||||
"consola": "^3.4.2",
|
||||
"csv-parser": "^3.2.0",
|
||||
"cwait": "^1.1.2",
|
||||
"dayjs": "^1.11.10",
|
||||
"dayjs": "^1.11.13",
|
||||
"epg-grabber": "^0.38.0",
|
||||
"epg-parser": "^0.3.1",
|
||||
"eslint": "^9.17.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"form-data": "^4.0.0",
|
||||
"fs-extra": "^10.0.1",
|
||||
"glob": "^7.2.0",
|
||||
"globals": "^15.14.0",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"form-data": "^4.0.3",
|
||||
"fs-extra": "^11.3.0",
|
||||
"glob": "^11.0.3",
|
||||
"globals": "^16.2.0",
|
||||
"husky": "^9.1.7",
|
||||
"iconv-lite": "^0.4.24",
|
||||
"inquirer": "^12.5.0",
|
||||
"jest": "^29.7.0",
|
||||
"iconv-lite": "^0.6.3",
|
||||
"inquirer": "^12.6.3",
|
||||
"jest": "^30.0.2",
|
||||
"jest-offline": "^1.0.1",
|
||||
"langs": "^2.0.0",
|
||||
"libxml2-wasm": "^0.5.0",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^3.3.0",
|
||||
"luxon": "^3.6.1",
|
||||
"mockdate": "^3.0.5",
|
||||
"nedb-promises": "^6.0.3",
|
||||
"nedb-promises": "^6.2.3",
|
||||
"node-cleanup": "^2.1.2",
|
||||
"node-gzip": "^1.1.2",
|
||||
"numeral": "^2.0.6",
|
||||
"pako": "^2.1.0",
|
||||
"parse-duration": "^2.1.3",
|
||||
"parse-duration": "^2.1.4",
|
||||
"pdf-parse": "^1.1.1",
|
||||
"pm2": "^5.4.3",
|
||||
"pm2": "^6.0.8",
|
||||
"readline": "^1.3.0",
|
||||
"run-script-os": "^1.1.6",
|
||||
"serve": "^14.2.4",
|
||||
"signale": "^1.4.0",
|
||||
"skip-postinstall": "^1.0.0",
|
||||
"socks-proxy-agent": "^8.0.5",
|
||||
"srcset": "^4.0.0",
|
||||
"srcset": "^5.0.1",
|
||||
"table2array": "^0.0.2",
|
||||
"tabletojson": "^2.0.7",
|
||||
"tough-cookie": "^5.0.0",
|
||||
"transliteration": "^2.2.0",
|
||||
"tsx": "^4.19.2",
|
||||
"unzipit": "^1.4.0",
|
||||
"wildcard-match": "^5.1.2"
|
||||
"tabletojson": "^4.1.6",
|
||||
"tough-cookie": "^5.1.2",
|
||||
"transliteration": "^2.3.5",
|
||||
"tsx": "^4.20.3",
|
||||
"unzipit": "^1.4.3",
|
||||
"wildcard-match": "^5.1.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ const xsd = `<?xml version="1.0" encoding="UTF-8"?>
|
||||
</xs:attribute>
|
||||
</xs:schema>`
|
||||
|
||||
program.argument('[filepath]', 'Path to *.channels.xml files to check').parse(process.argv)
|
||||
program.argument('[filepath...]', 'Path to *.channels.xml files to check').parse(process.argv)
|
||||
|
||||
async function main() {
|
||||
const storage = new Storage()
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/<DOMAIN>/<DOMAIN>.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- <DOMAIN>
|
||||
npm run test:site <DOMAIN>
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=9tv.co.il
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- 9tv.co.il
|
||||
npm run test:site 9tv.co.il
|
||||
```
|
||||
|
||||
@@ -37,5 +37,5 @@ npm run channels:parse --- --config=./sites/abc.net.au/abc.net.au.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- abc.net.au
|
||||
npm run test:site abc.net.au
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/allente.dk/allente.dk.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- allente.dk
|
||||
npm run test:site allente.dk
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/allente.fi/allente.fi.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- allente.fi
|
||||
npm run test:site allente.fi
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/allente.no/allente.no.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- allente.no
|
||||
npm run test:site allente.no
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/allente.se/allente.se.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- allente.se
|
||||
npm run test:site allente.se
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=andorradifusio.ad
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- andorradifusio.ad
|
||||
npm run test:site andorradifusio.ad
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/anteltv.com.uy/anteltv.com.uy.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- anteltv.com.uy
|
||||
npm run test:site anteltv.com.uy
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=antennaeurope.gr
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- antennaeurope.gr
|
||||
npm run test:site antennaeurope.gr
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=antennapacific.gr
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- antennapacific.gr
|
||||
npm run test:site antennapacific.gr
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=antennasatellite.gr
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- antennasatellite.gr
|
||||
npm run test:site antennasatellite.gr
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=arianaafgtv.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- arianaafgtv.com
|
||||
npm run test:site arianaafgtv.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=arianatelevision.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- arianatelevision.com
|
||||
npm run test:site arianatelevision.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=arirang.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- arirang.com
|
||||
npm run test:site arirang.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=artonline.tv
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- artonline.tv
|
||||
npm run test:site artonline.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/awilime.com/awilime.com.config.js --
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- awilime.com
|
||||
npm run test:site awilime.com
|
||||
```
|
||||
|
||||
@@ -35,5 +35,5 @@ npm run channels:parse --- --config=./sites/bein.com/bein.com.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- bein.com
|
||||
npm run test:site bein.com
|
||||
```
|
||||
|
||||
@@ -26,5 +26,5 @@ npm run channels:parse --- --config=./sites/beinsports.com/beinsports.com.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- beinsports.com
|
||||
npm run test:site beinsports.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=berrymedia.co.kr
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- berrymedia.co.kr
|
||||
npm run test:site berrymedia.co.kr
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/cableplus.com.uy/cableplus.com.uy.co
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- cableplus.com.uy
|
||||
npm run test:site cableplus.com.uy
|
||||
```
|
||||
|
||||
@@ -58,5 +58,5 @@ npm run channels:parse --- --config=./sites/canalplus.com/canalplus.com.config.j
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- canalplus.com
|
||||
npm run test:site canalplus.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/cgates.lt/cgates.lt.config.js --outp
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- cgates.lt
|
||||
npm run test:site cgates.lt
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/chaines-tv.orange.fr/chaines-tv.oran
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- chaines-tv.orange.fr
|
||||
npm run test:site chaines-tv.orange.fr
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/clickthecity.com/clickthecity.com.co
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- clickthecity.com
|
||||
npm run test:site clickthecity.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/content.astro.com.my/content.astro.c
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- content.astro.com.my
|
||||
npm run test:site content.astro.com.my
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/cosmotetv.gr/cosmotetv.gr.config.js
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- cosmotetv.gr
|
||||
npm run test:site cosmotetv.gr
|
||||
```
|
||||
|
||||
@@ -33,5 +33,5 @@ npm run channels:parse --- --config=sites/cubmu.com/cubmu.com.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- cubmu.com
|
||||
npm run test:site cubmu.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/cyta.com.cy/cyta.com.cy.config.js --
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- cyta.com.cy
|
||||
npm run test:site cyta.com.cy
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=sites/dens.tv/dens.tv.config.js --output=sit
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- dens.tv
|
||||
npm run test:site dens.tv
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=derana.lk
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- derana.lk
|
||||
npm run test:site derana.lk
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/digea.gr/digea.gr.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- digea.gr
|
||||
npm run test:site digea.gr
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/digiturk.com.tr/digiturk.com.tr.conf
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- digiturk.com.tr
|
||||
npm run test:site digiturk.com.tr
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=directv.com.ar
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- directv.com.ar
|
||||
npm run test:site directv.com.ar
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=directv.com.uy
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- directv.com.uy
|
||||
npm run test:site directv.com.uy
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/directv.com/directv.com.config.js --
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- directv.com
|
||||
npm run test:site directv.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/dishtv.in/dishtv.in.config.js --outp
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- dishtv.in
|
||||
npm run test:site dishtv.in
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/dna.fi/dna.fi.config.js --output=./s
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- dna.fi
|
||||
npm run test:site dna.fi
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/dsmart.com.tr/dsmart.com.tr.config.j
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- dsmart.com.tr
|
||||
npm run test:site dsmart.com.tr
|
||||
```
|
||||
|
||||
@@ -66,5 +66,5 @@ npm run channels:parse --- --config=./sites/dstv.com/dstv.com.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- dstv.com
|
||||
npm run test:site dstv.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=dtv8.net
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- dtv8.net
|
||||
npm run test:site dtv8.net
|
||||
```
|
||||
|
||||
@@ -35,5 +35,5 @@ npm run channels:parse --- --config=./sites/elcinema.com/elcinema.com.config.js
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- elcinema.com
|
||||
npm run test:site elcinema.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=ena.skylifetv.co.kr
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- ena.skylifetv.co.kr
|
||||
npm run test:site ena.skylifetv.co.kr
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=energeek.cl
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- energeek.cl
|
||||
npm run test:site energeek.cl
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/entertainment.ie/entertainment.ie.co
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- entertainment.ie
|
||||
npm run test:site entertainment.ie
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/epg.112114.xyz/epg.112114.xyz.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- epg.112114.xyz
|
||||
npm run test:site epg.112114.xyz
|
||||
```
|
||||
|
||||
@@ -31,5 +31,5 @@ npm run channels:parse --- --config=./sites/epg.iptvx.one/epg.iptvx.one.config.j
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- epg.iptvx.one
|
||||
npm run test:site epg.iptvx.one
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/epg.telemach.ba/epg.telemach.ba.conf
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- epg.telemach.ba
|
||||
npm run test:site epg.telemach.ba
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/epg.telemach.me/epg.telemach.me.conf
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- epg.telemach.me
|
||||
npm run test:site epg.telemach.me
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=epgmaster.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- epgmaster.com
|
||||
npm run test:site epgmaster.com
|
||||
```
|
||||
|
||||
@@ -131,5 +131,5 @@ npm run channels:parse --- --config=./sites/epgshare01.online/epgshare01.online.
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- epgshare01.online
|
||||
npm run test:site epgshare01.online
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/firstmedia.com/firstmedia.com.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- firstmedia.com
|
||||
npm run test:site firstmedia.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/foxsports.com.au/foxsports.com.au.co
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- foxsports.com.au
|
||||
npm run test:site foxsports.com.au
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/foxtel.com.au/foxtel.com.au.config.j
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- foxtel.com.au
|
||||
npm run test:site foxtel.com.au
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/freetv.tv/freetv.tv.config.js --outp
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- freetv.tv
|
||||
npm run test:site freetv.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/freeview.co.uk/freeview.co.uk.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- freeview.co.uk
|
||||
npm run test:site freeview.co.uk
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=frikanalen.no
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- frikanalen.no
|
||||
npm run test:site frikanalen.no
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/galamtv.kz/galamtv.kz.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- galamtv.kz
|
||||
npm run test:site galamtv.kz
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/gatotv.com/gatotv.com.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- gatotv.com
|
||||
npm run test:site gatotv.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=getafteritmedia.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- getafteritmedia.com
|
||||
npm run test:site getafteritmedia.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/gigatv.3bbtv.co.th/gigatv.3bbtv.co.t
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- gigatv.3bbtv.co.th
|
||||
npm run test:site gigatv.3bbtv.co.th
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/guiadetv.com/guiadetv.com.config.js
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- guiadetv.com
|
||||
npm run test:site guiadetv.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/guida.tv/guida.tv.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- guida.tv
|
||||
npm run test:site guida.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/guidatv.sky.it/guidatv.sky.it.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- guidatv.sky.it
|
||||
npm run test:site guidatv.sky.it
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/horizon.tv/horizon.tv.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- horizon.tv
|
||||
npm run test:site horizon.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/hoy.tv/hoy.tv.config.js --output=./s
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- hoy.tv
|
||||
npm run test:site hoy.tv
|
||||
```
|
||||
|
||||
@@ -39,5 +39,5 @@ npm run channels:parse --- --config=./sites/i.mjh.nz/i.mjh.nz.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- i.mjh.nz
|
||||
npm run test:site i.mjh.nz
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=i24news.tv
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- i24news.tv
|
||||
npm run test:site i24news.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/iltalehti.fi/iltalehti.fi.config.js
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- iltalehti.fi
|
||||
npm run test:site iltalehti.fi
|
||||
```
|
||||
|
||||
@@ -19,5 +19,5 @@ npm run channels:parse --- --config=./sites/indihometv.com/indihometv.com.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- indihometv.com
|
||||
npm run test:site indihometv.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=ionplustv.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- ionplustv.com
|
||||
npm run test:site ionplustv.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=ipko.tv
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- ipko.tv
|
||||
npm run test:site ipko.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/jiotv.com/jiotv.com.config.js --outp
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- jiotv.com
|
||||
npm run test:site jiotv.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=kan.org.il
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- kan.org.il
|
||||
npm run test:site kan.org.il
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=knr.gl
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- knr.gl
|
||||
npm run test:site knr.gl
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=kvf.fo
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- kvf.fo
|
||||
npm run test:site kvf.fo
|
||||
```
|
||||
|
||||
@@ -45,5 +45,5 @@ NODE_OPTIONS='--tls-cipher-list=DEFAULT@SECLEVEL=0' npm run channels:parse --- -
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- m.tv.sms.cz
|
||||
npm run test:site m.tv.sms.cz
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/m.tving.com/m.tving.com.config.js --
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- m.tving.com
|
||||
npm run test:site m.tving.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/magticom.ge/magticom.ge.config.js --
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- magticom.ge
|
||||
npm run test:site magticom.ge
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=mako.co.il
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- mako.co.il
|
||||
npm run test:site mako.co.il
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=makrodigitaltelevision.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- makrodigitaltelevision.com
|
||||
npm run test:site makrodigitaltelevision.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/maxtvgo.mk/maxtvgo.mk.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- maxtvgo.mk
|
||||
npm run test:site maxtvgo.mk
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=mediagenie.co.kr
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- mediagenie.co.kr
|
||||
npm run test:site mediagenie.co.kr
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=mediaklikk.hu
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- mediaklikk.hu
|
||||
npm run test:site mediaklikk.hu
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=mediasetinfinity.mediaset.it
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- mediasetinfinity.mediaset.it
|
||||
npm run test:site mediasetinfinity.mediaset.it
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/melita.com/melita.com.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- melita.com
|
||||
npm run test:site melita.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/meo.pt/meo.pt.config.js --output=./s
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- meo.pt
|
||||
npm run test:site meo.pt
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/meuguia.tv/meuguia.tv.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- meuguia.tv
|
||||
npm run test:site meuguia.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/mewatch.sg/mewatch.sg.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- mewatch.sg
|
||||
npm run test:site mewatch.sg
|
||||
```
|
||||
|
||||
@@ -28,5 +28,5 @@ npm run channels:parse --- --config=./sites/mi.tv/mi.tv.config.js --output=./sit
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- mi.tv
|
||||
npm run test:site mi.tv
|
||||
```
|
||||
|
||||
@@ -33,5 +33,5 @@ npm run channels:parse --- --config=./sites/mncvision.id/mncvision.id.config.js
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- mncvision.id
|
||||
npm run test:site mncvision.id
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=moji.id
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- moji.id
|
||||
npm run test:site moji.id
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/mojmaxtv.hrvatskitelekom.hr/mojmaxtv
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- mojmaxtv.hrvatskitelekom.hr
|
||||
npm run test:site mojmaxtv.hrvatskitelekom.hr
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/mon-programme-tv.be/mon-programme-tv
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- mon-programme-tv.be
|
||||
npm run test:site mon-programme-tv.be
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/movistarplus.es/movistarplus.es.conf
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- movistarplus.es
|
||||
npm run test:site movistarplus.es
|
||||
```
|
||||
|
||||
@@ -20,5 +20,5 @@ npm run channels:parse --- --config=./sites/mtel.ba/mtel.ba.config.js --output=.
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- mtel.ba
|
||||
npm run test:site mtel.ba
|
||||
```
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user