X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=youtube_dl%2Fpostprocessor%2Fexecafterdownload.py;h=3414375751642c6cea7e6e79cdf81c786f114284;hb=79998cd5afb2e16fe14cebdbec81b21c45c24c32;hp=75c0f7bbe86ef8e19f41fd61e1bbd58678474d8a;hpb=f8780e6d11489a3ddff5019ad06fca1b0bed6e9a;p=youtube-dl diff --git a/youtube_dl/postprocessor/execafterdownload.py b/youtube_dl/postprocessor/execafterdownload.py index 75c0f7bbe..341437575 100644 --- a/youtube_dl/postprocessor/execafterdownload.py +++ b/youtube_dl/postprocessor/execafterdownload.py @@ -25,4 +25,4 @@ class ExecAfterDownloadPP(PostProcessor): raise PostProcessingError( 'Command returned error code %d' % retCode) - return None, information # by default, keep file and do nothing + return [], information