]> git.bitcoin.ninja Git - youtube-dl/blob - bin/youtube-dl
[generic] Don't set the 'title' if it's not defined in the entry (closes #5061)
[youtube-dl] / bin / youtube-dl
1 #!/usr/bin/env python
2
3 import youtube_dl
4
5 if __name__ == '__main__':
6     youtube_dl.main()