4 Commits
1.0.3 ... main

Author SHA1 Message Date
05fc0a3803 update action 2026-03-05 11:32:20 +01:00
5f1bcbf40d update readme
All checks were successful
Build docker container / build (push) Successful in 4m27s
2026-03-05 08:49:08 +01:00
56a03e2e82 update readme and application
All checks were successful
Build docker container / build (push) Successful in 2m20s
2026-02-28 15:58:38 +01:00
78e1d1a392 update build script and readme
All checks were successful
Build docker container / build (push) Successful in 5m29s
2026-02-27 14:54:54 +01:00
3 changed files with 12 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
repository: davidquinonescl/hyperion-docker
repository: davidquinonescl/pluto-tv-scraper
- name: Build and push
uses: https://github.com/docker/build-push-action@v5
with:

View File

@@ -76,4 +76,13 @@ services:
Update with an updated version that isn't published on the npm registry
- 1.0.3  
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
- 1.0.5 &nbsp;
1.1.24<br>
Url caching improvements
- 1.0.6 &nbsp;
1.1.24<br>
Addition of extra logging

View File

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