Add vim modeline
authorGeorgi Valkov <georgi.t.valkov@gmail.com>
Tue, 23 Aug 2011 11:45:26 +0000 (14:45 +0300)
committerGeorgi Valkov <georgi.t.valkov@gmail.com>
Tue, 23 Aug 2011 11:45:26 +0000 (14:45 +0300)
youtube-dl

index e8b19c8..63051bb 100755 (executable)
@@ -3001,3 +3001,5 @@ if __name__ == '__main__':
                sys.exit(u'ERROR: fixed output name but more than one file to download')
        except KeyboardInterrupt:
                sys.exit(u'\nERROR: Interrupted by user')
+
+# vim: set ts=4 sw=4 sts=4 noet ai si filetype=python: