From f4c4a51c99c7e00d2cebc705e9c2b3b13894c046 Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 4 Jul 2018 23:58:53 -0300 Subject: Fix unhelpful youtube-dl warning --- downloaders.js | 1 + todo.txt | 4 ++++ 2 files changed, 5 insertions(+) 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!) -- cgit 1.3.0-6-gf8a5