1
0
mirror of https://source.netsyms.com/Mirrors/youtube-dl synced 2026-05-18 09:34:46 +00:00

Move code into a separate Python module

This commit is contained in:
Philipp Hagemeister
2011-11-21 19:59:59 +01:00
parent 5b3330e0cf
commit 235b3ba479
4 changed files with 4237 additions and 7 deletions

6
youtube-dl.dev Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import youtube_dl
youtube_dl.main()