Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkilr88 committed Jul 16, 2020
1 parent 563a0bf commit 7b7505a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions downloader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class Downloader extends EventEmitter {
=============================================== */

downloadMP3 = ({ fileData, url }) => {
// TODO: Add download quality options [normal, high]
// ?: Add download quality options [normal, high]
const stream = ytdl(url, {
quality: 'highestaudio',
})
Expand All @@ -174,7 +174,7 @@ class Downloader extends EventEmitter {
=============================================== */

downloadMP4 = ({ fileData, url }) => {
// TODO: Fix mp4 video quality
// ?: Add mp4 video quality options
// https://github.com/fent/node-ytdl-core/blob/master/example/ffmpeg.js

ytdl(url, {
Expand Down

0 comments on commit 7b7505a

Please sign in to comment.