]> jfr.im git - yt-dlp.git/blame - youtube_dl/__main__.py
Check during test runtime instead of test generation for _WORKING, and add 2.6 compat
[yt-dlp.git] / youtube_dl / __main__.py
CommitLineData
d77c3dfd 1#!/usr/bin/env python
f1cb5bca
PH
2
3# Execute with python -m youtube_dl
d77c3dfd 4
9e8056d5 5import youtube_dl
d77c3dfd
FV
6
7if __name__ == '__main__':
9e8056d5 8 youtube_dl.main()