Move code into a separate Python module
This commit is contained in:
parent
5b3330e0cf
commit
235b3ba479
4 changed files with 4237 additions and 7 deletions
6
youtube-dl.dev
Executable file
6
youtube-dl.dev
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import youtube_dl
|
||||
|
||||
youtube_dl.main()
|
Loading…
Add table
Add a link
Reference in a new issue