twitch-dl/twitchdl/__main__.py

4 lines
36 B
Python
Raw Normal View History

2024-03-23 09:50:42 +00:00
from twitchdl.cli import cli
2020-08-13 11:47:03 +00:00
2024-03-23 09:50:42 +00:00
cli()