aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-19changing test from md5 to filesize, the file changed between downloadgcmalloc
2012-10-19cleaning the test that doesn't work with the api for the momentgcmalloc
2012-10-19some assertion on the file downloadedgcmalloc
2012-10-19removing testing videogcmalloc
2012-10-19correcting test to be compatible with python2.6gcmalloc
2012-10-19StringIO used by nosetests do not merge with the way youtube-dl handle ↵gcmalloc
sys.stdout and sys.stderr
2012-10-19correction on the testgcmalloc
2012-10-15adding travis supportgcmalloc
2012-10-12correcting the makefile according to the new onegcmalloc
2012-10-12removing extended globbing for the find utilitygcmalloc
2012-10-12adding xvideogcmalloc
2012-10-12adding facebook testgcmalloc
2012-10-12adding photobucket testgcmalloc
2012-10-12adding metacafe testgcmalloc
2012-10-12adding dailymotion testgcmalloc
2012-10-12some changes to keep the same standardgcmalloc
2012-10-12removing unused global modifiergcmalloc
2012-10-12correcting the makefilegcmalloc
2012-10-12changing test videogcmalloc
2012-10-12correction on the test for the utils.pygcmalloc
2012-10-12adding clean rule in the makefilegcmalloc
2012-10-12adding download test with md5 checkgcmalloc
2012-10-12adding TestCase class and corresponding testgcmalloc
2012-10-12correction on the sanitize title method, change in title resultinggcmalloc
2012-10-12adding test rule in the Makefilegcmalloc
2012-10-11support EDU YouTube playlists (closes #407)Filippo Valsorda
2012-10-09release 2012.10.092012.10.09Filippo Valsorda
2012-10-09Added missing dependencies to MakefileFilippo Valsorda
2012-10-09Re-engineered Dailymotion qualities selection (thanks @knagano, sort of ↵Filippo Valsorda
merges #176)
2012-10-09Merge PR #422 from 'kevinamadeus/master'Filippo Valsorda
Add InfoExtractor for Google Plus video (with fixes)
2012-10-09Merge pull request #458 from grimreaper/patch-1Filippo Valsorda
There is nothing bash specific in release.sh, switch to /bin/sh
2012-10-08Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2012-10-08Correct detect_executables on Windows (Closes #447, #457)Philipp Hagemeister
2012-10-06There is nothing bash specific heregrimreaper
/bin/bash is always wrong. Since there is nothing bash specific here, switch to /bin/sh
2012-10-03Merge pull request #452 from Tailszefox/localFilippo Valsorda
Added uploaded date for Dailymotion
2012-10-03Added uploaded date for DailymotionTailszefox
2012-10-01Fix docsPhilipp Hagemeister
2012-10-01Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2012-10-01Fix doc of extractor fieldPhilipp Hagemeister
2012-09-30Merged, modified and compiled Dailymotion pull request #446 by @SteapFilippo Valsorda
2012-09-30DailymotionIE: There is not necessarily an underscore in a Dailymotion URL.Cyril Roelandt
2012-09-30DailymotionIE: some videos do not use the "hqURL", "sdURL", "ldURL" ↵Cyril Roelandt
keywords. In this case, the "video_url" keyword should be looked for.
2012-09-29Updated youtube-dl.exeFilippo Valsorda
2012-09-29Merge pull request #403 from FiloSottile/re_VERBOSEFilippo Valsorda
2012-09-29Not all Dailymotion videos have an hqURL, now downloads highest quality ↵Filippo Valsorda
available
2012-09-29Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?)Filippo Valsorda
2012-09-29adding new --output replacements. Thanks @danut007ro (closes #442)Filippo Valsorda
2012-09-29added new FAQ on exe dependencyFilippo Valsorda
2012-09-28New FAQ: What is this binary file? (+ small fix to other one)Filippo Valsorda
2012-09-27update default UA string (Closes #390)Philipp Hagemeister