1
0
mirror of https://github.com/ytdl-org/youtube-dl synced 2026-03-12 18:28:45 +00:00

adding the script hook

This commit is contained in:
gcmalloc
2012-11-29 14:12:06 +01:00
parent 10f100ac8a
commit caaa47d372
3 changed files with 24 additions and 11 deletions

6
bin/youtube-dl Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python
import youtube_dl
if __name__ == '__main__':
youtube_dl.main()