mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
7 lines
91 B
Python
Executable file
7 lines
91 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
import youtube_dl
|
|
|
|
if __name__ == '__main__':
|
|
youtube_dl.main()
|