mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
|
#!/usr/bin/env python
|
||
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
import youtube_dl
|
||
|
|
||
|
youtube_dl.main()
|