aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Expand)Author
2012-12-26add --no-post-overwrites to README.md; + minor style fixesFilippo Valsorda
2012-12-24not relying on ffmpeg to do the post-processed file checking, instead doing i...Barbu Paul - Gheorghe
2012-12-23apparently the -n option is available only in ffmpegBarbu Paul - Gheorghe
2012-12-23modified FFmpegExtractAudioPP to accept whether it should overwrite post-proc...Barbu Paul - Gheorghe
2012-12-23added the --no-post-overwrites argumentBarbu Paul - Gheorghe
2012-12-20Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2012-12-20FunnyOrDie IE (Fixes #599)Philipp Hagemeister
2012-12-20better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda
2012-12-20new info_dict field: uploader_idFilippo Valsorda
2012-12-20some py3 fixes, both needed and recommended; we should pass 2to3 as cleanly a...Filippo Valsorda
2012-12-20refactor YouTube subtitles code, it was ugly (my bad)Filippo Valsorda
2012-12-20Update Vimeo Info Extractor to get pull in the description properlyNick Daniels
2012-12-20Refactor IDParser to search for elements by any attribute not just IDNick Daniels
2012-12-20Clean up legacy codePhilipp Hagemeister
2012-12-20Remove legacy codePhilipp Hagemeister
2012-12-20Correct JSON writing (Closes #596)Philipp Hagemeister
2012-12-19Sublime space formattingNick Daniels
2012-12-17Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2012-12-17Remove some antipatterns and ensure that we always write the JSON file with U...Philipp Hagemeister
2012-12-17a number of new tests and fixes; all tests green on 3.3Filippo Valsorda
2012-12-17Google Video has been shutdown as of 11/15/2012. All videos on Google Video w...Filippo Valsorda
2012-12-17various py3 fixes; all tests green on 3.3Filippo Valsorda
2012-12-16Fix --extract-audio on Python 3Philipp Hagemeister
2012-12-16Credit vasi for justin.tvPhilipp Hagemeister
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-11Add support for comedycentral clips (closes #233)nto
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 branch 'master' into fork_masterFilippo Valsorda
2012-12-11the test didn't load our Gzip openerFilippo Valsorda
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-08new updating scheme, based on GH downloads; also, check if not updateable (pi...Filippo Valsorda
2012-12-07and now, also py2exe compiles fine :) (on Windows)Filippo Valsorda
2012-12-07Use Soundcloud API (Closes #579)Philipp Hagemeister