update build script and readme
All checks were successful
Build docker container / build (push) Successful in 5m29s

This commit is contained in:
2026-02-27 14:54:54 +01:00
parent 45ebfc57e7
commit 78e1d1a392
2 changed files with 5 additions and 2 deletions

View File

@@ -76,4 +76,7 @@ services:
Update with an updated version that isn't published on the npm registry Update with an updated version that isn't published on the npm registry
- 1.0.3   - 1.0.3  
1.1.24<br> 1.1.24<br>
Fixes the generated channels not being playable Fixes the generated channels not being playable
- 1.0.4 &nbsp;
1.1.24<br>
Generated channels with V2 API and correct JWT implementaton

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
GIT_REPO_URL="https://github.com/4v3ngR/pluto_tv_scraper.git" GIT_REPO_URL="https://github.com/4v3ngR/pluto_tv_scraper.git"
GIT_COMMIT="dd21bff73620c11b5a8c9c43a96bc96cd804896e" GIT_COMMIT="f40908dd18f0f9ee6a770a35c3bea594ba524548"
BUILD_FOLDER="/build" BUILD_FOLDER="/build"
BIN_FOLDER=$"/bin/pluto" BIN_FOLDER=$"/bin/pluto"