1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-23 16:26:40 +00:00
yt-dlc/youtube_dl/__main__.py

8 lines
108 B
Python
Raw Normal View History

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