aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/__main__.py
AgeCommit message (Collapse)Author
2016-02-14[refactor] Single quotes consistencySergey M․
2015-09-26Use `insert` for all sys.path manipulationsYen Chi Hsuan
Closes #6867.
2014-11-26[test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister
From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
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 ↵Filippo Valsorda
(pip installed)
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