mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2025-09-14 00:32:32 -06:00
7 lines
84 B
Python
Executable File
7 lines
84 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import youtube_dl
|
|
|
|
youtube_dl.main()
|