diff --git a/package.json b/package.json index 1a2649c..3b11278 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "cpx": "^1.5.0", "cross-env": "^7.0.2", "jest": "^26.5.3", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "marked": "^2.0.0", "node-forge": "^0.10.0", "node-sass": "^4.14.1", diff --git a/src/common/yt.ts b/src/common/yt.ts index 7cd5df3..c72565b 100644 --- a/src/common/yt.ts +++ b/src/common/yt.ts @@ -2,7 +2,7 @@ import chunk from 'lodash/chunk'; import groupBy from 'lodash/groupBy'; import pickBy from 'lodash/pickBy'; -const LBRY_API_HOST = 'https://api.lbry.com'; +const LBRY_API_HOST = 'https://api.odysee.com'; const QUERY_CHUNK_SIZE = 300; interface YtResolverResponse { diff --git a/src/manifest.json b/src/manifest.json index 462f0b8..4e3e76e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,10 +1,11 @@ { "name": "Watch on Odysee", - "version": "1.7.3", + "version": "1.7.4", "permissions": [ "https://www.youtube.com/", - "https://api.lbry.com/*", + "https://api.odysee.com/*", "https://lbry.tv/*", + "https://odysee.com/*", "tabs", "storage" ],