` command.
- `channels:validate`: checks the description of channels for errors.
- `sites:init`: creates a new site config from the template.
- `sites:update`: updates the list of sites and their status in [SITES.md](SITES.md).
+- `guides:update`: updates the list of guides and their status in [GUIDES.md](GUIDES.md).
- `grab`: downloads a program from a specified source.
- `serve`: starts the [web server](https://github.com/vercel/serve).
- `lint`: сhecks the scripts for syntax errors.
From b8655d926b0d2a4a058856207f8bb7eeb289b311 Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Fri, 13 Feb 2026 12:54:32 +0300
Subject: [PATCH 16/31] Create GUIDES.md
---
GUIDES.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 GUIDES.md
diff --git a/GUIDES.md b/GUIDES.md
new file mode 100644
index 000000000..46c58a37d
--- /dev/null
+++ b/GUIDES.md
@@ -0,0 +1,12 @@
+# Guides
+
+
+
+ | Host | Status | Channels | Last Updated | Links |
+
+
+ | worker-9dd4.onrender.com | 🟢 | 1 | a day ago | channels.xml guide.xml |
+
+
+
+[How can I add my server to the list?](CONTRIBUTING.md#how-to-add-my-server-to-the-guides-md)
From 122be1964495e9c7d85a959dc3cc7634d8687dca Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Fri, 13 Feb 2026 13:00:34 +0300
Subject: [PATCH 17/31] Update dependecies
---
package-lock.json | 488 ++++++++++++++++++++++++++--------------------
1 file changed, 272 insertions(+), 216 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index f12b02df7..352f9b8b4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1092,9 +1092,9 @@
}
},
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"dependencies": {
"argparse": "^2.0.1"
},
@@ -1611,27 +1611,6 @@
"node": ">=16.0.0"
}
},
- "node_modules/@isaacs/balanced-match": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
- "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
- "license": "MIT",
- "engines": {
- "node": "20 || >=22"
- }
- },
- "node_modules/@isaacs/brace-expansion": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
- "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
- "license": "MIT",
- "dependencies": {
- "@isaacs/balanced-match": "^4.0.1"
- },
- "engines": {
- "node": "20 || >=22"
- }
- },
"node_modules/@isaacs/cliui": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -2229,9 +2208,10 @@
}
},
"node_modules/@jest/reporters/node_modules/glob": {
- "version": "10.4.5",
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
+ "version": "10.5.0",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
+ "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^3.1.2",
@@ -2846,6 +2826,17 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"license": "ISC"
},
+ "node_modules/@pm2/blessed": {
+ "version": "0.1.81",
+ "resolved": "https://registry.npmjs.org/@pm2/blessed/-/blessed-0.1.81.tgz",
+ "integrity": "sha512-ZcNHqQjMuNRcQ7Z1zJbFIQZO/BDKV3KbiTckWdfbUaYhj7uNmUwb+FbdDWSCkvxNr9dBJQwvV17o6QBkAvgO0g==",
+ "bin": {
+ "blessed": "bin/tput.js"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
"node_modules/@pm2/io": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@pm2/io/-/io-6.1.0.tgz",
@@ -4207,23 +4198,25 @@
}
},
"node_modules/axios": {
- "version": "1.12.2",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
- "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
+ "version": "1.13.5",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz",
+ "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==",
"dependencies": {
- "follow-redirects": "^1.15.6",
- "form-data": "^4.0.4",
+ "follow-redirects": "^1.15.11",
+ "form-data": "^4.0.5",
"proxy-from-env": "^1.1.0"
}
},
"node_modules/axios-cache-interceptor": {
- "version": "1.8.3",
- "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.8.3.tgz",
- "integrity": "sha512-ifuSBoCEkVaiugg1UTjVuTdK+SjSOJ35pdv2OrzhRT3wDMr52QiayQxUqs7jd7GDsfPOjMcw3T3ek0TysbyZZw==",
+ "version": "1.11.4",
+ "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.11.4.tgz",
+ "integrity": "sha512-xZ4OZUxdpcFUpZjrqfYlGK0VglpPRKKSoE3vMHrstxolixQNs/MrbMezOAO5uS454hIEcWpnk75RZK26WkPW/g==",
"dependencies": {
- "cache-parser": "1.2.5",
- "fast-defer": "1.1.8",
- "object-code": "1.3.3"
+ "cache-parser": "^1.2.6",
+ "fast-defer": "^1.1.9",
+ "http-vary": "^1.0.3",
+ "object-code": "^2.0.0",
+ "try": "^1.0.3"
},
"engines": {
"node": ">=12"
@@ -4399,17 +4392,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/blessed": {
- "version": "0.1.81",
- "resolved": "https://registry.npmjs.org/blessed/-/blessed-0.1.81.tgz",
- "integrity": "sha512-LoF5gae+hlmfORcG1M5+5XZi4LBmvlXTzwJWzUlPryN/SJdSflZvROM2TwkT0GMpq7oqT48NRd4GS7BiVBc5OQ==",
- "bin": {
- "blessed": "bin/tput.js"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
"node_modules/bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
@@ -4615,9 +4597,9 @@
}
},
"node_modules/cache-parser": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/cache-parser/-/cache-parser-1.2.5.tgz",
- "integrity": "sha512-Md/4VhAHByQ9frQ15WD6LrMNiVw9AEl/J7vWIXw+sxT6fSOpbtt6LHTp76vy8+bOESPBO94117Hm2bIjlI7XjA=="
+ "version": "1.2.6",
+ "resolved": "https://registry.npmjs.org/cache-parser/-/cache-parser-1.2.6.tgz",
+ "integrity": "sha512-SjjnKlWgrhDrAWKUxAvmZLRGDa6JExMfjSu59/pvpNoI6mEHYSLcLKUw2RtECEOINvf6dxJo35fY+T/scA0SUA=="
},
"node_modules/call-bind": {
"version": "1.0.8",
@@ -6023,9 +6005,9 @@
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
},
"node_modules/fast-defer": {
- "version": "1.1.8",
- "resolved": "https://registry.npmjs.org/fast-defer/-/fast-defer-1.1.8.tgz",
- "integrity": "sha512-lEJeOH5VL5R09j6AA0D4Uvq7AgsHw0dAImQQ+F3iSyHZuAxyQfWobsagGpTcOPvJr3urmKRHrs+Gs9hV+/Qm/Q=="
+ "version": "1.1.9",
+ "resolved": "https://registry.npmjs.org/fast-defer/-/fast-defer-1.1.9.tgz",
+ "integrity": "sha512-JP7Xm9HuePSeTT1DI78NeE9eAQvgNb9qNP2jlyQrcx4jiWM189omV6oyd0xaUPWHPlKmvDzz6H1FfPWIDU+xfg=="
},
"node_modules/fast-glob": {
"version": "3.3.3",
@@ -6153,9 +6135,9 @@
"integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw=="
},
"node_modules/follow-redirects": {
- "version": "1.15.6",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
- "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
+ "version": "1.15.11",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
+ "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
"funding": [
{
"type": "individual",
@@ -6215,9 +6197,9 @@
}
},
"node_modules/form-data": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
- "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
+ "version": "4.0.5",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
+ "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
@@ -6378,14 +6360,14 @@
"integrity": "sha512-2e/nZezdVlyCopOCYHeW0onkbZg7xP1Ad6pndPy1rCygeRykefUS6r7oA5cJRGEFvseiaz5a/qUHFVX1dd6Isg=="
},
"node_modules/glob": {
- "version": "11.0.3",
- "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
- "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
- "license": "ISC",
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz",
+ "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
"dependencies": {
"foreground-child": "^3.3.1",
"jackspeak": "^4.1.1",
- "minimatch": "^10.0.3",
+ "minimatch": "^10.1.1",
"minipass": "^7.1.2",
"package-json-from-dist": "^1.0.0",
"path-scurry": "^2.0.0"
@@ -6411,13 +6393,34 @@
"node": ">=10.13.0"
}
},
- "node_modules/glob/node_modules/minimatch": {
- "version": "10.0.3",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz",
- "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==",
- "license": "ISC",
+ "node_modules/glob/node_modules/balanced-match": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.2.tgz",
+ "integrity": "sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==",
"dependencies": {
- "@isaacs/brace-expansion": "^5.0.0"
+ "jackspeak": "^4.2.3"
+ },
+ "engines": {
+ "node": "20 || >=22"
+ }
+ },
+ "node_modules/glob/node_modules/brace-expansion": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
+ "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
+ "dependencies": {
+ "balanced-match": "^4.0.2"
+ },
+ "engines": {
+ "node": "20 || >=22"
+ }
+ },
+ "node_modules/glob/node_modules/minimatch": {
+ "version": "10.2.0",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.0.tgz",
+ "integrity": "sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==",
+ "dependencies": {
+ "brace-expansion": "^5.0.2"
},
"engines": {
"node": "20 || >=22"
@@ -6591,6 +6594,11 @@
"node": ">= 14"
}
},
+ "node_modules/http-vary": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/http-vary/-/http-vary-1.0.3.tgz",
+ "integrity": "sha512-sx7Y8YTqF3o0mFJJvF66n8dbaE8v3liV1RgCz46XP5xK7dnzyZHvwMWRA115q5kjbCPBV65/nOMlgW54WLyiag=="
+ },
"node_modules/https-proxy-agent": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
@@ -7060,12 +7068,11 @@
}
},
"node_modules/jackspeak": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
- "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
- "license": "BlueOak-1.0.0",
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
+ "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
"dependencies": {
- "@isaacs/cliui": "^8.0.2"
+ "@isaacs/cliui": "^9.0.0"
},
"engines": {
"node": "20 || >=22"
@@ -7074,6 +7081,14 @@
"url": "https://github.com/sponsors/isaacs"
}
},
+ "node_modules/jackspeak/node_modules/@isaacs/cliui": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
+ "integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
+ "engines": {
+ "node": ">=18"
+ }
+ },
"node_modules/jest": {
"version": "30.0.5",
"resolved": "https://registry.npmjs.org/jest/-/jest-30.0.5.tgz",
@@ -7361,9 +7376,10 @@
}
},
"node_modules/jest-config/node_modules/glob": {
- "version": "10.4.5",
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
+ "version": "10.5.0",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
+ "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^3.1.2",
@@ -8047,9 +8063,10 @@
}
},
"node_modules/jest-runtime/node_modules/glob": {
- "version": "10.4.5",
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
+ "version": "10.5.0",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
+ "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^3.1.2",
@@ -8691,9 +8708,9 @@
}
},
"node_modules/lodash": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
+ "version": "4.17.23",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w=="
},
"node_modules/lodash.groupby": {
"version": "4.6.0",
@@ -9094,9 +9111,9 @@
}
},
"node_modules/object-code": {
- "version": "1.3.3",
- "resolved": "https://registry.npmjs.org/object-code/-/object-code-1.3.3.tgz",
- "integrity": "sha512-/Ds4Xd5xzrtUOJ+xJQ57iAy0BZsZltOHssnDgcZ8DOhgh41q1YJCnTPnWdWSLkNGNnxYzhYChjc5dgC9mEERCA=="
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/object-code/-/object-code-2.0.0.tgz",
+ "integrity": "sha512-qOwMF43O/VAD51nJAB7MKsf1yWksql6O1i0DHRo1yaOQM6xJQH0NAE9UKJzYB7lyKw1jnpeb2BmB8qakjxiYZA=="
},
"node_modules/object-treeify": {
"version": "2.1.1",
@@ -9539,36 +9556,36 @@
}
},
"node_modules/pm2": {
- "version": "6.0.10",
- "resolved": "https://registry.npmjs.org/pm2/-/pm2-6.0.10.tgz",
- "integrity": "sha512-sbk4HsnhtJMx1wJlhFQhYfDRzHtVK+cvdrIezbjM9WjSyc7kLtQ4nZ5K7JLOdLe3AevytmRcTiOa3VvAQrve2A==",
+ "version": "6.0.14",
+ "resolved": "https://registry.npmjs.org/pm2/-/pm2-6.0.14.tgz",
+ "integrity": "sha512-wX1FiFkzuT2H/UUEA8QNXDAA9MMHDsK/3UHj6Dkd5U7kxyigKDA5gyDw78ycTQZAuGCLWyUX5FiXEuVQWafukA==",
"dependencies": {
"@pm2/agent": "~2.1.1",
+ "@pm2/blessed": "0.1.81",
"@pm2/io": "~6.1.0",
"@pm2/js-api": "~0.8.0",
- "@pm2/pm2-version-check": "latest",
+ "@pm2/pm2-version-check": "^1.0.4",
"ansis": "4.0.0-node10",
- "async": "~3.2.6",
- "blessed": "0.1.81",
- "chokidar": "^3.5.3",
- "cli-tableau": "^2.0.0",
+ "async": "3.2.6",
+ "chokidar": "3.6.0",
+ "cli-tableau": "2.0.1",
"commander": "2.15.1",
- "croner": "~4.1.92",
- "dayjs": "~1.11.13",
- "debug": "^4.3.7",
+ "croner": "4.1.97",
+ "dayjs": "1.11.15",
+ "debug": "4.4.3",
"enquirer": "2.3.6",
"eventemitter2": "5.0.1",
"fclone": "1.0.11",
- "js-yaml": "~4.1.0",
+ "js-yaml": "4.1.1",
"mkdirp": "1.0.4",
"needle": "2.4.0",
- "pidusage": "~3.0",
+ "pidusage": "3.0.2",
"pm2-axon": "~4.0.1",
"pm2-axon-rpc": "~0.7.1",
"pm2-deploy": "~1.0.2",
"pm2-multimeter": "^0.1.2",
- "promptly": "^2",
- "semver": "^7.6.2",
+ "promptly": "2.2.0",
+ "semver": "7.7.2",
"source-map-support": "0.5.21",
"sprintf-js": "1.1.2",
"vizion": "~2.2.1"
@@ -9680,11 +9697,15 @@
"resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz",
"integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag=="
},
+ "node_modules/pm2/node_modules/dayjs": {
+ "version": "1.11.15",
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.15.tgz",
+ "integrity": "sha512-MC+DfnSWiM9APs7fpiurHGCoeIx0Gdl6QZBy+5lu8MbYKN5FZEXqOgrundfibdfhGZ15o9hzmZ2xJjZnbvgKXQ=="
+ },
"node_modules/pm2/node_modules/debug": {
- "version": "4.4.1",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
- "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
- "license": "MIT",
+ "version": "4.4.3",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
"dependencies": {
"ms": "^2.1.3"
},
@@ -9698,9 +9719,9 @@
}
},
"node_modules/pm2/node_modules/js-yaml": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"dependencies": {
"argparse": "^2.0.1"
},
@@ -10649,9 +10670,9 @@
}
},
"node_modules/systeminformation": {
- "version": "5.25.11",
- "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.25.11.tgz",
- "integrity": "sha512-jI01fn/t47rrLTQB0FTlMCC+5dYx8o0RRF+R4BPiUNsvg5OdY0s9DKMFmJGrx5SwMZQ4cag0Gl6v8oycso9b/g==",
+ "version": "5.30.7",
+ "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.30.7.tgz",
+ "integrity": "sha512-33B/cftpaWdpvH+Ho9U1b08ss8GQuLxrWHelbJT1yw4M48Taj8W3ezcPuaLoIHZz5V6tVHuQPr5BprEfnBLBMw==",
"optional": true,
"os": [
"darwin",
@@ -10806,6 +10827,14 @@
"node": ">= 14.0.0"
}
},
+ "node_modules/try": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/try/-/try-1.0.3.tgz",
+ "integrity": "sha512-AHA8khVCII6zKyRkyPo6pRwoR9v5jb7QFw6e5avtaVSkxVfaEucYIo06xnwB+pJaEarfYNbs7W3Vq+LZLZiWyA==",
+ "funding": {
+ "url": "https://github.com/arthurfiorette/try?sponsor=1"
+ }
+ },
"node_modules/ts-api-utils": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
@@ -10902,9 +10931,9 @@
}
},
"node_modules/undici": {
- "version": "7.12.0",
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.12.0.tgz",
- "integrity": "sha512-GrKEsc3ughskmGA9jevVlIOPMiiAHJ4OFUtaAH+NhfTUSiZ1wMPIQqQvAJUrJspFXJt3EBWgpAeoHEDVT1IBug==",
+ "version": "7.21.0",
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.21.0.tgz",
+ "integrity": "sha512-Hn2tCQpoDt1wv23a68Ctc8Cr/BHpUSfaPYrkajTXOS9IKpxVRx/X5m1K2YkbK2ipgZgxXSgsUinl3x+2YdSSfg==",
"engines": {
"node": ">=20.18.1"
}
@@ -12007,9 +12036,9 @@
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ=="
},
"js-yaml": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"requires": {
"argparse": "^2.0.1"
}
@@ -12316,19 +12345,6 @@
}
}
},
- "@isaacs/balanced-match": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
- "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ=="
- },
- "@isaacs/brace-expansion": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
- "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
- "requires": {
- "@isaacs/balanced-match": "^4.0.1"
- }
- },
"@isaacs/cliui": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -12766,9 +12782,9 @@
}
},
"glob": {
- "version": "10.4.5",
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
+ "version": "10.5.0",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
+ "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
"requires": {
"foreground-child": "^3.1.0",
"jackspeak": "^3.1.2",
@@ -13232,6 +13248,11 @@
}
}
},
+ "@pm2/blessed": {
+ "version": "0.1.81",
+ "resolved": "https://registry.npmjs.org/@pm2/blessed/-/blessed-0.1.81.tgz",
+ "integrity": "sha512-ZcNHqQjMuNRcQ7Z1zJbFIQZO/BDKV3KbiTckWdfbUaYhj7uNmUwb+FbdDWSCkvxNr9dBJQwvV17o6QBkAvgO0g=="
+ },
"@pm2/io": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@pm2/io/-/io-6.1.0.tgz",
@@ -14136,23 +14157,25 @@
}
},
"axios": {
- "version": "1.12.2",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
- "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
+ "version": "1.13.5",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz",
+ "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==",
"requires": {
- "follow-redirects": "^1.15.6",
- "form-data": "^4.0.4",
+ "follow-redirects": "^1.15.11",
+ "form-data": "^4.0.5",
"proxy-from-env": "^1.1.0"
}
},
"axios-cache-interceptor": {
- "version": "1.8.3",
- "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.8.3.tgz",
- "integrity": "sha512-ifuSBoCEkVaiugg1UTjVuTdK+SjSOJ35pdv2OrzhRT3wDMr52QiayQxUqs7jd7GDsfPOjMcw3T3ek0TysbyZZw==",
+ "version": "1.11.4",
+ "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.11.4.tgz",
+ "integrity": "sha512-xZ4OZUxdpcFUpZjrqfYlGK0VglpPRKKSoE3vMHrstxolixQNs/MrbMezOAO5uS454hIEcWpnk75RZK26WkPW/g==",
"requires": {
- "cache-parser": "1.2.5",
- "fast-defer": "1.1.8",
- "object-code": "1.3.3"
+ "cache-parser": "^1.2.6",
+ "fast-defer": "^1.1.9",
+ "http-vary": "^1.0.3",
+ "object-code": "^2.0.0",
+ "try": "^1.0.3"
}
},
"axios-cookiejar-support": {
@@ -14270,11 +14293,6 @@
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw=="
},
- "blessed": {
- "version": "0.1.81",
- "resolved": "https://registry.npmjs.org/blessed/-/blessed-0.1.81.tgz",
- "integrity": "sha512-LoF5gae+hlmfORcG1M5+5XZi4LBmvlXTzwJWzUlPryN/SJdSflZvROM2TwkT0GMpq7oqT48NRd4GS7BiVBc5OQ=="
- },
"bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
@@ -14407,9 +14425,9 @@
"integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw=="
},
"cache-parser": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/cache-parser/-/cache-parser-1.2.5.tgz",
- "integrity": "sha512-Md/4VhAHByQ9frQ15WD6LrMNiVw9AEl/J7vWIXw+sxT6fSOpbtt6LHTp76vy8+bOESPBO94117Hm2bIjlI7XjA=="
+ "version": "1.2.6",
+ "resolved": "https://registry.npmjs.org/cache-parser/-/cache-parser-1.2.6.tgz",
+ "integrity": "sha512-SjjnKlWgrhDrAWKUxAvmZLRGDa6JExMfjSu59/pvpNoI6mEHYSLcLKUw2RtECEOINvf6dxJo35fY+T/scA0SUA=="
},
"call-bind": {
"version": "1.0.8",
@@ -15375,9 +15393,9 @@
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
},
"fast-defer": {
- "version": "1.1.8",
- "resolved": "https://registry.npmjs.org/fast-defer/-/fast-defer-1.1.8.tgz",
- "integrity": "sha512-lEJeOH5VL5R09j6AA0D4Uvq7AgsHw0dAImQQ+F3iSyHZuAxyQfWobsagGpTcOPvJr3urmKRHrs+Gs9hV+/Qm/Q=="
+ "version": "1.1.9",
+ "resolved": "https://registry.npmjs.org/fast-defer/-/fast-defer-1.1.9.tgz",
+ "integrity": "sha512-JP7Xm9HuePSeTT1DI78NeE9eAQvgNb9qNP2jlyQrcx4jiWM189omV6oyd0xaUPWHPlKmvDzz6H1FfPWIDU+xfg=="
},
"fast-glob": {
"version": "3.3.3",
@@ -15487,9 +15505,9 @@
"integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw=="
},
"follow-redirects": {
- "version": "1.15.6",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
- "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA=="
+ "version": "1.15.11",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
+ "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ=="
},
"for-each": {
"version": "0.3.5",
@@ -15516,9 +15534,9 @@
}
},
"form-data": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
- "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
+ "version": "4.0.5",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
+ "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
@@ -15628,24 +15646,40 @@
"integrity": "sha512-2e/nZezdVlyCopOCYHeW0onkbZg7xP1Ad6pndPy1rCygeRykefUS6r7oA5cJRGEFvseiaz5a/qUHFVX1dd6Isg=="
},
"glob": {
- "version": "11.0.3",
- "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
- "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz",
+ "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
"requires": {
"foreground-child": "^3.3.1",
"jackspeak": "^4.1.1",
- "minimatch": "^10.0.3",
+ "minimatch": "^10.1.1",
"minipass": "^7.1.2",
"package-json-from-dist": "^1.0.0",
"path-scurry": "^2.0.0"
},
"dependencies": {
- "minimatch": {
- "version": "10.0.3",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz",
- "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==",
+ "balanced-match": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.2.tgz",
+ "integrity": "sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==",
"requires": {
- "@isaacs/brace-expansion": "^5.0.0"
+ "jackspeak": "^4.2.3"
+ }
+ },
+ "brace-expansion": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
+ "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
+ "requires": {
+ "balanced-match": "^4.0.2"
+ }
+ },
+ "minimatch": {
+ "version": "10.2.0",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.0.tgz",
+ "integrity": "sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==",
+ "requires": {
+ "brace-expansion": "^5.0.2"
}
}
}
@@ -15752,6 +15786,11 @@
"debug": "^4.3.4"
}
},
+ "http-vary": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/http-vary/-/http-vary-1.0.3.tgz",
+ "integrity": "sha512-sx7Y8YTqF3o0mFJJvF66n8dbaE8v3liV1RgCz46XP5xK7dnzyZHvwMWRA115q5kjbCPBV65/nOMlgW54WLyiag=="
+ },
"https-proxy-agent": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
@@ -16048,11 +16087,18 @@
}
},
"jackspeak": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
- "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
+ "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
"requires": {
- "@isaacs/cliui": "^8.0.2"
+ "@isaacs/cliui": "^9.0.0"
+ },
+ "dependencies": {
+ "@isaacs/cliui": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
+ "integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg=="
+ }
}
},
"jest": {
@@ -16290,9 +16336,9 @@
}
},
"glob": {
- "version": "10.4.5",
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
+ "version": "10.5.0",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
+ "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
"requires": {
"foreground-child": "^3.1.0",
"jackspeak": "^3.1.2",
@@ -16816,9 +16862,9 @@
}
},
"glob": {
- "version": "10.4.5",
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
+ "version": "10.5.0",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
+ "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
"requires": {
"foreground-child": "^3.1.0",
"jackspeak": "^3.1.2",
@@ -17285,9 +17331,9 @@
}
},
"lodash": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
+ "version": "4.17.23",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w=="
},
"lodash.groupby": {
"version": "4.6.0",
@@ -17584,9 +17630,9 @@
"integrity": "sha512-qaKRmtYPZ5qdw4jWJD6bxEf1FJEqllJrwxCLIm0sQU/A7v2/czigzOb+C2uSiFsa9lBUzeH7M1oK+Q+OLxL3kA=="
},
"object-code": {
- "version": "1.3.3",
- "resolved": "https://registry.npmjs.org/object-code/-/object-code-1.3.3.tgz",
- "integrity": "sha512-/Ds4Xd5xzrtUOJ+xJQ57iAy0BZsZltOHssnDgcZ8DOhgh41q1YJCnTPnWdWSLkNGNnxYzhYChjc5dgC9mEERCA=="
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/object-code/-/object-code-2.0.0.tgz",
+ "integrity": "sha512-qOwMF43O/VAD51nJAB7MKsf1yWksql6O1i0DHRo1yaOQM6xJQH0NAE9UKJzYB7lyKw1jnpeb2BmB8qakjxiYZA=="
},
"object-treeify": {
"version": "2.1.1",
@@ -17907,37 +17953,37 @@
}
},
"pm2": {
- "version": "6.0.10",
- "resolved": "https://registry.npmjs.org/pm2/-/pm2-6.0.10.tgz",
- "integrity": "sha512-sbk4HsnhtJMx1wJlhFQhYfDRzHtVK+cvdrIezbjM9WjSyc7kLtQ4nZ5K7JLOdLe3AevytmRcTiOa3VvAQrve2A==",
+ "version": "6.0.14",
+ "resolved": "https://registry.npmjs.org/pm2/-/pm2-6.0.14.tgz",
+ "integrity": "sha512-wX1FiFkzuT2H/UUEA8QNXDAA9MMHDsK/3UHj6Dkd5U7kxyigKDA5gyDw78ycTQZAuGCLWyUX5FiXEuVQWafukA==",
"requires": {
"@pm2/agent": "~2.1.1",
+ "@pm2/blessed": "0.1.81",
"@pm2/io": "~6.1.0",
"@pm2/js-api": "~0.8.0",
- "@pm2/pm2-version-check": "latest",
+ "@pm2/pm2-version-check": "^1.0.4",
"ansis": "4.0.0-node10",
- "async": "~3.2.6",
- "blessed": "0.1.81",
- "chokidar": "^3.5.3",
- "cli-tableau": "^2.0.0",
+ "async": "3.2.6",
+ "chokidar": "3.6.0",
+ "cli-tableau": "2.0.1",
"commander": "2.15.1",
- "croner": "~4.1.92",
- "dayjs": "~1.11.13",
- "debug": "^4.3.7",
+ "croner": "4.1.97",
+ "dayjs": "1.11.15",
+ "debug": "4.4.3",
"enquirer": "2.3.6",
"eventemitter2": "5.0.1",
"fclone": "1.0.11",
- "js-yaml": "~4.1.0",
+ "js-yaml": "4.1.1",
"mkdirp": "1.0.4",
"needle": "2.4.0",
- "pidusage": "~3.0",
+ "pidusage": "3.0.2",
"pm2-axon": "~4.0.1",
"pm2-axon-rpc": "~0.7.1",
"pm2-deploy": "~1.0.2",
"pm2-multimeter": "^0.1.2",
"pm2-sysmonit": "^1.2.8",
- "promptly": "^2",
- "semver": "^7.6.2",
+ "promptly": "2.2.0",
+ "semver": "7.7.2",
"source-map-support": "0.5.21",
"sprintf-js": "1.1.2",
"vizion": "~2.2.1"
@@ -17953,18 +17999,23 @@
"resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz",
"integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag=="
},
+ "dayjs": {
+ "version": "1.11.15",
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.15.tgz",
+ "integrity": "sha512-MC+DfnSWiM9APs7fpiurHGCoeIx0Gdl6QZBy+5lu8MbYKN5FZEXqOgrundfibdfhGZ15o9hzmZ2xJjZnbvgKXQ=="
+ },
"debug": {
- "version": "4.4.1",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
- "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
+ "version": "4.4.3",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
"requires": {
"ms": "^2.1.3"
}
},
"js-yaml": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"requires": {
"argparse": "^2.0.1"
}
@@ -18675,9 +18726,9 @@
}
},
"systeminformation": {
- "version": "5.25.11",
- "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.25.11.tgz",
- "integrity": "sha512-jI01fn/t47rrLTQB0FTlMCC+5dYx8o0RRF+R4BPiUNsvg5OdY0s9DKMFmJGrx5SwMZQ4cag0Gl6v8oycso9b/g==",
+ "version": "5.30.7",
+ "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.30.7.tgz",
+ "integrity": "sha512-33B/cftpaWdpvH+Ho9U1b08ss8GQuLxrWHelbJT1yw4M48Taj8W3ezcPuaLoIHZz5V6tVHuQPr5BprEfnBLBMw==",
"optional": true
},
"table2array": {
@@ -18778,6 +18829,11 @@
"resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.4.1.tgz",
"integrity": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg=="
},
+ "try": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/try/-/try-1.0.3.tgz",
+ "integrity": "sha512-AHA8khVCII6zKyRkyPo6pRwoR9v5jb7QFw6e5avtaVSkxVfaEucYIo06xnwB+pJaEarfYNbs7W3Vq+LZLZiWyA=="
+ },
"ts-api-utils": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
@@ -18837,9 +18893,9 @@
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="
},
"undici": {
- "version": "7.12.0",
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.12.0.tgz",
- "integrity": "sha512-GrKEsc3ughskmGA9jevVlIOPMiiAHJ4OFUtaAH+NhfTUSiZ1wMPIQqQvAJUrJspFXJt3EBWgpAeoHEDVT1IBug=="
+ "version": "7.21.0",
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.21.0.tgz",
+ "integrity": "sha512-Hn2tCQpoDt1wv23a68Ctc8Cr/BHpUSfaPYrkajTXOS9IKpxVRx/X5m1K2YkbK2ipgZgxXSgsUinl3x+2YdSSfg=="
},
"undici-types": {
"version": "7.8.0",
From 14d8819d249796a3c5ff93f11dbcc297ef77183f Mon Sep 17 00:00:00 2001
From: PopeyeTheSai10r <107763146+PopeyeTheSai10r@users.noreply.github.com>
Date: Sat, 14 Feb 2026 05:40:24 -0800
Subject: [PATCH 18/31] osn channels
---
sites/osn.com/osn.com_ar.channels.xml | 86 +++++++++++++++------------
sites/osn.com/osn.com_en.channels.xml | 86 +++++++++++++++------------
2 files changed, 94 insertions(+), 78 deletions(-)
diff --git a/sites/osn.com/osn.com_ar.channels.xml b/sites/osn.com/osn.com_ar.channels.xml
index 98df113fc..30aeeee39 100644
--- a/sites/osn.com/osn.com_ar.channels.xml
+++ b/sites/osn.com/osn.com_ar.channels.xml
@@ -1,62 +1,70 @@
- OSN TV Movies Action
- Kapatid TV5
- ANC
Animal Planet
+ Blippi and Friends
+ Bloomberg Originals HD
+ OSN TV Documentary
+ DWRR 101.9
+ eClutch LIVE 2
+ eClutch Access
+ eClutch LIVE 1
+ eClutch Arabic
+ Esport 24
+ Gametoon
+ Ginx
+ MCM Top
+ Motorvision
+ OSNtv Crime
+ OSNtv Movies Horror
+ OSNtv Movies Family
+ OSNtv Now
+ OSNtv Movies Comedy
+ OSNtv Showcase Classics
+ OSNtv One
+ Padeltime
+ OSNtv Pop up Love story
+ RFM TV
+ Kapatid TV5
+ Alfa Series Channel
+ Alfa Series +2
+ Al Safwa
+ Alfa Al Yawm
+ ANC
Bloomberg
- Crime & Investigation Network
- Cine Mo
+ Cartoon Network
Alfa Cinema 1
Alfa Cinema 2
- CNBC
- CNN
Cinema One Global
- Discovery ID
+ Cine Mo
+ CNN
+ Crime & Investigation Network
Discovery HD
- DWRR 101.9
- DZMM Teleradyo
- E! Entertainment
Alfa Fann
Fatafeat
- GMA Pinoy TV
GMA Life TV
GMA News TV
+ GMA Pinoy TV
H2 HD
History HD
- OSN TV Kidzone
+ Discovery ID
Moonbug Kids
- MTV Live HD
+ Music Now
Myx
Nickelodeon HD
Nick Jr
NickToons HD
- Music Now
- OSN TV Crime
- OSNtv Movies Horror
- OSN TV Comedy
- OSN TV Showcase
- OSN TV Movies Family
- OSN TV Now
- OSN TV Movies Premiere
- OSN TV Movies Comedy
- OSN TV Kids
- OSN TV Mezze
- OSN TV News
- OSN TV Movies Hollywood
- OSN TV Showcase Classics
- OSN TV One
- OSN TV Yahala Bil Arabi
- OSN TV Yahala Aflam
- OSN TV Yahala
+ OSNtv Comedy
+ OSNtv Kids
+ OSNtv Mezze
+ OSNtv Movies Action
+ OSNtv Movies Hollywood
+ OSNtv Movies Premiere
+ OSNtv Showcase
+ OSNtv Yahala
+ OSNtv Yahala Aflam
+ OSNtv Yahala Bil Arabi
PBA Rush
- Al Safwa
- Alfa Series +2
- Alfa Series Channel
- Sky News HD
- Cartoon Network
+ DZMM Teleradyo
TFC
TLC HD
- MTV 00s
- Alfa Al Yawm
diff --git a/sites/osn.com/osn.com_en.channels.xml b/sites/osn.com/osn.com_en.channels.xml
index 462de041b..1a008dce2 100644
--- a/sites/osn.com/osn.com_en.channels.xml
+++ b/sites/osn.com/osn.com_en.channels.xml
@@ -1,62 +1,70 @@
- OSN TV Movies Action
- Kapatid TV5
- ANC
Animal Planet
+ Blippi and Friends
+ Bloomberg Originals HD
+ OSN TV Documentary
+ DWRR 101.9
+ eClutch LIVE 2
+ eClutch Access
+ eClutch LIVE 1
+ eClutch Arabic
+ Esport 24
+ Gametoon
+ Ginx
+ MCM Top
+ Motorvision
+ OSNtv Crime
+ OSNtv Movies Horror
+ OSNtv Movies Family
+ OSNtv Now
+ OSNtv Movies Comedy
+ OSNtv Showcase Classics
+ OSNtv One
+ Padeltime
+ OSNtv Pop up Love story
+ RFM TV
+ Kapatid TV5
+ Alfa Series Channel
+ Alfa Series +2
+ Al Safwa
+ Alfa Al Yawm
+ ANC
Bloomberg
- Crime & Investigation Network
- Cine Mo
+ Cartoon Network
Alfa Cinema 1
Alfa Cinema 2
- CNBC
- CNN
Cinema One Global
- Discovery ID
+ Cine Mo
+ CNN
+ Crime & Investigation Network
Discovery HD
- DWRR 101.9
- DZMM Teleradyo
- E! Entertainment
Alfa Fann
Fatafeat
- GMA Pinoy TV
GMA Life TV
GMA News TV
+ GMA Pinoy TV
H2 HD
History HD
- OSN TV Kidzone
+ Discovery ID
Moonbug Kids
- MTV Live HD
+ Music Now
Myx
Nickelodeon HD
Nick Jr
NickToons HD
- Music Now
- OSN TV Crime
- OSNtv Movies Horror
- OSN TV Comedy
- OSN TV Showcase
- OSN TV Movies Family
- OSN TV Now
- OSN TV Movies Premiere
- OSN TV Movies Comedy
- OSN TV Kids
- OSN TV Mezze
- OSN TV News
- OSN TV Movies Hollywood
- OSN TV Showcase Classics
- OSN TV One
- OSN TV Yahala Bil Arabi
- OSN TV Yahala Aflam
- OSN TV Yahala
+ OSNtv Comedy
+ OSNtv Kids
+ OSNtv Mezze
+ OSNtv Movies Action
+ OSNtv Movies Hollywood
+ OSNtv Movies Premiere
+ OSNtv Showcase
+ OSNtv Yahala
+ OSNtv Yahala Aflam
+ OSNtv Yahala Bil Arabi
PBA Rush
- Al Safwa
- Alfa Series +2
- Alfa Series Channel
- Sky News HD
- Cartoon Network
+ DZMM Teleradyo
TFC
TLC HD
- MTV 00s
- Alfa Al Yawm
From 1b2eb977a08c55fc2711dba5b077d1c176fc4ad4 Mon Sep 17 00:00:00 2001
From: PopeyeTheSai10r <107763146+PopeyeTheSai10r@users.noreply.github.com>
Date: Sat, 14 Feb 2026 05:46:37 -0800
Subject: [PATCH 19/31] tv.movistar.com.pe channels
---
.../tv.movistar.com.pe.channels.xml | 172 ++++++++----------
1 file changed, 76 insertions(+), 96 deletions(-)
diff --git a/sites/tv.movistar.com.pe/tv.movistar.com.pe.channels.xml b/sites/tv.movistar.com.pe/tv.movistar.com.pe.channels.xml
index 889c09310..d2491aa59 100644
--- a/sites/tv.movistar.com.pe/tv.movistar.com.pe.channels.xml
+++ b/sites/tv.movistar.com.pe/tv.movistar.com.pe.channels.xml
@@ -1,43 +1,27 @@
- CANAL N
ESPN INTERNACIONAL
ESPN 3
Cartoon Network HD
- TNT HD OTT
+ TNT HD
LATINA HD
AMERICA TELEVISION HD
PANAMERICANA TELEVISION HD
TV PERU HD
ATV HD
- LATINA
- AMERICA TELEVISION
- PANAMERICANA TELEVISION
- TV PERU
- ATV
- RPP TV
- TV PERU 7.3
GLOBAL
LA TELE PERU
- WILLAX
- ATV+
TNT
TNT SERIES
TNT SERIES HD
- SONY
WARNER CHANNEL
STAR CHANNEL
- AXN
- UNIVERSAL CHANNEL
FX
INVESTIGATION DISCOVERY
TRU TV
TCM
SPACE
- PARAMOUNT
- I-SAT
STUDIO UNIVERSAL
- EUROCHANNEL
CINECANAL
CINEMAX
HBO
@@ -48,14 +32,12 @@
HBO PLUS ESTE
HBO XTREME
DISCOVERY CHANNEL
- HISTORY CHANNEL
NAT GEO
HISTORY 2
DISCOVERY SCIENCE
DISCOVERY TURBO
TLC
HOME & HEALTH
- GLITZ
CARTOON NETWORK
DISCOVERY KIDS
CARTOONITO
@@ -63,58 +45,46 @@
ANIMAL PLANET
DISNEY JUNIOR
FOX SPORTS PREMIUM
- FOX SPORTS 2
- FOX SPORTS 3
+ ESPN 7
+ ESPN 6
ESPN 2
- GOL TV
GOLF CHANNEL
- JCP
- TOROS TV
+ JOCKEY CLUB
WOBI
CNN ESPAÑOL
CNN INTERNACIONAL
FOX NEWS
- PODER JUDICIAL
CAPITAL TV
ENLACE TBN
- ORBE 21
MTV
- MTV HITS
HTV
CANAL N HD
- GOLPERU HD
STAR CHANNEL HD
WARNER CHANNEL HD
FX HD
- ID HD - INVESTIGATION DISCOVERY HD
+ INV.DISCOVERY HD
COMEDY CENTRAL HD
SPACE HD
- PARAMOUNT HD
CINECANAL HD
CINEMAX HD
- ESPN 4
- FOX SPORTS 2 HD
- FOX SPORTS 3 HD
- GOL TV HD
+ ESPN 5 HD
+ ESPN 7 HD
+ ESPN 6 HD
DISCOVERY THEATER HD
DISCOVERY HD
NAT GEO HD
- TRU TV HD
+ LATINA
FASHION ONE HD
- ATRES SERIES HD
DISCOVERY WORLD HD
HOME & HEALTH HD
DISCOVERY KIDS HD
DISNEY CHANNEL HD
NICK HD
MTV HD
- MTV 00S
GLOBO TV
TELEFE
EL TRECE
- TV CHILE
TELESUR
- NUESTRA TELE
TVE
ANTENA3
DEUTSCHE WELLE
@@ -122,34 +92,23 @@
TV5
NHK
CCTV
- ARTV
VOA
PLAYBOY
- VENUS
- SEXTREME
PLAYBOY HD
CONGRESO
- A&E
- GOLPERU
- ESPN 2 HD
RPP HD
HBO HD
- QUALITY CHANNEL
BABY TV
- EL GOURMET HD
BBC WORLD NEWS
ESPN HD
ESPN 3 HD
- SPACE REGIONAL DTH LIVE
- GOL PERU
- ESPN EXTRA HD
+ SPACE HD
+ ESPN 4 HD
ANIMAL PLANET HD
TNT HD
- M PLUS HD
+ PLUS LIFE
M DEPORTES HD
M DEPORTES
- M PLUS
- NICK JR OTT
CABLE NOTICIAS
HBO PLUS ESTE HD
HBO SIGNATURE HD
@@ -158,30 +117,23 @@
NAT GEO HD
TEST01
TEST02
- CANAL J
- ESPN 2
- KANAL D DRAMA
- ZEE MUNDO
+ Juntos TV
+ ESPN 2 HD
DISCOVERY HOME & GARDEN
FOOD NETWORK
- USMP TV
- MOVISTAR EVENTOS 2
MOVISTAR EVENTOS
Food Network HD
Exitosa TV
Exitosa TV
INFO STAR PREMIUM
- AZ CORAZON
VE PLUS TV
HGTV
- AZ MUNDO
NICKELODEON
DISNEY
PX SPORTS
FRANCE24
JUSTICIA TV
EWTN
- PAXTV
MOVISTAR EVENTOS HD
TV PERÚ 7.3 HD
WILLAX TV HD
@@ -189,51 +141,24 @@
HGTV HD
CARTOONITO HD
CANAL J HD
- RUSIA TODAY HD
TVN CHILE
- RUSIA TODAY
CLOVER
UCL
TOONCAST
- LOLLY KIDS
- QUIALITY CHANNEL
+ KIDS STARS
CLOVER
CLOVER
DISNEY JUNIOR
- TOONCAST
- LOLLY KIDS
- Alianza Lima TV
- Alianza Lima TV
- Universitario TV
- Universitario TV
UCL
- UCL
- EL TIEMPO
- Alianza TV
+ Movistar Te Informa
U TV
TV PERU HD
- CANAL J
- AMC HD
Star TVE HD
- Pasiones HD
- Film & Arts HD
- Love Nature HD
Via X Esports HD
- Mas Chic HD
- Europa Europa HD
EWTN
- EUROCHANNEL
- RAI ITALIA
- ANTENA 3
- PX SPORTS
TVE
- K-DRAMA
- I-SAT
- GLITZ
HTV
TV5
- WOBI
- NUESTRA TELE
FRANCE24
TV GLOBO
TVN CHILE
@@ -241,9 +166,6 @@
Telefe Internacional
ATV+
BABY TV
- GLOBAL TV
- CONGRESO
- EXITOSA TV
JUSTICIA TV
ADULT SWIM
ENLACE TBN
@@ -251,9 +173,7 @@
IPe
VIVA TV
La Tele
- JCP-JNE
SOL TV
- QUALITY TV
JN19 TELEJUAN
NUEVO TIEMPO
PAXTV
@@ -282,4 +202,64 @@
YouTube
Youtube Kids
Star+
+ ATRES SERIES HD
+ CLAN HD
+ TVLIBERTAD
+ DAYSTAR HD
+ MOVISTAR EVENTOS 2
+ AMERICA TELEVISION AREQUIPA
+ AMERICA TELEVISION CUSCO
+ AMERICA TELEVISION TRUJILLO
+ AMERICA TELEVISION CHICLAYO
+ AMERICA TELEVISION PIURA
+ PANAMERICANA TELEVISION AREQUIPA
+ PANAMERICANA TELEVISION CUSCO
+ PANAMERICANA TELEVISION TRUJILLO
+ PANAMERICANA TELEVISION CHICLAYO
+ PANAMERICANA TELEVISION PIURA
+ ALACOCINA TV
+ TOP LATINO
+ LATINA NOTICIAS
+ PBO
+ BBC WORLD NEWS
+ PLIM PLIM
+ TRIVU
+ OVACION
+ JNE TV
+ CRISTOVISION
+ NICK JR
+ L1MAX
+ L1
+ AMERICA TELEVISION
+ ANTENA 3
+ ATV
+ ATV+
+ CANAL J
+ CANAL N
+ CONGRESO
+ EL TIEMPO
+ EXITOSA TV
+ GLOBAL TV
+ PODER JUDICIAL
+ KANAL D DRAMA
+ K-DRAMA
+ LATINA
+ LOLLY KIDS
+ Love Nature HD
+ M PLUS
+ PANAMERICANA TELEVISION
+ Pasiones HD
+ PAXTV
+ PX SPORTS
+ RPP TV
+ TOONCAST
+ TV CHILE
+ TV PERU
+ TV PERU 7.3
+ UCL
+ USMP TV
+ VENUS
+ WILLAX
+ ZEE MUNDO
+ RAI ITALIA
From c511e3ddc56ae7920f3cc5bdd076446848fcad83 Mon Sep 17 00:00:00 2001
From: PopeyeTheSai10r <107763146+PopeyeTheSai10r@users.noreply.github.com>
Date: Sat, 14 Feb 2026 05:50:29 -0800
Subject: [PATCH 20/31] mujtvprogram.cz channels
Fixes #2877
---
.../mujtvprogram.cz.channels.xml | 393 +++++++++---------
1 file changed, 195 insertions(+), 198 deletions(-)
diff --git a/sites/mujtvprogram.cz/mujtvprogram.cz.channels.xml b/sites/mujtvprogram.cz/mujtvprogram.cz.channels.xml
index 0c8143117..ad0cf9a3e 100644
--- a/sites/mujtvprogram.cz/mujtvprogram.cz.channels.xml
+++ b/sites/mujtvprogram.cz/mujtvprogram.cz.channels.xml
@@ -1,219 +1,216 @@
- ČT1
- ČT2
- Nova
- Prima
- HBO
- HBO2
- Cinemax
AXN
- Spektrum
- Animal Planet
- Discovery
- Viasat Explorer
- Viasat History
- CS Film
- Eurosport 1
- Nova Sport 1
- ČT sport
- ÓČKO
- MTV Europe
- National Geographic
- CNN
- ČT24
- Eurosport 2
- TV Paprika
- Spektrum Home
- Disney Channel
- Minimax
- TVP 1
- TVP 2
- Polsat
- ORF1
- ORF2
- ARD
- 3SAT
- ARTE
- RTL
- RTL2
- SAT1
- VOX
- Kabel1
- Sport 1
- Film+
- FilmBox
- FilmBox Plus
- MTV 00s
- Mezzo
- Hustler
- Cartoonito
- Private TV
- TV Noe
- JimJam
- Nova Cinema
- National Geographic Wild
- Extreme Sports Channel
- TV Barrandov
- Prima COOL
- Sport 2
- BBC World News
- Fishing & Hunting
- Playboy
- Travel Channel
- MTV 80s
- Baby TV
- Ducktv
- Stingray CMusic
- Cinemax 2
- Euronews
- Fashion TV
- FilmBox Extra HD
- France 24 (FR)
- History Channel
- LEO TV
- Club MTV
- Music Box
- RT
- Sky News
- TV5 Monde
- Blue Hustler
MTV Europe CZ
- DMAX
- CNBC Europe
- MTV 90s
- MTV Hits
- Deutsche Welle
- PRO7
- Dvojka
- Jednotka
- Doma
- Markíza
- PLUS
- JOJ
- Spectrum
- TA3
- Retro
- Viasat Nature
National Geographic HD
- ZDF NEO
- Al Jazeera English
- Golf Channel
- Prima Love
- MTV Live HD
- Stingray Classica
- Stingray iConcerts
- Deluxe Music
- Duna (SK)
- RTL
- TV 8
- FilmBox Family
- Film Europe
- TLC
- Bloomberg
+ Auto Motor Sport HD
+ CANAL+ Sport
+ Canal+ Action
+ Story 4
+ Canal+ Sport 2
+ Nova Sport 5
+ Nova Sport 6
+ Warner TV
+ Viasat True Crime
+ DVTV Extra
+ 3SAT
Canal 24 Horas
A11
- Erox HD
- FightBox HD
- SUPER RTL
- TV Lux
- M1
- Dajto
- RELAX
- DocuBox
- CBS Reality
- Cartoon Network
- EroXXX HD
- Prima ZOOM
- FashionBox HD
- Arena Sport 1
- WAU
- ÓČKO STAR
- KiKA
- Disney Junior
- M2
- ČT :D
- ČT art
- Duna (H)
- RTL
- Senzi
- Rebel
- Cool TV
- 360TuneBox
- Crime & Investigation
+ AMC
+ Animal Planet
+ ARTE
AXN Black
AXN White
- ÓČKO EXPRES
- Ginx eSports TV
- Brazzers TV Europe
- Arena Sport 2
- Mezzo Live HD
- Investigation Discovery
- ZDF
- AMC
- France 24 (EN)
- FilmBox Premium
- Jojko
- HTV1
- HTV2
- Fast&FunBox HD
- English Club TV
- SAT.1 Gold
- E! Entertainment
- Mňam TV
- Auto Motor Sport HD
- Kino Barrandov
Barrandov Krimi
- JOJ Cinema
- Nova Sport 2
- Food Network
- Prima MAX
- Paramount Network
- Nova International
- Markíza International
- HBO3
- Premier Sport
- JOJ Family
- Dorcel TV
- Prima PLUS
- Nova Action
- Nova Gold
- Nova Fun
- Mňau TV
- Travelxp HD
- Epic Drama
- Televize Seznam
- Prim KRIMI
- Nick Jr. Czech
- Nickelodeon
- Power TV
- Skylink 7
- Óčko Black HD
- LALA TV
+ Cartoon Network
+ Cinemax 2
+ Cinemax
+ CNBC Europe
+ CNN Prim NEWS
+ Crime & Investigation
+ CS Film
CS History
CS Horror
CS Mystery
- Nicktoons
- Dorcel XXX
- Love Nature HD
+ ČT1
+ ČT2
+ ČT24
+ ČT art
+ ČT :D
+ ČT sport
+ ARD
+ Discovery
+ Disney Channel
+ Duna (SK)
+ E! Entertainment
+ Epic Drama
+ Eurosport 1
+ Eurosport 2
+ FashionBox HD
+ FilmBox
+ FilmBox Extra HD
+ FilmBox Family
+ FilmBox Premium
+ FilmBox Plus
+ Film Europe
Film Europe + HD
- CNN Prima News
- Šlágr Premium
- Vixen
- Prima STAR
- Premier Sport 2
+ Film+
+ Food Network
+ Golf Channel
+ HBO2
+ HBO3
+ HBO
+ History Channel
+ HTV1
+ HTV2
+ Investigation Discovery
+ JimJam
+ Kabel1
+ Kino Barrandov
+ LALA TV
+ LEO TV
+ M1
+ M2
+ Minimax
+ Mňam TV
+ Mňau TV
+ MTV Europe
+ National Geographic
+ National Geographic Wild
+ Nickelodeon
+ Nick Jr. Czech
+ Nicktoons
+ Nova Action
+ Nova Cinema
+ Nova Fun
+ Nova Krimi
+ Nova International
+ Nova Lady
+ Nova Sport 1
+ Nova Sport 2
Nova Sport 3
Nova Sport 4
- Nova Lady
- Prima Show
- JOJ Šport
- RTVS Šport
- RTVS 24
+ ÓČKO
+ Óčko Black HD
+ ÓČKO EXPRES
+ ÓČKO STAR
+ ORF1
+ ORF2
+ Polsat
+ Power TV
+ Premier Sport 2
+ Prima
+ Prima COOL
+ Prim KRIMI
+ Prim LOVE
+ Prima MAX
+ Prim SHOW
+ Prima STAR
+ Prima ZOOM
+ PRO7
+ Rebel
+ Retro
+ RTL
+ RTL
+ RTL2
+ SAT1
+ SAT.1 Gold
+ Šlágr Premium
+ Spektrum
+ Spektrum Home
+ Sport 1
+ Sport 2
+ Televize Seznam
+ Fishing & Hunting
+ TLC
+ Travel Channel
+ Travelxp HD
+ TV Barrandov
+ TV Noe
+ Nova
+ TVP 1
+ TVP 2
+ TV Paprika
+ Viasat Explorer
+ Viasat History
+ Viasat Nature
+ VOX
+ ZDF
+ SUPER RTL
+ DMAX
+ KiKA
+ ZDF NEO
+ Music Box
+ 360TuneBox
+ Al Jazeera English
+ Baby TV
+ BBC World News
+ Bloomberg
+ Blue Hustler
+ Brazzers TV Europe
+ Cartoonito
+ CNN
+ Deluxe Music
+ Disney Junior
+ DocuBox
+ Dorcel TV
+ Dorcel XXX
+ Deutsche Welle
+ English Club TV
+ Erox HD
+ EroXXX HD
+ Euronews
+ Extreme Sports Channel
+ Fashion TV
+ Fast&FunBox HD
+ FightBox HD
+ France 24 (EN)
+ Ginx eSports TV
+ Hustler
+ Love Nature HD
+ Playboy
+ Private TV
+ RT
+ Sky News
+ Stingray Classica
+ Stingray CMusic
+ Stingray iConcerts
+ Vixen
+ France 24 (FR)
+ Mezzo
+ Mezzo Live HD
+ TV5 Monde
+ Cool TV
+ Duna (H)
+ RTL
+ Spectrum
+ ST24
Markíza Krimi
- CANAL+ Sport
JOJ 24
- Canal+ Action
- Story 4
TV Spark
JOJ Svet
+ JOJ Šport
+ Markíza KLASIK
+ JOJ Šport 2
+ Arena Sport 1
+ Arena Sport 2
+ ducktv
+ ST2
+ ST1
+ JOJ Cinema
+ JOJ Family
+ Jojko
+ PLUS
+ WAU
+ Markíza
+ Dajto
+ Doma
+ Markíza International
+ Prima SK
+ Senzi
+ RTVS Šport
+ TA3
+ TV 8
+ JOJ
+ TV Lux
From 035c3f0a9a3d56680c5ed76b29198bb47655dc1f Mon Sep 17 00:00:00 2001
From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com>
Date: Sun, 15 Feb 2026 01:42:44 +0000
Subject: [PATCH 21/31] [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/22027696230) workflow.
---
SITES.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/SITES.md b/SITES.md
index c3a569249..ae1aa5d7e 100644
--- a/SITES.md
+++ b/SITES.md
@@ -59,7 +59,7 @@
| foxsports.com.au | 7 | 7 | 🟢 | |
| foxtel.com.au | 99 | 60 | 🟢 | |
| freetv.tv | 7 | 7 | 🟢 | |
- | freeview.co.uk | 167 | 98 | 🟢 | |
+ | freeview.co.uk | 166 | 104 | 🟢 | |
| frikanalen.no | 1 | 1 | 🟢 | |
| galamtv.kz | 27 | 22 | 🟢 | |
| gatotv.com | 475 | 360 | 🟢 | |
@@ -91,7 +91,7 @@
| mediaklikk.hu | 8 | 8 | 🟢 | |
| mediasetinfinity.mediaset.it | 13 | 13 | 🟢 | |
| melita.com | 127 | 110 | 🟢 | |
- | meo.pt | 217 | 189 | 🟢 | |
+ | meo.pt | 211 | 185 | 🟢 | |
| meuguia.tv | 102 | 96 | 🟢 | |
| mewatch.sg | 25 | 24 | 🟢 | |
| mi.tv | 2084 | 614 | 🟢 | |
@@ -110,7 +110,7 @@
| neo.io | 337 | 230 | 🟢 | |
| nhkworldpremium.com | 2 | 2 | 🟢 | |
| nhl.com | 1 | 1 | 🟢 | |
- | nostv.pt | 169 | 152 | 🟢 | |
+ | nostv.pt | 167 | 151 | 🟢 | |
| novacyprus.com | 29 | 24 | 🟢 | |
| novasports.gr | 16 | 16 | 🟢 | |
| nowplayer.now.com | 288 | 227 | 🟢 | |
@@ -222,7 +222,7 @@
| virgintvgo.virginmedia.com | 238 | 181 | 🟢 | |
| visionplus.id | 250 | 224 | 🟢 | |
| vivoplay.com.br | 397 | 0 | 🟢 | |
- | vodafone.pt | 147 | 135 | 🟢 | |
+ | vodafone.pt | 146 | 135 | 🟢 | |
| vtm.be | 7 | 6 | 🟢 | |
| walesi.com.fj | 9 | 8 | 🟢 | |
| watch.sportsnet.ca | 8 | 8 | 🟢 | |
From 16e7dd0eab7715428a66d481efd00216025648e4 Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sun, 15 Feb 2026 08:23:23 +0300
Subject: [PATCH 22/31] Update worker.ts
---
scripts/models/worker.ts | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/scripts/models/worker.ts b/scripts/models/worker.ts
index 8b625ffa9..94b94dfcb 100644
--- a/scripts/models/worker.ts
+++ b/scripts/models/worker.ts
@@ -1,9 +1,11 @@
import relativeTime from 'dayjs/plugin/relativeTime'
import { Collection } from '@freearhey/core'
import { Channel } from './channel'
+import utc from 'dayjs/plugin/utc'
import dayjs from 'dayjs'
dayjs.extend(relativeTime)
+dayjs.extend(utc)
export interface WorkerData {
host: string
@@ -63,6 +65,9 @@ export class Worker {
getLastUpdated(): string {
if (!this.lastUpdated) return '-'
- return dayjs().to(dayjs(this.lastUpdated))
+ let now = dayjs()
+ if (process.env.NODE_ENV === 'test') now = dayjs.utc('2026-02-13')
+
+ return dayjs.utc(this.lastUpdated).from(now)
}
}
From dfb039cf210548cbf0c51fcd74daafadb8a92329 Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sun, 15 Feb 2026 10:16:45 +0300
Subject: [PATCH 23/31] Create content.json
---
sites/webtv.sk/__data__/content.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 sites/webtv.sk/__data__/content.json
diff --git a/sites/webtv.sk/__data__/content.json b/sites/webtv.sk/__data__/content.json
new file mode 100644
index 000000000..817661fd5
--- /dev/null
+++ b/sites/webtv.sk/__data__/content.json
@@ -0,0 +1 @@
+{"id":"golf_channel","content":[{"ChannelTitle":"Golf Channel","Start":"2026-02-17T00:00:00+01:00","Stop":"2026-02-17T05:00:00+01:00","Title":"Qatar Masters","Subtitle":"","Description":"Fin\u00e1lov\u00e9 kolo turnaje DP World Tour. Doha, Qatar., (\u0161port)","Icon":"","SeriesID":"dc1ad829a6c42cde31b0f84657eb90bb","Genres":["\u0161port"],"Score":0},{"ChannelTitle":"Golf Channel","Start":"2026-02-17T05:00:00+01:00","Stop":"2026-02-17T07:00:00+01:00","Title":"The Bay vs Los Angeles","Subtitle":"","Description":"Tomorrow's Golf League. SoFi Center, Palm Beach State College, USA., (\u0161port)","Icon":"","SeriesID":"39eb4a8d024da076ce509b24c17e1a75","Genres":["\u0161port"],"Score":0},{"ChannelTitle":"Golf Channel","Start":"2026-02-17T07:00:00+01:00","Stop":"2026-02-17T12:00:00+01:00","Title":"LIV Golf Adelaide","Subtitle":"","Description":"Fin\u00e1lov\u00e9 kolo turnaje LIV Golf. The Grange Golf Club, Australia., (\u0161port)","Icon":"","SeriesID":"735549e083f0cb5495881ee0f2530f16","Genres":["\u0161port"],"Score":0},{"ChannelTitle":"Golf Channel","Start":"2026-02-17T12:00:00+01:00","Stop":"2026-02-17T12:25:00+01:00","Title":"The Golf Fix","Subtitle":"","Description":"Jak kontrolovat d\u00e9lku ran wedgemi. Kontrola vzd\u00e1lenosti je p\u0159edev\u0161\u00edm u ran wedgemi naprosto kl\u00ed\u010dov\u00fd p\u0159edpoklad golfov\u00e9ho \u00fasp\u011bchu. Zn\u00e1m\u00fd tren\u00e9r Devan Bonebrake v\u00e1m v dal\u0161\u00edm d\u00edlu po\u0159adu Golf Fix nab\u00eddne skv\u011bl\u00e9 tipy a cvi\u010den\u00ed pro zlep\u0161en\u00ed v t\u00e9to oblasti.., (\u0161port)","Icon":"\/channel\/golf_channel\/programme\/2026-02-17T12:00:00+01:00\/icon\/8793bfb65b85be90d64adfdb7163c022","SeriesID":"8793bfb65b85be90d64adfdb7163c022","Genres":["\u0161port"],"Score":0},{"ChannelTitle":"Golf Channel","Start":"2026-02-17T12:25:00+01:00","Stop":"2026-02-17T12:30:00+01:00","Title":"Cestov\u00e1n\u00ed za golfem 2025","Subtitle":"","Description":"Profesion\u00e1ln\u00ed turnaje. B\u011bhem deseti d\u00edl\u016f s\u00e9rie Cestov\u00e1n\u00ed za golfem se spole\u010dn\u011b pod\u00edv\u00e1me jak na m\u00edsta, kam golfist\u00e9 v roce 2025 cestuj\u00ed nej\u010dast\u011bji, tak zav\u00edt\u00e1me do destinac\u00ed, kter\u00e1 si o sv\u00e9 slovo teprve \u0159\u00edkaj\u00ed.., (\u0161port)","Icon":"\/channel\/golf_channel\/programme\/2026-02-17T12:25:00+01:00\/icon\/724f5af276123ee230befad2a27fa7fd","SeriesID":"724f5af276123ee230befad2a27fa7fd","Genres":["\u0161port"],"Score":0},{"ChannelTitle":"Golf Channel","Start":"2026-02-17T12:30:00+01:00","Stop":"2026-02-17T14:30:00+01:00","Title":"The Bay vs Los Angeles","Subtitle":"","Description":"(\u0161port)","Icon":"","SeriesID":"39eb4a8d024da076ce509b24c17e1a75","Genres":["\u0161port"],"Score":0},{"ChannelTitle":"Golf Channel","Start":"2026-02-17T14:30:00+01:00","Stop":"2026-02-17T15:00:00+01:00","Title":"The Golf Fix","Subtitle":"","Description":"Um\u011bn\u00ed kr\u00e1tk\u00e9 hry. Nikdo nem\u00e1 r\u00e1d tr\u00e1pen\u00ed okolo greenu. P\u0159itom dobr\u00e1 kr\u00e1tk\u00e1 hra m\u016f\u017ee v\u00fdrazn\u011b pomoci sn\u00ed\u017eit sk\u00f3re. Pokud m\u00e1te probl\u00e9my s kr\u00e1tkou hrou, \u0159e\u0161en\u00ed nab\u00edz\u00ed v dal\u0161\u00edm d\u00edlu Golf Fix pr\u016fvodce Devan Bonebrake.., (\u0161port)","Icon":"\/channel\/golf_channel\/programme\/2026-02-17T14:30:00+01:00\/icon\/8793bfb65b85be90d64adfdb7163c022","SeriesID":"8793bfb65b85be90d64adfdb7163c022","Genres":["\u0161port"],"Score":0},{"ChannelTitle":"Golf Channel","Start":"2026-02-17T15:00:00+01:00","Stop":"2026-02-17T20:00:00+01:00","Title":"LIV Golf Adelaide","Subtitle":"","Description":"Fin\u00e1lov\u00e9 kolo turnaje LIV Golf. The Grange Golf Club, Australia., (\u0161port)","Icon":"","SeriesID":"735549e083f0cb5495881ee0f2530f16","Genres":["\u0161port"],"Score":0},{"ChannelTitle":"Golf Channel","Start":"2026-02-17T20:00:00+01:00","Stop":"2026-02-17T21:00:00+01:00","Title":"Sn\u011bhul\u00e1k","Subtitle":"","Description":"Romana Pavelkov\u00e1, (\u0161port)","Icon":"\/channel\/golf_channel\/programme\/2026-02-17T20:00:00+01:00\/icon\/782cd01f689e432d695a5c482dcbeee0","SeriesID":"782cd01f689e432d695a5c482dcbeee0","Genres":["\u0161port"],"Score":0},{"ChannelTitle":"Golf Channel","Start":"2026-02-17T21:00:00+01:00","Stop":"2026-02-17T21:30:00+01:00","Title":"The Golf Fix","Subtitle":"","Description":"Jak potopit v\u00edc putt\u016f. M\u00edjet kr\u00e1tk\u00e9 putty m\u016f\u017ee znamenat pro celkov\u00e9 sk\u00f3re pohromu. Devan Bonebrake v\u00e1s v dal\u0161\u00edm pokra\u010dov\u00e1n\u00ed po\u0159adu Golf Fix provede v\u0161emi z\u00e1ludnostmi spojen\u00fdmi s puttov\u00e1n\u00edm.., (\u0161port)","Icon":"\/channel\/golf_channel\/programme\/2026-02-17T21:00:00+01:00\/icon\/8793bfb65b85be90d64adfdb7163c022","SeriesID":"8793bfb65b85be90d64adfdb7163c022","Genres":["\u0161port"],"Score":0},{"ChannelTitle":"Golf Channel","Start":"2026-02-17T21:30:00+01:00","Stop":"2026-02-17T23:30:00+01:00","Title":"The Bay vs Los Angeles","Subtitle":"","Description":"(\u0161port)","Icon":"","SeriesID":"39eb4a8d024da076ce509b24c17e1a75","Genres":["\u0161port"],"Score":0},{"ChannelTitle":"Golf Channel","Start":"2026-02-17T23:30:00+01:00","Stop":"2026-02-18T00:00:00+01:00","Title":"The Golf Fix","Subtitle":"","Description":"Jak v golfu pracovat se spinem. Spin neboli zp\u011btn\u00e1 rotace m\u00ed\u010dku je jedn\u00edm z nejd\u016fle\u017eit\u011bj\u0161\u00edch faktor\u016f v golfu. Jak s n\u00edm pracovat a jak ho m\u00edt pod kontrolou v\u00e1s v dal\u0161\u00edm pokra\u010dov\u00e1n\u00ed po\u0159adu Golf Fix nau\u010d\u00ed Devan Bonebrake.., (\u0161port)","Icon":"\/channel\/golf_channel\/programme\/2026-02-17T23:30:00+01:00\/icon\/8793bfb65b85be90d64adfdb7163c022","SeriesID":"8793bfb65b85be90d64adfdb7163c022","Genres":["\u0161port"],"Score":0}]}
\ No newline at end of file
From f6d5f4da3fcfd250dd9b3cd97b6e2dd9a9f90d66 Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sun, 15 Feb 2026 10:16:47 +0300
Subject: [PATCH 24/31] Create webtv.sk.test.js
---
sites/webtv.sk/webtv.sk.test.js | 68 +++++++++++++++++++++++++++++++++
1 file changed, 68 insertions(+)
create mode 100644 sites/webtv.sk/webtv.sk.test.js
diff --git a/sites/webtv.sk/webtv.sk.test.js b/sites/webtv.sk/webtv.sk.test.js
new file mode 100644
index 000000000..b3b42d56a
--- /dev/null
+++ b/sites/webtv.sk/webtv.sk.test.js
@@ -0,0 +1,68 @@
+const { parser, url, request } = require('./webtv.sk.config.js')
+const fs = require('fs')
+const path = require('path')
+const dayjs = require('dayjs')
+const utc = require('dayjs/plugin/utc')
+const customParseFormat = require('dayjs/plugin/customParseFormat')
+dayjs.extend(customParseFormat)
+dayjs.extend(utc)
+
+const date = dayjs.utc('2026-02-17', 'YYYY-MM-DD').startOf('d')
+const channel = { site_id: 'golf_channel' }
+
+it('can generate valid url', () => {
+ expect(url).toBe('https://api.webtv.sk/epg/channel')
+})
+
+it('can generate valid request method', () => {
+ expect(request.method).toBe('POST')
+})
+
+it('can generate valid request headers', () => {
+ expect(request.headers).toMatchObject({
+ 'content-type': 'application/json'
+ })
+})
+
+it('can generate valid request data', () => {
+ expect(request.data({ channel, date })).toMatchObject({
+ channel_id: 'golf_channel',
+ date: '2026-02-17T00:00:00.000Z'
+ })
+})
+
+it('can parse response', () => {
+ const content = fs.readFileSync(path.resolve(__dirname, '__data__/content.json'))
+
+ const results = parser({ content }).map(p => {
+ p.start = p.start.toJSON()
+ p.stop = p.stop.toJSON()
+
+ return p
+ })
+
+ expect(results.length).toBe(12)
+ expect(results[0]).toMatchObject({
+ title: 'Qatar Masters',
+ subtitle: '',
+ description: 'Finálové kolo turnaje DP World Tour. Doha, Qatar., (šport)',
+ categories: ['šport'],
+ start: '2026-02-16T23:00:00.000Z',
+ stop: '2026-02-17T04:00:00.000Z'
+ })
+ expect(results[11]).toMatchObject({
+ title: 'The Golf Fix',
+ subtitle: '',
+ description:
+ 'Jak v golfu pracovat se spinem. Spin neboli zpětná rotace míčku je jedním z nejdůležitějších faktorů v golfu. Jak s ním pracovat a jak ho mít pod kontrolou vás v dalším pokračování pořadu Golf Fix naučí Devan Bonebrake.., (šport)',
+ categories: ['šport'],
+ start: '2026-02-17T22:30:00.000Z',
+ stop: '2026-02-17T23:00:00.000Z'
+ })
+})
+
+it('can handle empty guide', () => {
+ const results = parser({ content: '' })
+
+ expect(results).toMatchObject([])
+})
From 58da7b1165d4f3cc1211670beeb49b67c87335eb Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sun, 15 Feb 2026 10:16:56 +0300
Subject: [PATCH 25/31] Create webtv.sk.config.js
---
sites/webtv.sk/webtv.sk.config.js | 74 +++++++++++++++++++++++++++++++
1 file changed, 74 insertions(+)
create mode 100644 sites/webtv.sk/webtv.sk.config.js
diff --git a/sites/webtv.sk/webtv.sk.config.js b/sites/webtv.sk/webtv.sk.config.js
new file mode 100644
index 000000000..dc7045a28
--- /dev/null
+++ b/sites/webtv.sk/webtv.sk.config.js
@@ -0,0 +1,74 @@
+const axios = require('axios')
+const dayjs = require('dayjs')
+const utc = require('dayjs/plugin/utc')
+
+dayjs.extend(utc)
+
+module.exports = {
+ site: 'webtv.sk',
+ days: 2,
+ delay: 1000,
+ url: 'https://api.webtv.sk/epg/channel',
+ request: {
+ method: 'POST',
+ headers: {
+ 'content-type': 'application/json'
+ },
+ data({ channel, date }) {
+ return {
+ channel_id: channel.site_id,
+ date: dayjs.utc(date).toJSON()
+ }
+ }
+ },
+ parser({ content }) {
+ return parseItems(content).map(item => {
+ return {
+ title: item.Title,
+ subtitle: item.Subtitle,
+ description: item.Description,
+ categories: item.Genres,
+ start: dayjs(item.Start),
+ stop: dayjs(item.Stop)
+ }
+ })
+ },
+ async channels() {
+ const data = await axios
+ .post(
+ 'https://api.webtv.sk/channels',
+ { type: 'TV', channels_content: null },
+ {
+ headers: {
+ 'content-type': 'application/json'
+ }
+ }
+ )
+ .then(r => r.data)
+ .catch(console.error)
+
+ let channels = []
+ for (const site_id in data.data) {
+ const channel = data.data[site_id]
+
+ channels.push({
+ site_id,
+ name: channel.name,
+ lang: 'sk'
+ })
+ }
+
+ return channels
+ }
+}
+
+function parseItems(content) {
+ try {
+ const data = JSON.parse(content)
+ if (!data || !Array.isArray(data.content)) return []
+
+ return data.content
+ } catch {
+ return []
+ }
+}
From d9334485c1fc394cecd0edb25d3310f8d5ad1637 Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sun, 15 Feb 2026 10:17:03 +0300
Subject: [PATCH 26/31] Create webtv.sk.channels.xml
---
sites/webtv.sk/webtv.sk.channels.xml | 189 +++++++++++++++++++++++++++
1 file changed, 189 insertions(+)
create mode 100644 sites/webtv.sk/webtv.sk.channels.xml
diff --git a/sites/webtv.sk/webtv.sk.channels.xml b/sites/webtv.sk/webtv.sk.channels.xml
new file mode 100644
index 000000000..058822546
--- /dev/null
+++ b/sites/webtv.sk/webtv.sk.channels.xml
@@ -0,0 +1,189 @@
+
+
+ 360 TuneBox
+ Al Jazeera
+ Al Jazeera English
+ AMC
+ Animal Planet
+ Arena Sport 1
+ Arena Sport 2
+ Arirang TV
+ Armenia 1 TV
+ ATV Žiar
+ Auto Motor und Sport
+ AXN
+ AXN Black
+ AXN White
+ Barrandov
+ Barrandov Krimi
+ BTV
+ CETV
+ CGTN
+ CGTN Documentary
+ Cinemax
+ Cinemax 2
+ HaHa TV
+ Crime & Investigation
+ ČSRTV
+ ČT1
+ ČT2
+ ČT24
+ ČT :D - ČT art
+ Current Time
+ DajTo
+ Discovery
+ Disney Channel
+ Disney Junior
+ DocuBox
+ Doktor TV
+ Doma
+ Duck TV
+ Duck TV Plus
+ eClutch 1
+ eClutch 2
+ English Club TV
+ Espreso TV
+ Euronews
+ Eurosport 1
+ Eurosport 2
+ Fashion TV Czech & Slovak
+ FashionBox
+ Fast and Funbox
+ FightBox
+ Film +
+ FilmBox
+ Filmbox Arthouse
+ FilmBox Extra
+ FilmBox Family
+ FilmBox Stars
+ FilmBox Premium
+ Fishing&Hunting
+ Folklorika
+ Food Network
+ France 24
+ France 24 English
+ Golf Channel
+ GTTV
+ HBO
+ HBO 2
+ HBO 3
+ HGTV
+ History 2
+ History Channel
+ HN TV
+ Antik Info TV
+ ID
+ JimJam
+ JOJ
+ JOJ 24
+ JOJ Cinema
+ JOJ Cinema +1
+ JOJ Plus
+ JOJ +1
+ JOJ Šport
+ JOJ Šport 2
+ JOJ Svet
+ Kino Barrandov
+ Kitchen TV
+ LALA TV
+ LangLab
+ Life TV
+ Lingo Toons
+ TV LocAll
+ Love Nature
+ TV LUX
+ Markíza
+ Markíza Klasik
+ Markíza Krimi
+ Markíza +1
+ Mestská Televízia Trnava
+ Mestská Tv Košice
+ Mestská Televízia Partizánske
+ Miestna TV Trebišov
+ Minimax
+ TV Mistral
+ Moldava TV
+ National Geographic Channel
+ National Geographic Wild
+ NHK World Japan
+ Nick Jr
+ Nickelodeon
+ Nicktoons
+ NOE
+ Nova International
+ Nova Sport 1
+ Nova Sport 2
+ tv NRSR
+ Óčko
+ Óčko Black
+ Óčko Expres
+ Óčko Star
+ Padel Time
+ PARK TV
+ Rebel
+ Relax
+ Polar TV
+ Prima Cool SK
+ Prima Krimi SK
+ Prima Love SK
+ CNN Prima News
+ Prima SK
+ Rai Tre
+ Rai Uno
+ Régió TV
+ A11
+ Retro Music Television
+ RiK TV
+ Jojko
+ RVTV
+ Senzi
+ Seznam.cz TV
+ Skvelé TV
+ Sky News
+ PREMIUM
+ Šláger Muzika
+ Šláger Originál
+ Spektrum
+ Spektrum Home
+ Sport 1
+ Sport 2
+ STINGRAY iConcerts
+ Jednotka
+ Dvojka
+ :24
+ :Šport
+ SuperYacht TV
+ TA3
+ Tanečné súťaže
+ TLC
+ Travel Channel
+ TRT World
+ Turbo TV
+ TV7
+ TV 9
+ TV8
+ TV Bratislava
+ TV Nitrička
+ TV Nové Zámky
+ TV Panoráma
+ TV Paprika
+ TV Piánko
+ TV Poprad
+ TV Považie
+ TV RAJ
+ TV Reduta
+ TV Romana
+ TV Ružinov
+ TV SEN
+ TV Kežmarok
+ Tv Vega
+ Godzone TV
+ TV Zemplín
+ TVP Info
+ TVP Polonia
+ TVP World
+ UA TV
+ Kanal1
+ WAU
+ Televízia Slovensko
+
From 8ba0af82c7c4992d32ae16a7627c307a9f26e400 Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sun, 15 Feb 2026 10:17:14 +0300
Subject: [PATCH 27/31] Create readme.md
---
sites/webtv.sk/readme.md | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 sites/webtv.sk/readme.md
diff --git a/sites/webtv.sk/readme.md b/sites/webtv.sk/readme.md
new file mode 100644
index 000000000..70cd24252
--- /dev/null
+++ b/sites/webtv.sk/readme.md
@@ -0,0 +1,21 @@
+# webtv.sk
+
+https://webtv.sk/archive
+
+### Download the guide
+
+```sh
+npm run grab --- --site=webtv.sk
+```
+
+### Update channel list
+
+```sh
+npm run channels:parse --- --config=./sites/webtv.sk/webtv.sk.config.js --output=./sites/webtv.sk/webtv.sk.channels.xml
+```
+
+### Test
+
+```sh
+npm test --- webtv.sk
+```
From f95b142a321ff53f37b3aaf7b6d8728d22e0119b Mon Sep 17 00:00:00 2001
From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com>
Date: Mon, 16 Feb 2026 01:26:44 +0000
Subject: [PATCH 28/31] [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/22047035165) workflow.
---
SITES.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/SITES.md b/SITES.md
index ae1aa5d7e..b96ce3c4f 100644
--- a/SITES.md
+++ b/SITES.md
@@ -102,7 +102,7 @@
| movistarplus.es | 178 | 0 | 🔴 | https://github.com/iptv-org/epg/issues/2865 |
| mtel.ba | 501 | 0 | 🟢 | |
| mts.rs | 457 | 0 | 🟢 | |
- | mujtvprogram.cz | 216 | 202 | 🟢 | |
+ | mujtvprogram.cz | 213 | 190 | 🟢 | |
| musor.tv | 181 | 142 | 🟢 | |
| mysky.com.ph | 115 | 43 | 🟢 | |
| mytelly.co.uk | 488 | 387 | 🟢 | https://github.com/iptv-org/epg/issues/2985 |
@@ -119,7 +119,7 @@
| ontvtonight.com | 5177 | 528 | 🟢 | |
| opto.sic.pt | 4 | 4 | 🟢 | |
| orangetv.orange.es | 273 | 151 | 🟢 | |
- | osn.com | 118 | 98 | 🟢 | |
+ | osn.com | 134 | 86 | 🟢 | |
| passie.nl | 1 | 1 | 🟢 | |
| pbsguam.org | 1 | 1 | 🟢 | |
| pickx.be | 404 | 375 | 🟢 | |
@@ -185,7 +185,7 @@
| tv.lv | 137 | 49 | 🟢 | |
| tv.magenta.at | 307 | 219 | 🟢 | |
| tv.mail.ru | 664 | 632 | 🟢 | |
- | tv.movistar.com.pe | 282 | 39 | 🟢 | |
+ | tv.movistar.com.pe | 262 | 31 | 🟢 | |
| tv.nu | 199 | 180 | 🟢 | |
| tv.post.lu | 332 | 241 | 🟢 | |
| tv.sfr.fr | 489 | 438 | 🟢 | https://github.com/iptv-org/epg/issues/2998 |
From ea43daf61c18778ea35a4bb4080db7f68dba3a94 Mon Sep 17 00:00:00 2001
From: PopeyeTheSai10r <107763146+PopeyeTheSai10r@users.noreply.github.com>
Date: Mon, 16 Feb 2026 19:45:20 -0800
Subject: [PATCH 29/31] Update artonline.tv.config.js
Fixes #2954
---
sites/artonline.tv/artonline.tv.config.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sites/artonline.tv/artonline.tv.config.js b/sites/artonline.tv/artonline.tv.config.js
index 2b9fe78c4..b5abb1346 100644
--- a/sites/artonline.tv/artonline.tv.config.js
+++ b/sites/artonline.tv/artonline.tv.config.js
@@ -34,6 +34,7 @@ module.exports = {
const programs = []
if (!content) return programs
const items = JSON.parse(content)
+ if (!Array.isArray(items)) return programs
items.forEach(item => {
const image = parseImage(item)
const start = parseStart(item)
@@ -60,9 +61,9 @@ function parseStart(item) {
}
function parseDuration(item) {
- const [, HH, mm, ss] = item.duration.match(/(\d+):(\d+):(\d+)/)
+ const [, HH, mm, ss] = item.duration.match(/(\d+):(\d+)(?::(\d+))?/)
- return parseInt(HH) * 3600 + parseInt(mm) * 60 + parseInt(ss)
+ return parseInt(HH) * 3600 + parseInt(mm) * 60 + parseInt(ss || 0)
}
function parseImage(item) {
From a1168b74f5d51a26fdf51129c9af7a296f04b9f6 Mon Sep 17 00:00:00 2001
From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com>
Date: Wed, 18 Feb 2026 01:28:40 +0000
Subject: [PATCH 30/31] [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/22122778901) workflow.
---
SITES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SITES.md b/SITES.md
index b96ce3c4f..f5b04da77 100644
--- a/SITES.md
+++ b/SITES.md
@@ -99,7 +99,7 @@
| moji.id | 1 | 1 | 🟢 | |
| mojmaxtv.hrvatskitelekom.hr | 243 | 0 | 🟢 | |
| mon-programme-tv.be | 111 | 94 | 🟢 | |
- | movistarplus.es | 178 | 0 | 🔴 | https://github.com/iptv-org/epg/issues/2865 |
+ | movistarplus.es | 178 | 0 | 🟢 | |
| mtel.ba | 501 | 0 | 🟢 | |
| mts.rs | 457 | 0 | 🟢 | |
| mujtvprogram.cz | 213 | 190 | 🟢 | |
From 2fccdd42a820e820436dba721fd58edc58eb2cf2 Mon Sep 17 00:00:00 2001
From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com>
Date: Thu, 19 Feb 2026 01:28:29 +0000
Subject: [PATCH 31/31] [Bot] Update SITES.md
Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/22164807042) workflow.
---
SITES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SITES.md b/SITES.md
index f5b04da77..c2da69e56 100644
--- a/SITES.md
+++ b/SITES.md
@@ -116,7 +116,7 @@
| nowplayer.now.com | 288 | 227 | 🟢 | |
| nuevosiglo.com.uy | 173 | 46 | 🟢 | |
| nzxmltv.com | 532 | 118 | 🟢 | |
- | ontvtonight.com | 5177 | 528 | 🟢 | |
+ | ontvtonight.com | 5177 | 528 | 🟢 | https://github.com/iptv-org/epg/issues/3014 |
| opto.sic.pt | 4 | 4 | 🟢 | |
| orangetv.orange.es | 273 | 151 | 🟢 | |
| osn.com | 134 | 86 | 🟢 | |