mirror of https://github.com/yt-dlp/yt-dlp.git
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.add_info_extractor(youtube_ie)
|
||||||
fd.download(args)
|
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:
|
except KeyboardInterrupt:
|
||||||
sys.exit('\nERROR: Interrupted by user')
|
sys.exit('\nERROR: Interrupted by user')
|
||||||
|
|
Loading…
Reference in New Issue