2 Kommentare (2 Kommentare)3 Reaktionen (3 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)JavaScript1.442 Stars (1.442 Stars)146 Forks (146 Forks)batch import
featuregood first issuehacktoberfesthelp wanted
- Issue Type
- feature
- Research-Richtung
- The issue requests changing the backend to download video instead of audio only. Refer to issue #9 and the line https://github.com/Algram/ytdl webserver/blob/master/src/server/server.js#L40 where the current behavior is implemented. Investigate the ytdl core library options to set video format. The code likely uses ytdl(url, { filter: 'audioonly' }) and needs to be changed to remove that filter or adjust options. Check comments for any additional context.