projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
209e9e2
)
Remove useless comments
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Tue, 22 Jul 2008 08:57:19 +0000
(10:57 +0200)
committer
Ricardo Garcia
<devnull@localhost>
Tue, 22 Jul 2008 08:57:19 +0000
(10:57 +0200)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 677f938dd4a62e19869d18fbfc27bc0e5329fce7..7d3758654c55b4926e8a931fe15685c546689b30 100755
(executable)
--- 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')