UNPKG

youtube-likes-downloader

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