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-11
use the new --test option to speed up tests (fetch only first 10K)
Filippo Valsorda
2012-12-11
gentests: allow test-specific FileDownloader params override from tests.json
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-07
SoundCloud IDs have changed, fix tests
Philipp Hagemeister
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
Correct metacafe test filename (happens to start with an underscore)
Philipp Hagemeister
2012-12-03
Keep video IDs verbatim if possible (Closes #571)
Philipp Hagemeister
2012-12-01
Improve execution tests
Philipp Hagemeister
2012-11-30
Add test for Youku (Mentioned in #314)
Philipp Hagemeister
2012-11-29
Fix Soundcloud IE (+ Python3 support)
Philipp Hagemeister
2012-11-29
Fix MD5 calculation
Philipp Hagemeister
2012-11-29
Add irc channel notice
Philipp Hagemeister
2012-11-29
Enable travis notifications
Philipp Hagemeister
2012-11-29
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister
2012-11-29
Fix 2.6 nosetests
Philipp Hagemeister
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-28
Check during test runtime instead of test generation for _WORKING, and add 2....
Philipp Hagemeister
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
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
[next]