From: Leandro Lucarella Date: Sat, 14 Jul 2012 18:08:33 +0000 (+0200) Subject: Unindent program's output X-Git-Url: https://git.llucax.com/software/subdivxget.git/commitdiff_plain/fc1741837b1c15d0fed737b7798fe21ec7d33c64?ds=inline Unindent program's output --- diff --git a/subdivxget b/subdivxget index da731c4..38d46c4 100755 --- a/subdivxget +++ b/subdivxget @@ -199,10 +199,10 @@ def get_subs(query_str, filters): for sub in subs: print '''\ - - %(titulo)s (%(autor)s - %(fecha)s - %(downloads)s - %(comentarios)s) - %(desc)s - DOWNLOADING ... - ''' % sub +- %(titulo)s (%(autor)s - %(fecha)s - %(downloads)s - %(comentarios)s) + %(desc)s + DOWNLOADING ... +''' % sub fname, headers = urllib.urlretrieve(sub['url']) if 'Content-Type' in headers: if headers['Content-Type'] in zip_exts: