aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/__main__.py
AgeCommit message (Expand)Author
2013-04-11Resolve the symlink if __main__.py is invoke as a symlink.Adam Mesha
2012-12-08new updating scheme, based on GH downloads; also, check if not updateable (pi...Filippo Valsorda
2012-12-07and now, also py2exe compiles fine :) (on Windows)Filippo Valsorda
2012-11-29Allow youtube_dl/__main__.py to be called directlyPhilipp Hagemeister
2012-11-28Make __main__ work in all scenarios with relative importsPhilipp Hagemeister
2012-11-28Use relative importsPhilipp Hagemeister
2012-11-28Convert all tabs to 4 spaces (PEP8)Philipp Hagemeister
2012-03-25Split code as a package, compiled into an executable zipFilippo Valsorda