« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--downloaders.js1
-rw-r--r--todo.txt4
2 files changed, 5 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,
diff --git a/todo.txt b/todo.txt
index 59a6d23..8707d4b 100644
--- a/todo.txt
+++ b/todo.txt
@@ -73,3 +73,7 @@ TODO: Make the tabber UI show handy information, like what tab you've got
 TODO: A "bookmarked playlists" list in the UI, so you can quickly load up
       playlists you often use. (Let anything go here, like YT playlist URLs,
       file paths, etc.)
+
+TODO: Get rid of "WARNING: unable to extract uploader nickname", which comes
+      from youtube-dl.
+      (Done!)