1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00
Files
yt-dlp/youtube_dl/__main__.py
2012-03-25 03:07:37 +02:00

8 lines
108 B
Python
Executable File

#!/usr/bin/env python
# -*- coding: utf-8 -*-
import __init__
if __name__ == '__main__':
__init__.main()