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
path:
root
/
youtube_dl
Age
Commit message (
Expand
)
Author
2012-12-11
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister
2012-12-11
Release 2012.12.11
2012.12.11
Filippo Valsorda
2012-12-11
Fix blip.tv in python3
Philipp Hagemeister
2012-12-11
fix playlist pagination and add YT playlist tests (closes #569)
Filippo Valsorda
2012-12-11
Merge branch 'master' into fork_master
Filippo Valsorda
2012-12-11
the test didn't load our Gzip opener
Filippo Valsorda
2012-12-11
print traceback on trouble if --verbose (why didn't I think of this before!?)
Filippo Valsorda
2012-12-11
exposing the test mode as --test (hidden and undocumented)
Filippo Valsorda
2012-12-11
added a test mode to FileDownloader that fetches only first 10K
Filippo Valsorda
2012-12-08
Merge 'rg3/master' into fork_master
Filippo Valsorda
2012-12-08
new updating scheme, based on GH downloads; also, check if not updateable (pi...
Filippo Valsorda
2012-12-07
and now, also py2exe compiles fine :) (on Windows)
Filippo Valsorda
2012-12-07
Use Soundcloud API (Closes #579)
Philipp Hagemeister
2012-12-07
More work on soundcloud IE
Philipp Hagemeister
2012-12-07
Correct accidental rename
Philipp Hagemeister
2012-12-07
Mark SoundCloud IE as nonfunctional for now (#579)
Philipp Hagemeister
2012-12-07
Better error reporting for SoundCloud IE
Philipp Hagemeister
2012-12-07
Let YoutubeDLHandler (transparent gzip) handle HTTPS URLs as well (Needed for...
Philipp Hagemeister
2012-12-04
Add an example to the -o documentation (#573)
Philipp Hagemeister
2012-12-04
Let youtube IE handle IDs starting with PL (Closes #572)
Philipp Hagemeister
2012-12-03
Keep video IDs verbatim if possible (Closes #571)
Philipp Hagemeister
2012-11-29
Fix Soundcloud IE (+ Python3 support)
Philipp Hagemeister
2012-11-29
New repo skeleton, getting ready for PyPi
Filippo Valsorda
2012-11-29
Allow youtube_dl/__main__.py to be called directly
Philipp Hagemeister
2012-11-28
Correct exception raising
Philipp Hagemeister
2012-11-28
Mark broken IEs in --list-extractors
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
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
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
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
2012-11-28
Use io.BytesIO instead of StringIO
Philipp Hagemeister
2012-11-28
Python 3 version of HTMLParser
Philipp Hagemeister
2012-11-28
Py3 compat for unichr and htmlentitydefs
Philipp Hagemeister
2012-11-27
Fall back to urllib instead of urllib2 for Python 3 urllib.parse
Philipp Hagemeister
[next]