Message for delete video it's not an error.
authorJuan M <joksnet@gmail.com>
Sat, 23 Feb 2013 21:52:52 +0000 (22:52 +0100)
committerJuan M <joksnet@gmail.com>
Sat, 23 Feb 2013 21:52:52 +0000 (22:52 +0100)
commit35d217133ffe1f14dfa395020ae3afade8fcea37
tree9d2765e53cdf8b8745a70a296be8ad734da3aa17
parent4be0aa35393ccd0af72741eb0f6f97920399893d
Message for delete video it's not an error.

When using youtube-dl from another python script with the quiet option
on, and a post procesor for extract the audio. The message of deleting
video shows in the first script logs (as it goes to stderr).

There is no way to keep this quiet as it's treated as an error, even if,
for me, it's not.
youtube_dl/FileDownloader.py