1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 11:09:32 +00:00

Add vim modeline

This commit is contained in:
Georgi Valkov 2011-08-23 14:45:26 +03:00
parent 33d507f1fe
commit e9cb9c2811

View file

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