mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 23:02:40 +00:00
7 lines
91 B
Text
7 lines
91 B
Text
|
#!/usr/bin/env python
|
||
|
|
||
|
import youtube_dl
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
youtube_dl.main()
|