Skip to content

Commit

Permalink
Fix video frame link (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feverqwe authored Oct 16, 2024
1 parent 830f581 commit 028f96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform/plugins/video/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const videoUrl: VideoUrlFn = (service, videoID, options) => {
case 'osf':
return `https://mfr.osf.io/render?url=https://osf.io/${videoID}/?action=download`;
case 'yandex':
return `https://runtime.video.cloud.yandex.net/player/${videoID}`;
return `https://runtime.video.cloud.yandex.net/player/video/${videoID}`;
case 'vk':
return `https://vk.com/video_ext.php?${videoID}`;
default:
Expand Down

0 comments on commit 028f96a

Please sign in to comment.