11 Commits (master)

Author SHA1 Message Date
Sergey M․ 611c1dd96e [refactor] Single quotes consistency 8 years ago
Yen Chi Hsuan 95240b8093 Use `insert` for all sys.path manipulations
Closes #6867.
9 years ago
Philipp Hagemeister dcddc10a50 [test_unicode_literals] Arm unicode_literals check
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.
10 years ago
Adam Mesha 8743974189 Resolve the symlink if __main__.py is invoke as a symlink. 11 years ago
Filippo Valsorda 5a304a7637 new updating scheme, based on GH downloads; also, check if not updateable (pip installed) 12 years ago
Filippo Valsorda fec89790b1 and now, also py2exe compiles fine :) (on Windows) 12 years ago
Philipp Hagemeister 743b28ce11 Allow youtube_dl/__main__.py to be called directly 12 years ago
Philipp Hagemeister f1cb5bcad2 Make __main__ work in all scenarios with relative imports 12 years ago
Philipp Hagemeister 9e8056d5a7 Use relative imports 12 years ago
Philipp Hagemeister 59ae15a507 Convert all tabs to 4 spaces (PEP8) 12 years ago
Filippo Valsorda d77c3dfd02 Split code as a package, compiled into an executable zip 12 years ago