]> Raphaƫl G. Git Repositories - youtubedl/blob - bin/youtube-dl
Update upstream source from tag 'upstream/2020.06.16.1'
[youtubedl] / bin / youtube-dl
1 #!/usr/bin/env python
2
3 import youtube_dl
4
5 if __name__ == '__main__':
6 youtube_dl.main()