Mirror von
https://code.hackerspace.pl/q3k/youtube-dl
synchronisiert 2025-03-16 11:43:02 +00:00
7 Zeilen
91 B
Python
Ausführbare Datei
7 Zeilen
91 B
Python
Ausführbare Datei
#!/usr/bin/env python
|
|
|
|
import youtube_dl
|
|
|
|
if __name__ == '__main__':
|
|
youtube_dl.main()
|