« get me outta code hell

Fix unhelpful youtube-dl warning - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/downloaders.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-07-04 23:58:53 -0300
committerFlorrie <towerofnix@gmail.com>2018-07-04 23:58:53 -0300
commitf4c4a51c99c7e00d2cebc705e9c2b3b13894c046 (patch)
treefcf19fc2a8e326e3215ca074dd59aac7a0581efb /downloaders.js
parent47cd1be53f5940383f3bd25a3e498832ebc29d9f (diff)
Fix unhelpful youtube-dl warning
Diffstat (limited to 'downloaders.js')
-rw-r--r--downloaders.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/downloaders.js b/downloaders.js
index 340abe6..4c93d0f 100644
--- a/downloaders.js
+++ b/downloaders.js
@@ -122,6 +122,7 @@ const downloaders = {
 
     const opts = [
       '--quiet',
+      '--no-warnings',
       '--extract-audio',
       '--audio-format', downloaders.extension,
       '--output', outFile,