]> jfr.im git - yt-dlp.git/blame - youtube_dl/__main__.py
Split code as a package, compiled into an executable zip
[yt-dlp.git] / youtube_dl / __main__.py
CommitLineData
d77c3dfd
FV
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4import __init__
5
6if __name__ == '__main__':
7 __init__.main()