We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bd6f9 commit df524faCopy full SHA for df524fa
install.js
@@ -161,7 +161,7 @@ const releaseName = (
161
const arch = process.env.npm_config_arch || os.arch()
162
const platform = process.env.npm_config_platform || os.platform()
163
164
-const base = process.env.FFMPEG_FFPROBE_STATIC_BASE_URL || 'https://github.com/srikanth-descript/ffmpeg-ffprobe-static/releases/download/';
+const base = process.env.FFMPEG_FFPROBE_STATIC_BASE_URL || 'https://github.com/descriptinc/ffmpeg-ffprobe-static/releases/download/';
165
console.log(`[ffmpeg-ffprobe-static] Using base url: ${base}`);
166
const baseUrl = new URL(release, base).href;
167
const ffmpegUrl = `${baseUrl}/ffmpeg-${platform}-${arch}`
0 commit comments