From bdb9df91bfbb04929bb8b28e005b72debc6cccdc Mon Sep 17 00:00:00 2001 From: Daniel Rossides Date: Fri, 12 Dec 2025 08:16:44 +0000 Subject: [PATCH 1/7] feat: Adds caching and cache retrieval to build process --- .github/workflows/docker-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 7604cdb0..2e44ae28 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -41,6 +41,8 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64 + cache-from: type=gha + cache-to: type=gha,mode=max - name: Generate artifact attestation uses: actions/attest-build-provenance@v3 with: From 8a7749db242010f2d1c4039be707729c10555194 Mon Sep 17 00:00:00 2001 From: Daniel Rossides Date: Sat, 20 Dec 2025 23:21:47 +0000 Subject: [PATCH 2/7] fix: passes GitHub token into update script --- .github/workflows/update.yml | 2 ++ scripts/core/utils.ts | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 4015aa19..26255c8b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -32,6 +32,8 @@ jobs: run: npm run channels:lint - name: update sites.md run: npm run sites:update + env: + GH_TOKEN: ${{ steps.create-app-token.outputs.token }} - run: git status - name: commit changes to sites.md if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} diff --git a/scripts/core/utils.ts b/scripts/core/utils.ts index ae2377ac..34e9d140 100644 --- a/scripts/core/utils.ts +++ b/scripts/core/utils.ts @@ -80,7 +80,9 @@ export async function loadJs(filepath: string) { export async function loadIssues(props?: { labels: string[] | string }) { const CustomOctokit = Octokit.plugin(paginateRest, restEndpointMethods) - const octokit = new CustomOctokit() + const octokit = new CustomOctokit({ + auth: process.env.GH_TOKEN + }) let labels = '' if (props && props.labels) { From ba1fb58194464a6c50a597ac28a35dc8a4895038 Mon Sep 17 00:00:00 2001 From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 01:08:43 +0000 Subject: [PATCH 3/7] [Bot] Update SITES.md Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/20448336308) workflow. --- SITES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SITES.md b/SITES.md index fa699a88..d41416b6 100644 --- a/SITES.md +++ b/SITES.md @@ -198,7 +198,7 @@ tvcesoir.fr135132🟢 tvcubana.icrt.cu1010🟢 tvgids.nl11585🟢 - tvguide.com153153🟢 + tvguide.com153153🟢https://github.com/iptv-org/epg/issues/2967 tvguide.myjcom.jp134128🟢 tvhebdo.com317213🟢 tvheute.at5348🟢 From 219d899b1bb2eca7b8c6e13c041af1470b2bdc12 Mon Sep 17 00:00:00 2001 From: archrootsda Date: Sat, 27 Dec 2025 04:37:27 +0100 Subject: [PATCH 4/7] Update i.mjh.nz_plex.channels.xml --- sites/i.mjh.nz/i.mjh.nz_plex.channels.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites/i.mjh.nz/i.mjh.nz_plex.channels.xml b/sites/i.mjh.nz/i.mjh.nz_plex.channels.xml index c50f7fd4..bbf9937d 100644 --- a/sites/i.mjh.nz/i.mjh.nz_plex.channels.xml +++ b/sites/i.mjh.nz/i.mjh.nz_plex.channels.xml @@ -327,4 +327,9 @@ Freebie TV - Los Pitufos The Preview Channel Kino Cult + Sony One Blacklist + Sony One Hits Action + Sony One Hits Comédie + Sony One Favoris + Sony One Séries Thriller From cc0e3136e71b3ef41bf90c82e2f9cb077ead2ef1 Mon Sep 17 00:00:00 2001 From: archrootsda Date: Sat, 27 Dec 2025 05:03:12 +0100 Subject: [PATCH 5/7] Update i.mjh.nz_plex.channels.xml --- sites/i.mjh.nz/i.mjh.nz_plex.channels.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sites/i.mjh.nz/i.mjh.nz_plex.channels.xml b/sites/i.mjh.nz/i.mjh.nz_plex.channels.xml index bbf9937d..5b700989 100644 --- a/sites/i.mjh.nz/i.mjh.nz_plex.channels.xml +++ b/sites/i.mjh.nz/i.mjh.nz_plex.channels.xml @@ -329,7 +329,8 @@ Kino Cult Sony One Blacklist Sony One Hits Action - Sony One Hits Comédie + Sony One Hits Comédie Sony One Favoris + Sony One Séries Comédie Sony One Séries Thriller From 78832a3f62147dfd0dc9dff31d9784de8538f4cc Mon Sep 17 00:00:00 2001 From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 01:09:06 +0000 Subject: [PATCH 6/7] [Bot] Update SITES.md Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/20586331298) workflow. --- SITES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SITES.md b/SITES.md index d41416b6..2c753e6f 100644 --- a/SITES.md +++ b/SITES.md @@ -70,7 +70,7 @@ guidetnt.com6968🟢 horizon.tv184172🟢 hoy.tv31🟢 - i.mjh.nz64581464🟢 + i.mjh.nz64641470🟢 i24news.tv43🟢 iltalehti.fi1470🟢 indihometv.com126120🟢 From cbe17252ca7ef70780600952cf97790f352c8c15 Mon Sep 17 00:00:00 2001 From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 01:10:06 +0000 Subject: [PATCH 7/7] [Bot] Update SITES.md Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/20734417388) workflow. --- SITES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SITES.md b/SITES.md index 2c753e6f..158417ac 100644 --- a/SITES.md +++ b/SITES.md @@ -150,7 +150,7 @@ singtel.com155113🟢 sjonvarp.is1313🟢 sky.co.nz11193🟢 - sky.com542489🟡https://github.com/iptv-org/epg/issues/2763 + sky.com542489🟢 sky.de7474🟢 skylife.co.kr2570🟢 skyperfectv.co.jp137129🟢