7 Commits
Author SHA1 Message Date
david 4f5dc048cf update readme
Build docker container / build (push) Successful in 16m5s
2026-07-07 15:52:38 +02:00
david 6dfec8325b update docker image and configuration 2026-07-07 15:50:53 +02:00
david 05fc0a3803 update action 2026-03-05 11:32:20 +01:00
david 5f1bcbf40d update readme
Build docker container / build (push) Successful in 4m27s
2026-03-05 08:49:08 +01:00
david 56a03e2e82 update readme and application
Build docker container / build (push) Successful in 2m20s
2026-02-28 15:58:38 +01:00
david 78e1d1a392 update build script and readme
Build docker container / build (push) Successful in 5m29s
2026-02-27 14:54:54 +01:00
david 45ebfc57e7 update readme and implement fix with channel urls
Build docker container / build (push) Successful in 4m20s
2026-02-27 08:07:30 +01:00
5 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ jobs:
with: with:
username: ${{ secrets.DOCKER_HUB_USERNAME }} username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }} password: ${{ secrets.DOCKER_HUB_PASSWORD }}
repository: davidquinonescl/hyperion-docker repository: davidquinonescl/pluto-tv-scraper
- name: Build and push - name: Build and push
uses: https://github.com/docker/build-push-action@v5 uses: https://github.com/docker/build-push-action@v5
with: with:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:23-alpine FROM node:24-alpine
ARG BIN_FOLDER=/bin ARG BIN_FOLDER=/bin
ARG PLUTO_FOLDER=pluto ARG PLUTO_FOLDER=pluto
ARG FIXES_FOLDER_ARG=fixes ARG FIXES_FOLDER_ARG=fixes
+15
View File
@@ -74,3 +74,18 @@ services:
- 1.0.2   - 1.0.2  
1.1.24<br> 1.1.24<br>
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 &nbsp;
1.1.24<br>
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
- 1.0.7 &nbsp;
1.1.24<br>
Update node version and configuration
+1 -1
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="92f960ec5423efcda9f84edaf7f37d9c2ff86776" GIT_COMMIT="cf3c05f67002b1d1b4036dbaaa7d373405b4b5a6"
BUILD_FOLDER="/build" BUILD_FOLDER="/build"
BIN_FOLDER=$"/bin/pluto" BIN_FOLDER=$"/bin/pluto"
+1 -1
View File
@@ -2,7 +2,7 @@
"outdir": "/public", "outdir": "/public",
"clientID": "00000000-0000-0000-0000-000000000000", "clientID": "00000000-0000-0000-0000-000000000000",
"mapping": { "mapping": {
"es": "102.177.191.1", "es": "103.41.236.1",
"us": "45.50.96.71", "us": "45.50.96.71",
"uk": "109.74.192.2", "uk": "109.74.192.2",
"fr": "102.129.65.1", "fr": "102.129.65.1",