mirror of
https://github.com/iptv-org/epg
synced 2026-03-21 19:30:52 -04:00
my bad i guess, i BADLY did it.
This commit is contained in:
8
.idea/.gitignore
generated
vendored
Normal file
8
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
12
.idea/epg.iml
generated
Normal file
12
.idea/epg.iml
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
6
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
6
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
</profile>
|
||||
</component>
|
||||
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/epg.iml" filepath="$PROJECT_DIR$/.idea/epg.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
@@ -342,7 +342,7 @@ npm run grab --- --site=example.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site example.com
|
||||
npm test --- example.com
|
||||
```
|
||||
````
|
||||
|
||||
@@ -357,7 +357,7 @@ npm run sites:init --- example.com
|
||||
After you finish working on the files you can make sure that everything works by running the config test:
|
||||
|
||||
```
|
||||
npm run test:site example.com
|
||||
npm test --- example.com
|
||||
```
|
||||
|
||||
Then check that all channels have the correct `xmltv-id`:
|
||||
|
||||
17
package.json
17
package.json
@@ -14,7 +14,6 @@
|
||||
"grab": "tsx scripts/commands/epg/grab.ts",
|
||||
"lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,mts,js}\"",
|
||||
"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"
|
||||
},
|
||||
@@ -40,26 +39,26 @@
|
||||
"dependencies": {
|
||||
"@alex_neo/jest-expect-message": "^1.0.5",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.29.0",
|
||||
"@eslint/js": "^9.30.0",
|
||||
"@freearhey/core": "^0.8.2",
|
||||
"@freearhey/search-js": "^0.1.2",
|
||||
"@ntlab/sfetch": "^1.2.0",
|
||||
"@octokit/core": "^7.0.2",
|
||||
"@octokit/plugin-paginate-rest": "^13.1.0",
|
||||
"@octokit/plugin-paginate-rest": "^13.1.1",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^16.0.0",
|
||||
"@swc/core": "^1.12.5",
|
||||
"@swc/core": "^1.12.7",
|
||||
"@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/langs": "^2.0.5",
|
||||
"@types/lodash": "^4.17.18",
|
||||
"@types/lodash": "^4.17.19",
|
||||
"@types/node": "^24.0.7",
|
||||
"@types/node-cleanup": "^2.1.5",
|
||||
"@types/numeral": "^2.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "^8.34.1",
|
||||
"@typescript-eslint/parser": "^8.34.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
||||
"@typescript-eslint/parser": "^8.35.0",
|
||||
"axios": "^1.10.0",
|
||||
"axios-cookiejar-support": "^6.0.2",
|
||||
"chalk": "^5.4.1",
|
||||
@@ -73,7 +72,7 @@
|
||||
"dayjs": "^1.11.13",
|
||||
"epg-grabber": "^0.38.0",
|
||||
"epg-parser": "^0.3.1",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint": "^9.30.0",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"form-data": "^4.0.3",
|
||||
"fs-extra": "^11.3.0",
|
||||
@@ -82,7 +81,7 @@
|
||||
"husky": "^9.1.7",
|
||||
"iconv-lite": "^0.6.3",
|
||||
"inquirer": "^12.6.3",
|
||||
"jest": "^30.0.2",
|
||||
"jest": "^30.0.3",
|
||||
"jest-offline": "^1.0.1",
|
||||
"langs": "^2.0.0",
|
||||
"libxml2-wasm": "^0.5.0",
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/<DOMAIN>/<DOMAIN>.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site <DOMAIN>
|
||||
npm test --- <DOMAIN>
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=9tv.co.il
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site 9tv.co.il
|
||||
npm test --- 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 run test:site abc.net.au
|
||||
npm test --- abc.net.au
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/allente.dk/allente.dk.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site allente.dk
|
||||
npm test --- allente.dk
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/allente.fi/allente.fi.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site allente.fi
|
||||
npm test --- allente.fi
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/allente.no/allente.no.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site allente.no
|
||||
npm test --- allente.no
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/allente.se/allente.se.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site allente.se
|
||||
npm test --- allente.se
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=andorradifusio.ad
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site andorradifusio.ad
|
||||
npm test --- andorradifusio.ad
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/anteltv.com.uy/anteltv.com.uy.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site anteltv.com.uy
|
||||
npm test --- anteltv.com.uy
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=antennaeurope.gr
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site antennaeurope.gr
|
||||
npm test --- antennaeurope.gr
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=antennapacific.gr
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site antennapacific.gr
|
||||
npm test --- antennapacific.gr
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=antennasatellite.gr
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site antennasatellite.gr
|
||||
npm test --- antennasatellite.gr
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=arianaafgtv.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site arianaafgtv.com
|
||||
npm test --- arianaafgtv.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=arianatelevision.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site arianatelevision.com
|
||||
npm test --- arianatelevision.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=arirang.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site arirang.com
|
||||
npm test --- arirang.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=artonline.tv
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site artonline.tv
|
||||
npm test --- artonline.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/awilime.com/awilime.com.config.js --
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site awilime.com
|
||||
npm test --- awilime.com
|
||||
```
|
||||
|
||||
@@ -35,5 +35,5 @@ npm run channels:parse --- --config=./sites/bein.com/bein.com.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site bein.com
|
||||
npm test --- bein.com
|
||||
```
|
||||
|
||||
@@ -26,5 +26,5 @@ npm run channels:parse --- --config=./sites/beinsports.com/beinsports.com.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site beinsports.com
|
||||
npm test --- beinsports.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=berrymedia.co.kr
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site berrymedia.co.kr
|
||||
npm test --- berrymedia.co.kr
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/cableplus.com.uy/cableplus.com.uy.co
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site cableplus.com.uy
|
||||
npm test --- cableplus.com.uy
|
||||
```
|
||||
|
||||
@@ -58,5 +58,5 @@ npm run channels:parse --- --config=./sites/canalplus.com/canalplus.com.config.j
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site canalplus.com
|
||||
npm test --- canalplus.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/cgates.lt/cgates.lt.config.js --outp
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site cgates.lt
|
||||
npm test --- cgates.lt
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/chaines-tv.orange.fr/chaines-tv.oran
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site chaines-tv.orange.fr
|
||||
npm test --- chaines-tv.orange.fr
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/clickthecity.com/clickthecity.com.co
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site clickthecity.com
|
||||
npm test --- clickthecity.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/content.astro.com.my/content.astro.c
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site content.astro.com.my
|
||||
npm test --- content.astro.com.my
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/cosmotetv.gr/cosmotetv.gr.config.js
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site cosmotetv.gr
|
||||
npm test --- cosmotetv.gr
|
||||
```
|
||||
|
||||
@@ -33,5 +33,5 @@ npm run channels:parse --- --config=sites/cubmu.com/cubmu.com.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site cubmu.com
|
||||
npm test --- cubmu.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/cyta.com.cy/cyta.com.cy.config.js --
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site cyta.com.cy
|
||||
npm test --- cyta.com.cy
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=sites/dens.tv/dens.tv.config.js --output=sit
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site dens.tv
|
||||
npm test --- dens.tv
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=derana.lk
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site derana.lk
|
||||
npm test --- derana.lk
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/digea.gr/digea.gr.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site digea.gr
|
||||
npm test --- digea.gr
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/digiturk.com.tr/digiturk.com.tr.conf
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site digiturk.com.tr
|
||||
npm test --- digiturk.com.tr
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=directv.com.ar
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site directv.com.ar
|
||||
npm test --- directv.com.ar
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=directv.com.uy
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site directv.com.uy
|
||||
npm test --- directv.com.uy
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/directv.com/directv.com.config.js --
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site directv.com
|
||||
npm test --- directv.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/dishtv.in/dishtv.in.config.js --outp
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site dishtv.in
|
||||
npm test --- dishtv.in
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/dna.fi/dna.fi.config.js --output=./s
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site dna.fi
|
||||
npm test --- dna.fi
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/dsmart.com.tr/dsmart.com.tr.config.j
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site dsmart.com.tr
|
||||
npm test --- dsmart.com.tr
|
||||
```
|
||||
|
||||
@@ -66,5 +66,5 @@ npm run channels:parse --- --config=./sites/dstv.com/dstv.com.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site dstv.com
|
||||
npm test --- dstv.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=dtv8.net
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site dtv8.net
|
||||
npm test --- dtv8.net
|
||||
```
|
||||
|
||||
@@ -35,5 +35,5 @@ npm run channels:parse --- --config=./sites/elcinema.com/elcinema.com.config.js
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site elcinema.com
|
||||
npm test --- elcinema.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=ena.skylifetv.co.kr
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site ena.skylifetv.co.kr
|
||||
npm test --- ena.skylifetv.co.kr
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=energeek.cl
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site energeek.cl
|
||||
npm test --- energeek.cl
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/entertainment.ie/entertainment.ie.co
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site entertainment.ie
|
||||
npm test --- entertainment.ie
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/epg.112114.xyz/epg.112114.xyz.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site epg.112114.xyz
|
||||
npm test --- epg.112114.xyz
|
||||
```
|
||||
|
||||
@@ -31,5 +31,5 @@ npm run channels:parse --- --config=./sites/epg.iptvx.one/epg.iptvx.one.config.j
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site epg.iptvx.one
|
||||
npm test --- epg.iptvx.one
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/epg.telemach.ba/epg.telemach.ba.conf
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site epg.telemach.ba
|
||||
npm test --- epg.telemach.ba
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/epg.telemach.me/epg.telemach.me.conf
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site epg.telemach.me
|
||||
npm test --- epg.telemach.me
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=epgmaster.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site epgmaster.com
|
||||
npm test --- epgmaster.com
|
||||
```
|
||||
|
||||
@@ -131,5 +131,5 @@ npm run channels:parse --- --config=./sites/epgshare01.online/epgshare01.online.
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site epgshare01.online
|
||||
npm test --- epgshare01.online
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/firstmedia.com/firstmedia.com.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site firstmedia.com
|
||||
npm test --- firstmedia.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/foxsports.com.au/foxsports.com.au.co
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site foxsports.com.au
|
||||
npm test --- foxsports.com.au
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/foxtel.com.au/foxtel.com.au.config.j
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site foxtel.com.au
|
||||
npm test --- foxtel.com.au
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/freetv.tv/freetv.tv.config.js --outp
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site freetv.tv
|
||||
npm test --- freetv.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/freeview.co.uk/freeview.co.uk.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site freeview.co.uk
|
||||
npm test --- freeview.co.uk
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=frikanalen.no
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site frikanalen.no
|
||||
npm test --- frikanalen.no
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/galamtv.kz/galamtv.kz.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site galamtv.kz
|
||||
npm test --- galamtv.kz
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/gatotv.com/gatotv.com.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site gatotv.com
|
||||
npm test --- gatotv.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=getafteritmedia.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site getafteritmedia.com
|
||||
npm test --- getafteritmedia.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/gigatv.3bbtv.co.th/gigatv.3bbtv.co.t
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site gigatv.3bbtv.co.th
|
||||
npm test --- gigatv.3bbtv.co.th
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/guiadetv.com/guiadetv.com.config.js
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site guiadetv.com
|
||||
npm test --- guiadetv.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/guida.tv/guida.tv.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site guida.tv
|
||||
npm test --- guida.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/guidatv.sky.it/guidatv.sky.it.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site guidatv.sky.it
|
||||
npm test --- guidatv.sky.it
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/horizon.tv/horizon.tv.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site horizon.tv
|
||||
npm test --- horizon.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/hoy.tv/hoy.tv.config.js --output=./s
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site hoy.tv
|
||||
npm test --- hoy.tv
|
||||
```
|
||||
|
||||
@@ -39,5 +39,5 @@ npm run channels:parse --- --config=./sites/i.mjh.nz/i.mjh.nz.config.js --output
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site i.mjh.nz
|
||||
npm test --- i.mjh.nz
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=i24news.tv
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site i24news.tv
|
||||
npm test --- i24news.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/iltalehti.fi/iltalehti.fi.config.js
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site iltalehti.fi
|
||||
npm test --- iltalehti.fi
|
||||
```
|
||||
|
||||
@@ -19,5 +19,5 @@ npm run channels:parse --- --config=./sites/indihometv.com/indihometv.com.config
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site indihometv.com
|
||||
npm test --- indihometv.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=ionplustv.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site ionplustv.com
|
||||
npm test --- ionplustv.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=ipko.tv
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site ipko.tv
|
||||
npm test --- ipko.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/jiotv.com/jiotv.com.config.js --outp
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site jiotv.com
|
||||
npm test --- jiotv.com
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=kan.org.il
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site kan.org.il
|
||||
npm test --- kan.org.il
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=knr.gl
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site knr.gl
|
||||
npm test --- knr.gl
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=kvf.fo
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site kvf.fo
|
||||
npm test --- kvf.fo
|
||||
```
|
||||
|
||||
@@ -45,5 +45,5 @@ NODE_OPTIONS='--tls-cipher-list=DEFAULT@SECLEVEL=0' npm run channels:parse --- -
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site m.tv.sms.cz
|
||||
npm test --- 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 run test:site m.tving.com
|
||||
npm test --- m.tving.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/magticom.ge/magticom.ge.config.js --
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site magticom.ge
|
||||
npm test --- magticom.ge
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=mako.co.il
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site mako.co.il
|
||||
npm test --- mako.co.il
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=makrodigitaltelevision.com
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site makrodigitaltelevision.com
|
||||
npm test --- makrodigitaltelevision.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/maxtvgo.mk/maxtvgo.mk.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site maxtvgo.mk
|
||||
npm test --- maxtvgo.mk
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=mediagenie.co.kr
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site mediagenie.co.kr
|
||||
npm test --- mediagenie.co.kr
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=mediaklikk.hu
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site mediaklikk.hu
|
||||
npm test --- mediaklikk.hu
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=mediasetinfinity.mediaset.it
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site mediasetinfinity.mediaset.it
|
||||
npm test --- mediasetinfinity.mediaset.it
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/melita.com/melita.com.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site melita.com
|
||||
npm test --- melita.com
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/meo.pt/meo.pt.config.js --output=./s
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site meo.pt
|
||||
npm test --- meo.pt
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/meuguia.tv/meuguia.tv.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site meuguia.tv
|
||||
npm test --- meuguia.tv
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/mewatch.sg/mewatch.sg.config.js --ou
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site mewatch.sg
|
||||
npm test --- mewatch.sg
|
||||
```
|
||||
|
||||
@@ -28,5 +28,5 @@ npm run channels:parse --- --config=./sites/mi.tv/mi.tv.config.js --output=./sit
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site mi.tv
|
||||
npm test --- mi.tv
|
||||
```
|
||||
|
||||
@@ -33,5 +33,5 @@ npm run channels:parse --- --config=./sites/mncvision.id/mncvision.id.config.js
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site mncvision.id
|
||||
npm test --- mncvision.id
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ npm run grab --- --site=moji.id
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site moji.id
|
||||
npm test --- moji.id
|
||||
```
|
||||
|
||||
@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/mojmaxtv.hrvatskitelekom.hr/mojmaxtv
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm run test:site mojmaxtv.hrvatskitelekom.hr
|
||||
npm test --- mojmaxtv.hrvatskitelekom.hr
|
||||
```
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user