Update deps + configuration

Prevent usage of old dependencies & update the whole structure.
This commit is contained in:
theofficialomega
2025-06-23 12:32:56 +02:00
parent 11e3f2cabe
commit cd0327e445
243 changed files with 10302 additions and 6587 deletions

View File

@@ -342,7 +342,7 @@ npm run grab --- --site=example.com
### Test ### Test
```sh ```sh
npm test --- example.com npm run test:site example.com
``` ```
```` ````

12109
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,9 +13,8 @@
"sites:update": "npx tsx scripts/commands/sites/update.ts", "sites:update": "npx tsx scripts/commands/sites/update.ts",
"grab": "npx tsx scripts/commands/epg/grab.ts", "grab": "npx tsx scripts/commands/epg/grab.ts",
"lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,mts,js}\"", "lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,mts,js}\"",
"test": "run-script-os", "test": "cross-env TZ=Pacific/Nauru npx jest --runInBand",
"test:win32": "SET \"TZ=Pacific/Nauru\" && npx jest --runInBand", "test:site": "cross-env TZ=Pacific/Nauru npx jest --runInBand --testPathPatterns",
"test:default": "TZ=Pacific/Nauru npx jest --runInBand",
"postinstall": "skip-postinstall || npm run api:load", "postinstall": "skip-postinstall || npm run api:load",
"prepare": "husky" "prepare": "husky"
}, },
@@ -35,79 +34,80 @@
], ],
"testTimeout": 10000, "testTimeout": 10000,
"transformIgnorePatterns": [ "transformIgnorePatterns": [
"<rootDir>/node_modules/(?!parse-duration/.*)" "<rootDir>/node_modules/(?!parse-duration/.*|@freearhey/core/.*|glob/.*|srcset/.*|balanced-match/.*|minimatch/.*)"
] ]
}, },
"dependencies": { "dependencies": {
"@alex_neo/jest-expect-message": "^1.0.5", "@alex_neo/jest-expect-message": "^1.0.5",
"@eslint/eslintrc": "^3.2.0", "@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.17.0", "@eslint/js": "^9.29.0",
"@freearhey/core": "^0.7.0", "@freearhey/core": "^0.8.2",
"@freearhey/search-js": "^0.1.2", "@freearhey/search-js": "^0.1.2",
"@ntlab/sfetch": "^1.2.0", "@ntlab/sfetch": "^1.2.0",
"@octokit/core": "^6.1.3", "@octokit/core": "^7.0.2",
"@octokit/plugin-paginate-rest": "^11.3.6", "@octokit/plugin-paginate-rest": "^13.1.0",
"@octokit/plugin-rest-endpoint-methods": "^13.2.6", "@octokit/plugin-rest-endpoint-methods": "^16.0.0",
"@swc/core": "^1.10.4", "@swc/core": "^1.12.5",
"@swc/jest": "^0.2.37", "@swc/jest": "^0.2.38",
"@types/cli-progress": "^3.11.3", "@types/cli-progress": "^3.11.6",
"@types/fs-extra": "^11.0.2", "@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.3", "@types/inquirer": "^9.0.8",
"@types/jest": "^29.5.5", "@types/jest": "^30.0.0",
"@types/lodash": "^4.14.199", "@types/lodash": "^4.17.18",
"@types/node-cleanup": "^2.1.2", "@types/node-cleanup": "^2.1.5",
"@types/numeral": "^2.0.3", "@types/numeral": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.20.0", "@typescript-eslint/parser": "^8.34.1",
"axios": "^1.5.1", "axios": "^1.10.0",
"axios-cookiejar-support": "^5.0.4", "axios-cookiejar-support": "^6.0.2",
"chalk": "^4.1.2", "chalk": "^5.4.1",
"cheerio": "^1.0.0-rc.10", "cheerio": "^1.1.0",
"cli-progress": "^3.12.0", "cli-progress": "^3.12.0",
"commander": "^8.2.0", "cross-env": "^7.0.3",
"consola": "^3.2.3", "commander": "^14.0.0",
"csv-parser": "^3.0.0", "consola": "^3.4.2",
"csv-parser": "^3.2.0",
"cwait": "^1.1.2", "cwait": "^1.1.2",
"dayjs": "^1.11.10", "dayjs": "^1.11.13",
"epg-grabber": "^0.38.0", "epg-grabber": "^0.38.0",
"epg-parser": "^0.3.1", "epg-parser": "^0.3.1",
"eslint": "^9.17.0", "eslint": "^9.29.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^10.1.5",
"form-data": "^4.0.0", "form-data": "^4.0.3",
"fs-extra": "^10.0.1", "fs-extra": "^11.3.0",
"glob": "^7.2.0", "glob": "^11.0.3",
"globals": "^15.14.0", "globals": "^16.2.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"iconv-lite": "^0.4.24", "iconv-lite": "^0.6.3",
"inquirer": "^12.5.0", "inquirer": "^12.6.3",
"jest": "^29.7.0", "jest": "^30.0.2",
"jest-offline": "^1.0.1", "jest-offline": "^1.0.1",
"langs": "^2.0.0", "langs": "^2.0.0",
"libxml2-wasm": "^0.5.0", "libxml2-wasm": "^0.5.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"luxon": "^3.3.0", "luxon": "^3.6.1",
"mockdate": "^3.0.5", "mockdate": "^3.0.5",
"nedb-promises": "^6.0.3", "nedb-promises": "^6.2.3",
"node-cleanup": "^2.1.2", "node-cleanup": "^2.1.2",
"node-gzip": "^1.1.2", "node-gzip": "^1.1.2",
"numeral": "^2.0.6", "numeral": "^2.0.6",
"pako": "^2.1.0", "pako": "^2.1.0",
"parse-duration": "^2.1.3", "parse-duration": "^2.1.4",
"pdf-parse": "^1.1.1", "pdf-parse": "^1.1.1",
"pm2": "^5.4.3", "pm2": "^6.0.8",
"readline": "^1.3.0", "readline": "^1.3.0",
"run-script-os": "^1.1.6", "run-script-os": "^1.1.6",
"serve": "^14.2.4", "serve": "^14.2.4",
"signale": "^1.4.0", "signale": "^1.4.0",
"skip-postinstall": "^1.0.0", "skip-postinstall": "^1.0.0",
"socks-proxy-agent": "^8.0.5", "socks-proxy-agent": "^8.0.5",
"srcset": "^4.0.0", "srcset": "^5.0.1",
"table2array": "^0.0.2", "table2array": "^0.0.2",
"tabletojson": "^2.0.7", "tabletojson": "^4.1.6",
"tough-cookie": "^5.0.0", "tough-cookie": "^5.1.2",
"transliteration": "^2.2.0", "transliteration": "^2.3.5",
"tsx": "^4.19.2", "tsx": "^4.20.3",
"unzipit": "^1.4.0", "unzipit": "^1.4.3",
"wildcard-match": "^5.1.2" "wildcard-match": "^5.1.4"
} }
} }

