mirror of
https://code.hackerspace.pl/q3k/youtube-dl
synced 2025-03-15 22:47:18 +00:00
8 lines
115 B
Python
Executable File
8 lines
115 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import youtube_dl
|
|
|
|
if __name__ == '__main__':
|
|
youtube_dl.main()
|