]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
Remove useless comments
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Tue, 22 Jul 2008 08:57:19 +0000 (10:57 +0200)
committerRicardo Garcia <devnull@localhost>
Tue, 22 Jul 2008 08:57:19 +0000 (10:57 +0200)
youtube-dl

index 677f938dd4a62e19869d18fbfc27bc0e5329fce7..7d3758654c55b4926e8a931fe15685c546689b30 100755 (executable)
@@ -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')