mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-04-19 21:55:17 -04:00
Split code as a package, compiled into an executable zip
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import __init__
|
||||
|
||||
if __name__ == '__main__':
|
||||
__init__.main()
|
||||
Reference in New Issue
Block a user