mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-03 21:48:24 +01:00
Remove useless comments
This commit is contained in:
parent
209e9e27e7
commit
ae2e6e461c
@ -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…
Reference in New Issue
Block a user