diff --git a/README.md b/README.md index 03c94ba..e945839 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,7 @@ services: Fixes the generated channels not being playable - 1.0.4   1.1.24
- Generated channels with V2 API and correct JWT implementaton \ No newline at end of file + Generated channels with V2 API and correct JWT implementaton +- 1.0.5   + 1.1.24
+ Url caching improvements \ No newline at end of file diff --git a/build.sh b/build.sh index dd0749d..576624d 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="f40908dd18f0f9ee6a770a35c3bea594ba524548" +GIT_COMMIT="bff5e68f0a0914bf71f9dbd8a19102b49aeff57b" BUILD_FOLDER="/build" BIN_FOLDER=$"/bin/pluto"