2
0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-09-11 01:12:33 -06:00

8 lines
108 B
Python
Raw Normal View History

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