about summary refs log tree commit diff
path: root/youtube_dl/__main__.py
Commit message (Expand)AuthorAgeFilesLines
* [refactor] Single quotes consistencySergey M․2016-02-141-1/+1
* Use `insert` for all sys.path manipulationsYen Chi Hsuan2015-09-261-1/+1
* [test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister2014-11-261-0/+1
* Resolve the symlink if __main__.py is invoke as a symlink.Adam Mesha2013-04-111-1/+2
* new updating scheme, based on GH downloads; also, check if not updateable (pi...Filippo Valsorda2012-12-081-0/+1
* and now, also py2exe compiles fine :) (on Windows)Filippo Valsorda2012-12-071-1/+1
* Allow youtube_dl/__main__.py to be called directlyPhilipp Hagemeister2012-11-291-1/+9
* Make __main__ work in all scenarios with relative importsPhilipp Hagemeister2012-11-281-1/+2
* Use relative importsPhilipp Hagemeister2012-11-281-2/+2
* Convert all tabs to 4 spaces (PEP8)Philipp Hagemeister2012-11-281-1/+1
* Split code as a package, compiled into an executable zipFilippo Valsorda2012-03-251-0/+7