youtube-dl
2013-01-05 Jeff CrouseMerge branch 'master' of https://github.com/rg3/youtube-dl
2013-01-03 Philipp HagemeisterMerge pull request #617 from jaimeMF/steamIE
2013-01-03 Jaime Marquínez... steamIE remove the HTMLparser object
2013-01-03 Jaime Marquínez... steamIE follow @phihag suggestions
2013-01-03 Jaime Marquínez... Allow downloading videos with other characters in their...
2013-01-03 Philipp HagemeisterSupport page URL in RTMP downloads
2013-01-03 Philipp HagemeisterAlso generate SHA2-256
2013-01-03 Philipp HagemeisterAlso publish hashsums
2013-01-03 Philipp HagemeisterMake ExtractorError usable for other causes
2013-01-02 Filippo Valsordarelease.sh edits based on 2013.01.02 experience
2013-01-02 Filippo Valsordarelease 2013.01.02
2013-01-02 Filippo Valsordare-worked release workflow, it is one-step and creates...
2013-01-02 Philipp HagemeisterSupport youtube videos of google+ users
2013-01-01 Philipp HagemeisterSimplify DailyMotion IE
2013-01-01 Philipp HagemeisterRemove .part files before and after tests
2013-01-01 Philipp HagemeisterBetter name for InfoQ IE
2013-01-01 Philipp HagemeisterFix infoQ in Python3
2013-01-01 Philipp Hagemeisteradd test for infoq
2013-01-01 Philipp HagemeisterSimplify some IEs
2013-01-01 Philipp Hagemeister_download_webpage helper function
2013-01-01 Philipp HagemeisterExtractorError for errors during extraction
2013-01-01 Philipp HagemeisterRemove superfluous IE names
2013-01-01 Philipp HagemeisterMove gen_extractors to InfoExtractors
2013-01-01 Philipp HagemeisterSimplify test parameter initialization
2013-01-01 Philipp HagemeisterAdapt test_download to support playlists, and remove...
2013-01-01 Philipp HagemeisterRevert "In tests.json file and md5 join in a 'files...
2013-01-01 Philipp Hagemeistertypo
2013-01-01 Philipp Hagemeistercredit @jaimeMF
2013-01-01 Jaime Marquínez... ustreamIE
2013-01-01 Filippo ValsordaIn tests.json file and md5 join in a 'files' list to...
2013-01-01 Filippo ValsordaMerge pull request #612 from jaimeMF/steamIE
2013-01-01 Jaime Marquínez... Test for steam
2013-01-01 Jaime Marquínez... SteamIE
2012-12-31 Filippo ValsordaOk, the Escapist test was passing only in my Travis...
2012-12-31 Filippo Valsordathree small edits
2012-12-31 Filippo Valsordaaddedd a serious Public Domain dedication, see unlicens...
2012-12-30 Filippo Valsordamoved docs and updates generation scripts from gh-pages...
2012-12-30 Filippo ValsordaRemoved a spurious increment_downloads, this time cleanly
2012-12-30 Filippo Valsordamoved updating code to update.py
2012-12-30 Filippo Valsordasome fixes, pulled the codename from the code
2012-12-30 Filippo Valsordaprint some version and environment info on --verbose...
2012-12-30 Filippo ValsordaThe new updates system, relies on gh-pages, secured...
2012-12-29 Philipp HagemeisterRevert "Removed a spurious increment_downloads"
2012-12-29 Filippo ValsordaRemoved a spurious increment_downloads
2012-12-27 Philipp HagemeisterAllow ampersand right after ? in youtube URLs (Closes...
2012-12-27 Philipp HagemeisterTweetReel IE
2012-12-26 Filippo Valsordaadd --no-post-overwrites to README.md; + minor style...
2012-12-24 Philipp HagemeisterMerge pull request #601 from paullik/no-post-overwrites
2012-12-24 Barbu Paul... not relying on ffmpeg to do the post-processed file...
2012-12-23 Barbu Paul... apparently the -n option is available only in ffmpeg
2012-12-23 Barbu Paul... modified FFmpegExtractAudioPP to accept whether it...
2012-12-23 Barbu Paul... added the --no-post-overwrites argument
2012-12-20 Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2012-12-20 Philipp HagemeisterFunnyOrDie IE (Fixes #599)
2012-12-20 Filippo ValsordaTemporary skip Escapist test as it fails only on Travis...
2012-12-20 Filippo Valsordabetter Vimeo tests; fixed a couple of VimeoIE fields
2012-12-20 Filippo Valsordanew info_dict field: uploader_id
2012-12-20 Filippo Valsordasome py3 fixes, both needed and recommended; we should...
2012-12-20 Filippo Valsordaadd info_dict testing to test_download
2012-12-20 Filippo Valsordarefactor YouTube subtitles code, it was ugly (my bad)
2012-12-20 Philipp HagemeisterEnable 3.3 in Travis (works; see https://travis-ci...
2012-12-20 Nick DanielsUpdate Vimeo Info Extractor to get pull in the descript...
2012-12-20 Nick DanielsRefactor IDParser to search for elements by any attribu...
2012-12-20 Philipp HagemeisterDo not use deprecated method
2012-12-20 Philipp HagemeisterExtend json info data / description file test
2012-12-20 Philipp HagemeisterClean up legacy code
2012-12-20 Philipp HagemeisterRemove legacy code
2012-12-20 Philipp HagemeisterCorrect JSON writing (Closes #596)
2012-12-20 Philipp Hagemeistertest write_info_json
2012-12-19 Nick DanielsSublime space formatting
2012-12-19 Nick DanielsIgnore DS_Store files in Git
2012-12-17 Philipp HagemeisterSwitch test to metacafe.com, whose DNS seems to be...
2012-12-17 Philipp HagemeisterMerge remote-tracking branch 'origin/master'
2012-12-17 Philipp HagemeisterRemove some antipatterns and ensure that we always...
2012-12-17 Filippo Valsordaa number of new tests and fixes; all tests green on 3.3
2012-12-17 Filippo ValsordaGoogle Video has been shutdown as of 11/15/2012. All...
2012-12-17 Filippo Valsordavarious py3 fixes; all tests green on 3.3
2012-12-17 Filippo Valsordatest subtitles
2012-12-16 Philipp HagemeisterFix --extract-audio on Python 3
2012-12-16 Philipp HagemeisterTests for justin.tv
2012-12-16 Philipp HagemeisterCredit vasi for justin.tv
2012-12-16 Dave VasilevskyMisc justin.tv fixes
2012-12-16 Dave VasilevskySupport more than 100 videos for justin.tv
2012-12-16 Dave VasilevskyPreliminary support for twitch.tv and justin.tv
2012-12-16 Jeff Crouseadded YouJizz extractor
2012-12-16 Jeff CrouseFixed a problem with the XNXXIE Regex
2012-12-15 Philipp HagemeisterDo not decode None
2012-12-15 Philipp HagemeisterFix VimeoIE in Python 3
2012-12-15 Philipp HagemeisterFix Dailymotion in Python 3
2012-12-15 Philipp HagemeisterFix XNXX in Python 3
2012-12-15 Philipp HagemeisterMore Youku Python 3 fixing
2012-12-15 Philipp HagemeisterFix YoukuIE in Python3 (and in general)
2012-12-15 Philipp HagemeisterFix xvideo IE in Python 3
2012-12-15 Philipp Hagemeisterrestrict sys.argv craziness to Python 2 (Fixes #591)
2012-12-13 Philipp HagemeisterNBA IE (Closes #590)
2012-12-12 Philipp HagemeisterRevert "Don't be too clever"
2012-12-12 Philipp HagemeisterDon't be too clever
2012-12-12 Filippo Valsordastreamlined and simplified dynamic tests generation...
2012-12-12 Filippo ValsordaMerge remote-tracking branch 'gcmalloc/master' into...
2012-12-12 ntoAdd support for comedycentral clips (closes #233)
next