yt-dlc/youtube_dl/__main__.py

9 lines
128 B
Python
Raw Normal View History

#!/usr/bin/env python
# Execute with python -m youtube_dl
2012-11-28 02:34:40 +00:00
import youtube_dl
if __name__ == '__main__':
2012-11-28 02:34:40 +00:00
youtube_dl.main()