This repository has been archived on 2025-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
youtube-dl/bin/youtube-dl
2012-11-29 14:12:06 +01:00

7 lines
91 B
Python
Executable File

#!/usr/bin/env python
import youtube_dl
if __name__ == '__main__':
youtube_dl.main()