2
0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-09-24 16:41:05 -06:00

9 lines
128 B
Python
Raw Normal View History

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