From fc1741837b1c15d0fed737b7798fe21ec7d33c64 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sat, 14 Jul 2012 20:08:33 +0200 Subject: [PATCH] Unindent program's output --- subdivxget | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: -- 2.43.0