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

8 lines
111 B
Python
Raw Normal View History

#!/usr/bin/env python
# -*- coding: utf-8 -*-
import __init__
if __name__ == '__main__':
2012-11-28 02:04:46 +01:00
__init__.main()