]> jfr.im git - yt-dlp.git/blame_incremental - 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
1#!/usr/bin/env python
2
3# Execute with python -m youtube_dl
4
5import youtube_dl
6
7if __name__ == '__main__':
8 youtube_dl.main()