FileDownloader: fixed call to "report_error" of YoutubeDL
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 26 Jun 2013 14:32:47 +0000 (16:32 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 26 Jun 2013 14:32:47 +0000 (16:32 +0200)
commit2e3252801219dc82c379ba00a30c629039b06a24
tree02220e5a82788e264f8fbb3adb468a6b0088a54b
parent52e8e1dc88ad177abcbb6a52b3b262527f7a1f20
FileDownloader: fixed call to "report_error" of YoutubeDL

It was being called as "error"
youtube_dl/FileDownloader.py