summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TweetReel IEPhilipp Hagemeister2012-12-273-3/+77
* add --no-post-overwrites to README.md; + minor style fixesFilippo Valsorda2012-12-262-2/+4
* Merge pull request #601 from paullik/no-post-overwritesPhilipp Hagemeister2012-12-242-5/+11
|\
| * not relying on ffmpeg to do the post-processed file checking, instead doing i...Barbu Paul - Gheorghe2012-12-241-7/+6
| * apparently the -n option is available only in ffmpegBarbu Paul - Gheorghe2012-12-231-1/+1
| * modified FFmpegExtractAudioPP to accept whether it should overwrite post-proc...Barbu Paul - Gheorghe2012-12-231-3/+8
| * added the --no-post-overwrites argumentBarbu Paul - Gheorghe2012-12-231-1/+3
|/
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-12-2010-77/+106
|\
| * Temporary skip Escapist test as it fails only on Travis; we'll make a more sp...Filippo Valsorda2012-12-201-1/+2
| * better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda2012-12-207-17/+18
| * new info_dict field: uploader_idFilippo Valsorda2012-12-204-13/+27
| * some py3 fixes, both needed and recommended; we should pass 2to3 as cleanly a...Filippo Valsorda2012-12-203-12/+9
| * add info_dict testing to test_downloadFilippo Valsorda2012-12-202-2/+24
| * refactor YouTube subtitles code, it was ugly (my bad)Filippo Valsorda2012-12-202-37/+31
* | FunnyOrDie IE (Fixes #599)Philipp Hagemeister2012-12-203-0/+56
|/
* Enable 3.3 in Travis (works; see https://travis-ci.org/phihag/youtube-dl/jobs...Philipp Hagemeister2012-12-201-1/+1
* Update Vimeo Info Extractor to get pull in the description properlyNick Daniels2012-12-201-1/+1
* Refactor IDParser to search for elements by any attribute not just IDNick Daniels2012-12-201-7/+12
* Do not use deprecated methodPhilipp Hagemeister2012-12-201-3/+3
* Extend json info data / description file testPhilipp Hagemeister2012-12-201-0/+24
* Clean up legacy codePhilipp Hagemeister2012-12-201-5/+2
* Remove legacy codePhilipp Hagemeister2012-12-201-5/+0
* Correct JSON writing (Closes #596)Philipp Hagemeister2012-12-202-3/+15
* test write_info_jsonPhilipp Hagemeister2012-12-201-0/+55
* Sublime space formattingNick Daniels2012-12-191-30/+30
* Ignore DS_Store files in GitNick Daniels2012-12-191-0/+1
* Switch test to metacafe.com, whose DNS seems to be fine atmPhilipp Hagemeister2012-12-171-1/+1
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2012-12-173-111/+44
|\
| * a number of new tests and fixes; all tests green on 3.3Filippo Valsorda2012-12-172-17/+44
| * Google Video has been shutdown as of 11/15/2012. All videos on Google Video w...Filippo Valsorda2012-12-172-94/+0
* | Remove some antipatterns and ensure that we always write the JSON file with U...Philipp Hagemeister2012-12-171-5/+3
|/
* various py3 fixes; all tests green on 3.3Filippo Valsorda2012-12-172-10/+10
* test subtitlesFilippo Valsorda2012-12-172-1/+65
* Fix --extract-audio on Python 3Philipp Hagemeister2012-12-162-2/+8
* Tests for justin.tvPhilipp Hagemeister2012-12-161-0/+6
* Credit vasi for justin.tvPhilipp Hagemeister2012-12-161-0/+1
* Misc justin.tv fixesDave Vasilevsky2012-12-161-11/+13
* Support more than 100 videos for justin.tvDave Vasilevsky2012-12-161-21/+42
* Preliminary support for twitch.tv and justin.tvDave Vasilevsky2012-12-162-0/+57
* Do not decode NonePhilipp Hagemeister2012-12-151-1/+2
* Fix VimeoIE in Python 3Philipp Hagemeister2012-12-151-7/+8
* Fix Dailymotion in Python 3Philipp Hagemeister2012-12-151-6/+7
* Fix XNXX in Python 3Philipp Hagemeister2012-12-151-5/+6
* More Youku Python 3 fixingPhilipp Hagemeister2012-12-151-2/+3
* Fix YoukuIE in Python3 (and in general)Philipp Hagemeister2012-12-151-9/+2
* Fix xvideo IE in Python 3Philipp Hagemeister2012-12-151-5/+6
* restrict sys.argv craziness to Python 2 (Fixes #591)Philipp Hagemeister2012-12-151-8/+12
* NBA IE (Closes #590)Philipp Hagemeister2012-12-133-0/+53
* Revert "Don't be too clever"Philipp Hagemeister2012-12-121-5/+7
* Don't be too cleverPhilipp Hagemeister2012-12-121-7/+5