View File

@@ -44,7 +44,7 @@ const xsd = `<?xml version="1.0" encoding="UTF-8"?>
</xs:attribute> </xs:attribute>
</xs:schema>` </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() { async function main() {
const storage = new Storage() const storage = new Storage()

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/<DOMAIN>/<DOMAIN>.config.js --output
### Test ### Test
```sh ```sh
npm test --- <DOMAIN> npm run test:site <DOMAIN>
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=9tv.co.il
### Test ### Test
```sh ```sh
npm test --- 9tv.co.il npm run test:site 9tv.co.il
``` ```

View File

@@ -37,5 +37,5 @@ npm run channels:parse --- --config=./sites/abc.net.au/abc.net.au.config.js --ou
### Test ### Test
```sh ```sh
npm test --- abc.net.au npm run test:site abc.net.au
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/allente.dk/allente.dk.config.js --ou
### Test ### Test
```sh ```sh
npm test --- allente.dk npm run test:site allente.dk
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/allente.fi/allente.fi.config.js --ou
### Test ### Test
```sh ```sh
npm test --- allente.fi npm run test:site allente.fi
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/allente.no/allente.no.config.js --ou
### Test ### Test
```sh ```sh
npm test --- allente.no npm run test:site allente.no
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/allente.se/allente.se.config.js --ou
### Test ### Test
```sh ```sh
npm test --- allente.se npm run test:site allente.se
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=andorradifusio.ad
### Test ### Test
```sh ```sh
npm test --- andorradifusio.ad npm run test:site andorradifusio.ad
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/anteltv.com.uy/anteltv.com.uy.config
### Test ### Test
```sh ```sh
npm test --- anteltv.com.uy npm run test:site anteltv.com.uy
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=antennaeurope.gr
### Test ### Test
```sh ```sh
npm test --- antennaeurope.gr npm run test:site antennaeurope.gr
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=antennapacific.gr
### Test ### Test
```sh ```sh
npm test --- antennapacific.gr npm run test:site antennapacific.gr
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=antennasatellite.gr
### Test ### Test
```sh ```sh
npm test --- antennasatellite.gr npm run test:site antennasatellite.gr
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=arianaafgtv.com
### Test ### Test
```sh ```sh
npm test --- arianaafgtv.com npm run test:site arianaafgtv.com
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=arianatelevision.com
### Test ### Test
```sh ```sh
npm test --- arianatelevision.com npm run test:site arianatelevision.com
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=arirang.com
### Test ### Test
```sh ```sh
npm test --- arirang.com npm run test:site arirang.com
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=artonline.tv
### Test ### Test
```sh ```sh
npm test --- artonline.tv npm run test:site artonline.tv
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/awilime.com/awilime.com.config.js --
### Test ### Test
```sh ```sh
npm test --- awilime.com npm run test:site awilime.com
``` ```

View File

@@ -35,5 +35,5 @@ npm run channels:parse --- --config=./sites/bein.com/bein.com.config.js --output
### Test ### Test
```sh ```sh
npm test --- bein.com npm run test:site bein.com
``` ```

View File

@@ -26,5 +26,5 @@ npm run channels:parse --- --config=./sites/beinsports.com/beinsports.com.config
### Test ### Test
```sh ```sh
npm test --- beinsports.com npm run test:site beinsports.com
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=berrymedia.co.kr
### Test ### Test
```sh ```sh
npm test --- berrymedia.co.kr npm run test:site berrymedia.co.kr
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/cableplus.com.uy/cableplus.com.uy.co
### Test ### Test
```sh ```sh
npm test --- cableplus.com.uy npm run test:site cableplus.com.uy
``` ```

View File

@@ -58,5 +58,5 @@ npm run channels:parse --- --config=./sites/canalplus.com/canalplus.com.config.j
### Test ### Test
```sh ```sh
npm test --- canalplus.com npm run test:site canalplus.com
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/cgates.lt/cgates.lt.config.js --outp
### Test ### Test
```sh ```sh
npm test --- cgates.lt npm run test:site cgates.lt
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/chaines-tv.orange.fr/chaines-tv.oran
### Test ### Test
```sh ```sh
npm test --- chaines-tv.orange.fr npm run test:site chaines-tv.orange.fr
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/clickthecity.com/clickthecity.com.co
### Test ### Test
```sh ```sh
npm test --- clickthecity.com npm run test:site clickthecity.com
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/content.astro.com.my/content.astro.c
### Test ### Test
```sh ```sh
npm test --- content.astro.com.my npm run test:site content.astro.com.my
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/cosmotetv.gr/cosmotetv.gr.config.js
### Test ### Test
```sh ```sh
npm test --- cosmotetv.gr npm run test:site cosmotetv.gr
``` ```

View File

@@ -33,5 +33,5 @@ npm run channels:parse --- --config=sites/cubmu.com/cubmu.com.config.js --output
### Test ### Test
```sh ```sh
npm test --- cubmu.com npm run test:site cubmu.com
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/cyta.com.cy/cyta.com.cy.config.js --
### Test ### Test
```sh ```sh
npm test --- cyta.com.cy npm run test:site cyta.com.cy
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=sites/dens.tv/dens.tv.config.js --output=sit
### Test ### Test
```sh ```sh
npm test --- dens.tv npm run test:site dens.tv
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=derana.lk
### Test ### Test
```sh ```sh
npm test --- derana.lk npm run test:site derana.lk
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/digea.gr/digea.gr.config.js --output
### Test ### Test
```sh ```sh
npm test --- digea.gr npm run test:site digea.gr
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/digiturk.com.tr/digiturk.com.tr.conf
### Test ### Test
```sh ```sh
npm test --- digiturk.com.tr npm run test:site digiturk.com.tr
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=directv.com.ar
### Test ### Test
```sh ```sh
npm test --- directv.com.ar npm run test:site directv.com.ar
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=directv.com.uy
### Test ### Test
```sh ```sh
npm test --- directv.com.uy npm run test:site directv.com.uy
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/directv.com/directv.com.config.js --
### Test ### Test
```sh ```sh
npm test --- directv.com npm run test:site directv.com
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/dishtv.in/dishtv.in.config.js --outp
### Test ### Test
```sh ```sh
npm test --- dishtv.in npm run test:site dishtv.in
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/dna.fi/dna.fi.config.js --output=./s
### Test ### Test
```sh ```sh
npm test --- dna.fi npm run test:site dna.fi
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/dsmart.com.tr/dsmart.com.tr.config.j
### Test ### Test
```sh ```sh
npm test --- dsmart.com.tr npm run test:site dsmart.com.tr
``` ```

View File

@@ -66,5 +66,5 @@ npm run channels:parse --- --config=./sites/dstv.com/dstv.com.config.js --output
### Test ### Test
```sh ```sh
npm test --- dstv.com npm run test:site dstv.com
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=dtv8.net
### Test ### Test
```sh ```sh
npm test --- dtv8.net npm run test:site dtv8.net
``` ```

View File

@@ -35,5 +35,5 @@ npm run channels:parse --- --config=./sites/elcinema.com/elcinema.com.config.js
### Test ### Test
```sh ```sh
npm test --- elcinema.com npm run test:site elcinema.com
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=ena.skylifetv.co.kr
### Test ### Test
```sh ```sh
npm test --- ena.skylifetv.co.kr npm run test:site ena.skylifetv.co.kr
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=energeek.cl
### Test ### Test
```sh ```sh
npm test --- energeek.cl npm run test:site energeek.cl
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/entertainment.ie/entertainment.ie.co
### Test ### Test
```sh ```sh
npm test --- entertainment.ie npm run test:site entertainment.ie
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/epg.112114.xyz/epg.112114.xyz.config
### Test ### Test
```sh ```sh
npm test --- epg.112114.xyz npm run test:site epg.112114.xyz
``` ```

View File

@@ -31,5 +31,5 @@ npm run channels:parse --- --config=./sites/epg.iptvx.one/epg.iptvx.one.config.j
### Test ### Test
```sh ```sh
npm test --- epg.iptvx.one npm run test:site epg.iptvx.one
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/epg.telemach.ba/epg.telemach.ba.conf
### Test ### Test
```sh ```sh
npm test --- epg.telemach.ba npm run test:site epg.telemach.ba
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/epg.telemach.me/epg.telemach.me.conf
### Test ### Test
```sh ```sh
npm test --- epg.telemach.me npm run test:site epg.telemach.me
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=epgmaster.com
### Test ### Test
```sh ```sh
npm test --- epgmaster.com npm run test:site epgmaster.com
``` ```

View File

@@ -131,5 +131,5 @@ npm run channels:parse --- --config=./sites/epgshare01.online/epgshare01.online.
### Test ### Test
```sh ```sh
npm test --- epgshare01.online npm run test:site epgshare01.online
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/firstmedia.com/firstmedia.com.config
### Test ### Test
```sh ```sh
npm test --- firstmedia.com npm run test:site firstmedia.com
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/foxsports.com.au/foxsports.com.au.co
### Test ### Test
```sh ```sh
npm test --- foxsports.com.au npm run test:site foxsports.com.au
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/foxtel.com.au/foxtel.com.au.config.j
### Test ### Test
```sh ```sh
npm test --- foxtel.com.au npm run test:site foxtel.com.au
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/freetv.tv/freetv.tv.config.js --outp
### Test ### Test
```sh ```sh
npm test --- freetv.tv npm run test:site freetv.tv
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/freeview.co.uk/freeview.co.uk.config
### Test ### Test
```sh ```sh
npm test --- freeview.co.uk npm run test:site freeview.co.uk
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=frikanalen.no
### Test ### Test
```sh ```sh
npm test --- frikanalen.no npm run test:site frikanalen.no
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/galamtv.kz/galamtv.kz.config.js --ou
### Test ### Test
```sh ```sh
npm test --- galamtv.kz npm run test:site galamtv.kz
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/gatotv.com/gatotv.com.config.js --ou
### Test ### Test
```sh ```sh
npm test --- gatotv.com npm run test:site gatotv.com
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=getafteritmedia.com
### Test ### Test
```sh ```sh
npm test --- getafteritmedia.com npm run test:site getafteritmedia.com
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/gigatv.3bbtv.co.th/gigatv.3bbtv.co.t
### Test ### Test
```sh ```sh
npm test --- gigatv.3bbtv.co.th npm run test:site gigatv.3bbtv.co.th
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/guiadetv.com/guiadetv.com.config.js
### Test ### Test
```sh ```sh
npm test --- guiadetv.com npm run test:site guiadetv.com
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/guida.tv/guida.tv.config.js --output
### Test ### Test
```sh ```sh
npm test --- guida.tv npm run test:site guida.tv
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/guidatv.sky.it/guidatv.sky.it.config
### Test ### Test
```sh ```sh
npm test --- guidatv.sky.it npm run test:site guidatv.sky.it
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/horizon.tv/horizon.tv.config.js --ou
### Test ### Test
```sh ```sh
npm test --- horizon.tv npm run test:site horizon.tv
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/hoy.tv/hoy.tv.config.js --output=./s
### Test ### Test
```sh ```sh
npm test --- hoy.tv npm run test:site hoy.tv
``` ```

View File

@@ -39,5 +39,5 @@ npm run channels:parse --- --config=./sites/i.mjh.nz/i.mjh.nz.config.js --output
### Test ### Test
```sh ```sh
npm test --- i.mjh.nz npm run test:site i.mjh.nz
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=i24news.tv
### Test ### Test
```sh ```sh
npm test --- i24news.tv npm run test:site i24news.tv
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/iltalehti.fi/iltalehti.fi.config.js
### Test ### Test
```sh ```sh
npm test --- iltalehti.fi npm run test:site iltalehti.fi
``` ```

View File

@@ -19,5 +19,5 @@ npm run channels:parse --- --config=./sites/indihometv.com/indihometv.com.config
### Test ### Test
```sh ```sh
npm test --- indihometv.com npm run test:site indihometv.com
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=ionplustv.com
### Test ### Test
```sh ```sh
npm test --- ionplustv.com npm run test:site ionplustv.com
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=ipko.tv
### Test ### Test
```sh ```sh
npm test --- ipko.tv npm run test:site ipko.tv
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/jiotv.com/jiotv.com.config.js --outp
### Test ### Test
```sh ```sh
npm test --- jiotv.com npm run test:site jiotv.com
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=kan.org.il
### Test ### Test
```sh ```sh
npm test --- kan.org.il npm run test:site kan.org.il
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=knr.gl
### Test ### Test
```sh ```sh
npm test --- knr.gl npm run test:site knr.gl
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=kvf.fo
### Test ### Test
```sh ```sh
npm test --- kvf.fo npm run test:site kvf.fo
``` ```

View File

@@ -45,5 +45,5 @@ NODE_OPTIONS='--tls-cipher-list=DEFAULT@SECLEVEL=0' npm run channels:parse --- -
### Test ### Test
```sh ```sh
npm test --- m.tv.sms.cz npm run test:site m.tv.sms.cz
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/m.tving.com/m.tving.com.config.js --
### Test ### Test
```sh ```sh
npm test --- m.tving.com npm run test:site m.tving.com
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/magticom.ge/magticom.ge.config.js --
### Test ### Test
```sh ```sh
npm test --- magticom.ge npm run test:site magticom.ge
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=mako.co.il
### Test ### Test
```sh ```sh
npm test --- mako.co.il npm run test:site mako.co.il
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=makrodigitaltelevision.com
### Test ### Test
```sh ```sh
npm test --- makrodigitaltelevision.com npm run test:site makrodigitaltelevision.com
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/maxtvgo.mk/maxtvgo.mk.config.js --ou
### Test ### Test
```sh ```sh
npm test --- maxtvgo.mk npm run test:site maxtvgo.mk
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=mediagenie.co.kr
### Test ### Test
```sh ```sh
npm test --- mediagenie.co.kr npm run test:site mediagenie.co.kr
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=mediaklikk.hu
### Test ### Test
```sh ```sh
npm test --- mediaklikk.hu npm run test:site mediaklikk.hu
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=mediasetinfinity.mediaset.it
### Test ### Test
```sh ```sh
npm test --- mediasetinfinity.mediaset.it npm run test:site mediasetinfinity.mediaset.it
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/melita.com/melita.com.config.js --ou
### Test ### Test
```sh ```sh
npm test --- melita.com npm run test:site melita.com
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/meo.pt/meo.pt.config.js --output=./s
### Test ### Test
```sh ```sh
npm test --- meo.pt npm run test:site meo.pt
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/meuguia.tv/meuguia.tv.config.js --ou
### Test ### Test
```sh ```sh
npm test --- meuguia.tv npm run test:site meuguia.tv
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/mewatch.sg/mewatch.sg.config.js --ou
### Test ### Test
```sh ```sh
npm test --- mewatch.sg npm run test:site mewatch.sg
``` ```

View File

@@ -28,5 +28,5 @@ npm run channels:parse --- --config=./sites/mi.tv/mi.tv.config.js --output=./sit
### Test ### Test
```sh ```sh
npm test --- mi.tv npm run test:site mi.tv
``` ```

View File

@@ -33,5 +33,5 @@ npm run channels:parse --- --config=./sites/mncvision.id/mncvision.id.config.js
### Test ### Test
```sh ```sh
npm test --- mncvision.id npm run test:site mncvision.id
``` ```

View File

@@ -11,5 +11,5 @@ npm run grab --- --site=moji.id
### Test ### Test
```sh ```sh
npm test --- moji.id npm run test:site moji.id
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/mojmaxtv.hrvatskitelekom.hr/mojmaxtv
### Test ### Test
```sh ```sh
npm test --- mojmaxtv.hrvatskitelekom.hr npm run test:site mojmaxtv.hrvatskitelekom.hr
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/mon-programme-tv.be/mon-programme-tv
### Test ### Test
```sh ```sh
npm test --- mon-programme-tv.be npm run test:site mon-programme-tv.be
``` ```

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/movistarplus.es/movistarplus.es.conf
### Test ### Test
```sh ```sh
npm test --- movistarplus.es npm run test:site movistarplus.es
``` ```

View File

@@ -20,5 +20,5 @@ npm run channels:parse --- --config=./sites/mtel.ba/mtel.ba.config.js --output=.
### Test ### Test
```sh ```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