aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-16Misc justin.tv fixesDave Vasilevsky
2012-12-16Support more than 100 videos for justin.tvDave Vasilevsky
2012-12-16Preliminary support for twitch.tv and justin.tvDave Vasilevsky
2012-12-15Do not decode NonePhilipp Hagemeister
2012-12-15Fix VimeoIE in Python 3Philipp Hagemeister
2012-12-15Fix Dailymotion in Python 3Philipp Hagemeister
2012-12-15Fix XNXX in Python 3Philipp Hagemeister
2012-12-15More Youku Python 3 fixingPhilipp Hagemeister
2012-12-15Fix YoukuIE in Python3 (and in general)Philipp Hagemeister
2012-12-15Fix xvideo IE in Python 3Philipp Hagemeister
2012-12-15restrict sys.argv craziness to Python 2 (Fixes #591)Philipp Hagemeister
2012-12-13NBA IE (Closes #590)Philipp Hagemeister
2012-12-12Revert "Don't be too clever"Philipp Hagemeister
This reverts commit a276e060806c6cabc76b9df964db67939b643e43.
2012-12-12Don't be too cleverPhilipp Hagemeister
2012-12-12streamlined and simplified dynamic tests generation; readded a couple of ↵Filippo Valsorda
test features
2012-12-12Merge remote-tracking branch 'gcmalloc/master' into fork_masterFilippo Valsorda
2012-12-11Add support for comedycentral clips (closes #233)nto
Support individual clips, not just full episodes. break up now monstrous _VALID_URL regex over multiple lines to improve readability, pass re.VERBOSE flag when using regex to ignore the whitespace
2012-12-12test automationgcmalloc
2012-12-11changing the template file extensiongcmalloc
2012-12-11rollback tests multiprocess, Travis and OSX don't support itFilippo Valsorda
2012-12-11changing the template file extensiongcmalloc
2012-12-11Speed up testing (<10s instead of 25s)Philipp Hagemeister
2012-12-11Fix TestYoutubeLists.test_youtube_userPhilipp Hagemeister
2012-12-11Fix test selection in Python 2.6Philipp Hagemeister
2012-12-11Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2012-12-11Release 2012.12.112012.12.11Filippo Valsorda
2012-12-11Fix blip.tv in python3Philipp Hagemeister
2012-12-11fix playlist pagination and add YT playlist tests (closes #569)Filippo Valsorda
2012-12-11Merge pull request #580 from FiloSottile/masterPhilipp Hagemeister
The new shiny build system
2012-12-11Merge branch 'master' into fork_masterFilippo Valsorda
Conflicts: .travis.yml
2012-12-11use the new --test option to speed up tests (fetch only first 10K)Filippo Valsorda
now all tests working and passing
2012-12-11gentests: allow test-specific FileDownloader params override from tests.jsonFilippo Valsorda
2012-12-11the test didn't load our Gzip openerFilippo Valsorda
this was blocking the Vimeo test + some more gentest fixes
2012-12-11print traceback on trouble if --verbose (why didn't I think of this before!?)Filippo Valsorda
2012-12-11exposing the test mode as --test (hidden and undocumented)Filippo Valsorda
2012-12-11added a test mode to FileDownloader that fetches only first 10KFilippo Valsorda
2012-12-08Merge 'rg3/master' into fork_masterFilippo Valsorda
2012-12-08ATTENTION DO NOT USE THESE: new binaries in the Downloads sectionFilippo Valsorda
placed fake binaries that update themselves where old versions updating will search for the new version
2012-12-08new updating scheme, based on GH downloads; also, check if not updateable ↵Filippo Valsorda
(pip installed)
2012-12-08it's curious but bash-completion is with - and not _Filippo Valsorda
2012-12-07making the script compatible with python3gcmalloc
2012-12-07little correction on the readmegcmalloc
2012-12-07adding a proper bash-completion generationgcmalloc
2012-12-07youtube-dl.tar.gz make targetFilippo Valsorda
2012-12-07devscripts/make_readme.py in place of all that sedding, that has porting ↵Filippo Valsorda
problems
2012-12-07and now, also py2exe compiles fine :) (on Windows)Filippo Valsorda
2012-12-07pip installs fine!Filippo Valsorda
2012-12-07SoundCloud IDs have changed, fix testsPhilipp Hagemeister
2012-12-07Use Soundcloud API (Closes #579)Philipp Hagemeister
2012-12-07More work on soundcloud IEPhilipp Hagemeister