about summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* The new updates system, relies on gh-pages, secured by RSA, uses external web...Filippo Valsorda2012-12-302-49/+112
* Revert "Removed a spurious increment_downloads"Philipp Hagemeister2012-12-291-2604/+0
* Removed a spurious increment_downloadsFilippo Valsorda2012-12-291-0/+2604
* Allow ampersand right after ? in youtube URLs (Closes #602)Philipp Hagemeister2012-12-271-9/+12
* TweetReel IEPhilipp Hagemeister2012-12-272-3/+65
* add --no-post-overwrites to README.md; + minor style fixesFilippo Valsorda2012-12-261-2/+2
* 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-204-55/+59
|\
| * better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda2012-12-202-3/+4
| * new info_dict field: uploader_idFilippo Valsorda2012-12-202-4/+16
| * some py3 fixes, both needed and recommended; we should pass 2to3 as cleanly a...Filippo Valsorda2012-12-203-12/+9
| * refactor YouTube subtitles code, it was ugly (my bad)Filippo Valsorda2012-12-202-37/+31
* | FunnyOrDie IE (Fixes #599)Philipp Hagemeister2012-12-202-0/+50
|/
* 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
* 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
* Sublime space formattingNick Daniels2012-12-191-30/+30
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2012-12-172-111/+27
|\
| * a number of new tests and fixes; all tests green on 3.3Filippo Valsorda2012-12-171-17/+27
| * 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
* Fix --extract-audio on Python 3Philipp Hagemeister2012-12-162-2/+8
* 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-132-0/+47
* Add support for comedycentral clips (closes #233)nto2012-12-111-10/+33
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-12-112-7/+16
|\
| * Release 2012.12.11 2012.12.11Filippo Valsorda2012-12-111-1/+1
| * fix playlist pagination and add YT playlist tests (closes #569)Filippo Valsorda2012-12-111-6/+15
* | Fix blip.tv in python3Philipp Hagemeister2012-12-111-2/+3
|/
* Merge branch 'master' into fork_masterFilippo Valsorda2012-12-113-1/+10
|\
| * the test didn't load our Gzip openerFilippo Valsorda2012-12-111-1/+1
| * print traceback on trouble if --verbose (why didn't I think of this before!?)Filippo Valsorda2012-12-111-0/+3
| * exposing the test mode as --test (hidden and undocumented)Filippo Valsorda2012-12-111-0/+2