index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-12-08
new updating scheme, based on GH downloads; also, check if not updateable (pi...
Filippo Valsorda
2012-12-08
it's curious but bash-completion is with - and not _
Filippo Valsorda
2012-12-07
making the script compatible with python3
gcmalloc
2012-12-07
little correction on the readme
gcmalloc
2012-12-07
adding a proper bash-completion generation
gcmalloc
2012-12-07
youtube-dl.tar.gz make target
Filippo Valsorda
2012-12-07
devscripts/make_readme.py in place of all that sedding, that has porting prob...
Filippo Valsorda
2012-12-07
and now, also py2exe compiles fine :) (on Windows)
Filippo Valsorda
2012-12-07
pip installs fine!
Filippo Valsorda
2012-11-29
setup.py Python3 fix, PyPi classifiers
Filippo Valsorda
2012-11-29
New repo skeleton, getting ready for PyPi
Filippo Valsorda
2012-11-29
Merge remote-tracking branch 'origin/master' into fork_master
Filippo Valsorda
2012-11-29
removed __main__.py from the root of the repo
Filippo Valsorda
2012-11-29
Allow youtube_dl/__main__.py to be called directly
Philipp Hagemeister
2012-11-29
adding the script hook
gcmalloc
2012-11-28
cleaning binaries
gcmalloc
2012-11-28
Check during test runtime instead of test generation for _WORKING, and add 2....
Philipp Hagemeister
2012-11-28
getting version from git or failing
gcmalloc
2012-11-28
removing the zip option, this can be done with python setup.py bdist --format...
gcmalloc
2012-11-28
moving to setup.py
gcmalloc
2012-11-28
correction on the test
gcmalloc
2012-11-28
Correct exception raising
Philipp Hagemeister
2012-11-28
Mark broken IEs in --list-extractors
Philipp Hagemeister
2012-11-28
Update download tests
Philipp Hagemeister
2012-11-28
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister
2012-11-28
Restrict more characters (Closes #566)
Philipp Hagemeister
2012-11-28
make tests skip on not _WORKING
Filippo Valsorda
2012-11-28
comment out 3.3 testing until Travis implements it
Filippo Valsorda
2012-11-28
making the metacafe test pass
gcmalloc
2012-11-28
new .travis.yml with notifications and 3.3
Filippo Valsorda
2012-11-28
Mark CollegeHumorIE not working until phihag finishes
Filippo Valsorda
2012-11-28
fix YouTubeIE on 2.6, sorry
Filippo Valsorda
2012-11-28
collegehumor: able to download a single f4f file (not yet playable)
Philipp Hagemeister
2012-11-28
Make __main__ work in all scenarios with relative imports
Philipp Hagemeister
2012-11-28
Use relative imports
Philipp Hagemeister
2012-11-28
Drop 2.5 support
Philipp Hagemeister
2012-11-28
Convert all tabs to 4 spaces (PEP8)
Philipp Hagemeister
2012-11-28
hack for apparently broken parse_qs in python2
Philipp Hagemeister
2012-11-28
test import
Philipp Hagemeister
2012-11-28
Woooohooo! python3 youtube_dl BaW_jenozKc -t works!
Philipp Hagemeister
2012-11-28
Remove superfluous encodings
Philipp Hagemeister
2012-11-28
Fix printing title etc.
Philipp Hagemeister
2012-11-28
correct to_stderr
Philipp Hagemeister
2012-11-28
youtube IE: Correct bytes vs str
Philipp Hagemeister
2012-11-28
typo
Philipp Hagemeister
2012-11-28
Use list comprehension instead of map
Philipp Hagemeister
2012-11-28
Import from the correct module
Philipp Hagemeister
2012-11-28
Py2/3 parse_qs compatibility
Philipp Hagemeister
2012-11-28
One more except..as
Philipp Hagemeister
2012-11-28
Py2/3 compatibility for http.client
Philipp Hagemeister
[next]