Browse Source

Remove useless comments

rtmp_test
Ricardo Garcia 16 years ago
committed by Ricardo Garcia
parent
commit
ae2e6e461c
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      youtube-dl

+ 0
- 5
youtube-dl 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')

Loading…
Cancel
Save