2 Commits
1.0.4 ... 1.0.6

Author SHA1 Message Date
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
2 changed files with 8 additions and 2 deletions

View File

@@ -80,3 +80,9 @@ services:
- 1.0.4   - 1.0.4  
1.1.24<br> 1.1.24<br>
Generated channels with V2 API and correct JWT implementaton 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 #!/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="f40908dd18f0f9ee6a770a35c3bea594ba524548" GIT_COMMIT="cf3c05f67002b1d1b4036dbaaa7d373405b4b5a6"
BUILD_FOLDER="/build" BUILD_FOLDER="/build"
BIN_FOLDER=$"/bin/pluto" BIN_FOLDER=$"/bin/pluto"