about summary refs log tree commit diff
path: root/youtube_dl/__main__.py
Commit message (Collapse)AuthorAgeFilesLines
* [refactor] Single quotes consistencySergey M․2016-02-141-1/+1
|
* Use `insert` for all sys.path manipulationsYen Chi Hsuan2015-09-261-1/+1
| | | | Closes #6867.
* [test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister2014-11-261-0/+1
| | | | | | | | | 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.
* 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 ↵Filippo Valsorda2012-12-081-0/+1
| | | | (pip installed)
* 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