An npm package to facilitate downloading music from YouTube, including automatic retrieval of ID3 tags and album art via the iTunes public API
24
stars
12
forks
source link
Issue - error: missing required argument 'url' ( at this line -> const { Downloader } = require('ytdl-mp3'); ) #66
Closed
Jayanth-j-FSD closed 3 months ago
while importing the package is says "error: missing required argument 'url' "
any fix or format to be used for this issue ?
0 const express = require('express'); 1 const bodyParser = require('body-parser'); 2 const ytdl = require('ytdl-core'); 3 const { Downloader } = require('ytdl-mp3'); 4 const cors = require('cors'); 5 const app = express();
this is how my imports are, and it is breaking in line no 3