diff --git a/server/helpers/parseInfo.js b/server/helpers/parseInfo.js index c397493..6449061 100644 --- a/server/helpers/parseInfo.js +++ b/server/helpers/parseInfo.js @@ -2,12 +2,6 @@ function parseVideo(data) { return { type: "video", - // id: data.id, - // title: data.title, - // url: data.webpage_url, - // duration: data.duration, - // thumbnail: data.thumbnail, - // uploader: data.uploader ...data }; }