projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33d507f
)
Add vim modeline
author
Georgi Valkov
<georgi.t.valkov@gmail.com>
Tue, 23 Aug 2011 11:45:26 +0000
(14:45 +0300)
committer
Georgi Valkov
<georgi.t.valkov@gmail.com>
Tue, 23 Aug 2011 11:45:26 +0000
(14:45 +0300)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index e8b19c8d0a6a90265a17000522e5a4e455bb1149..63051bb33a5cfa33bb877ce7380eccae81e1baa0 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-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: