Split code as a package, compiled into an executable zip
authorFilippo Valsorda <filippo.valsorda@gmail.com>
Sun, 25 Mar 2012 01:07:37 +0000 (03:07 +0200)
committerFilippo Valsorda <filippo.valsorda@gmail.com>
Sun, 25 Mar 2012 01:07:37 +0000 (03:07 +0200)
commitd77c3dfd027e9af4d44fc7109fac0012451268c2
tree462ed90f77bfd75cc380e24273e8d627a6af34af
parentc23d8a74dcf54df1cd4df95323897c0d5070d8a9
Split code as a package, compiled into an executable zip
Makefile
youtube-dl
youtube_dl/FileDownloader.py [new file with mode: 0644]
youtube_dl/InfoExtractors.py [new file with mode: 0644]
youtube_dl/PostProcessing.py [new file with mode: 0644]
youtube_dl/Utils.py [new file with mode: 0644]
youtube_dl/__init__.py [changed mode: 0755->0644]
youtube_dl/__main__.py [new file with mode: 0755]