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 ef6bf10 commit 29ee3a6Copy full SHA for 29ee3a6
src/modules/processing/services/vk.js
@@ -49,6 +49,12 @@ export default async function(o) {
49
resolution: `${quality}p`,
50
qualityLabel: `${quality}p`,
51
extension: "mp4"
52
+ },
53
+ mediaMetadata: {
54
+ duration: js.player.params[0].duration,
55
+ likes: js.mvData.likes,
56
+ views: js.videoModalInfoData.views,
57
+ title: js.mvData.title
58
}
59
60
return { error: 'ErrorEmptyDownload' }
0 commit comments