Move code into a separate Python module
parent
5b3330e0cf
commit
235b3ba479
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import youtube_dl
|
||||
|
||||
youtube_dl.main()
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue