From 45ebfc57e77a55405da7a4d22037f3d9ecfeb006 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Fri, 27 Feb 2026 08:07:30 +0100 Subject: [PATCH] update readme and implement fix with channel urls --- README.md | 5 ++++- build.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a04bb6..76c6bcc 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,7 @@ services: 1.1.24 - 1.0.2   1.1.24
- Update with an updated version that isn't published on the npm registry \ No newline at end of file + Update with an updated version that isn't published on the npm registry +- 1.0.3   + 1.1.24
+ Fixes the generated channels not being playable \ No newline at end of file diff --git a/build.sh b/build.sh index 902f692..e806bd3 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash GIT_REPO_URL="https://github.com/4v3ngR/pluto_tv_scraper.git" -GIT_COMMIT="92f960ec5423efcda9f84edaf7f37d9c2ff86776" +GIT_COMMIT="dd21bff73620c11b5a8c9c43a96bc96cd804896e" BUILD_FOLDER="/build" BIN_FOLDER=$"/bin/pluto"