UNPKG

youtube-likes-downloader

Version:
16 lines 438 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatJSON = formatJSON; function formatJSON({ id, title, channel, ext, resolution, duration }) { return { id, title, channel, ext, width: resolution[0], height: resolution[1], resolution: resolution.join('x'), duration_string: duration, }; } //# sourceMappingURL=formatJSON.js.map