]> git.llucax.com Git - software/subdivxget.git/commitdiff
Unindent program's output
authorLeandro Lucarella <luca@llucax.com.ar>
Sat, 14 Jul 2012 18:08:33 +0000 (20:08 +0200)
committerLeandro Lucarella <luca@llucax.com.ar>
Sat, 14 Jul 2012 18:12:54 +0000 (20:12 +0200)
subdivxget

index da731c48c610de7ccc8bf1460c9245fa0ecbac7d..38d46c40f41682ecaff6fc55d3ce595a7823427b 100755 (executable)
@@ -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: