Remove useless comments

This commit is contained in:
Ricardo Garcia 2008-07-22 10:57:19 +02:00 committed by Ricardo Garcia
parent 209e9e27e7
commit ae2e6e461c
1 changed files with 0 additions and 5 deletions

View File

@ -525,11 +525,6 @@ if __name__ == '__main__':
})
fd.add_info_extractor(youtube_ie)
fd.download(args)
#fd.download([
# 'http://www.youtube.com/watch?v=t7qdwI7TVe8',
# 'http://www.youtube.com/watch?v=IJyn3pRcy_Q',
# 'http://www.youtube.com/watch?v=DZRXe1wtC-M',
# ])
except KeyboardInterrupt:
sys.exit('\nERROR: Interrupted by user')