diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2008-07-22 10:57:19 +0200 |
---|---|---|
committer | Ricardo Garcia <devnull@localhost> | 2008-07-22 10:57:19 +0200 |
commit | ae2e6e461c4df66e85b973e7fb0c3b686581a4c6 (patch) | |
tree | 8ecf99471c9aa94e8cface9cc97c94ec4305ef1e | |
parent | 209e9e27e777f4c320dada6857b8e984af816e7a (diff) |
Remove useless comments
-rwxr-xr-x | youtube-dl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/youtube-dl b/youtube-dl index 677f938dd..7d3758654 100755 --- a/youtube-dl +++ b/youtube-dl @@ -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') |