diff --git a/README.md b/README.md index d287e6a..d559f2c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-Current version: **0.9.3** +Current version: **0.9.4** ## About This takes ESPN+ and transforms it into a "live TV" experience with virtual linear channels. It will discover what is on, and generate a schedule of channels that will give you M3U and XMLTV files that you can import into something like Jellyfin or VLC. diff --git a/package-lock.json b/package-lock.json index a152edf..533bf14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eplustv", - "version": "0.9.3", + "version": "0.9.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eplustv", - "version": "0.9.3", + "version": "0.9.4", "license": "MIT", "dependencies": { "express": "^4.17.1", diff --git a/package.json b/package.json index 4ed5eed..62b3948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eplustv", - "version": "0.9.3", + "version": "0.9.4", "description": "", "main": "index.js", "scripts": { diff --git a/services/get-stream-data.ts b/services/get-stream-data.ts index 66c899a..5c9cbe6 100644 --- a/services/get-stream-data.ts +++ b/services/get-stream-data.ts @@ -15,7 +15,7 @@ export const getStreamData = async (eventId: string) => { let authToken = null; let m3u8 = null; - let totalTries = 45; + let totalTries = 120; let currentTry = 0; const close = async () => {