aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/__init__.py
AgeCommit message (Expand)Author
2013-03-20Merge pull request #699 by @iemejiaFilippo Valsorda
2013-03-20add '--write-srt' and '--srt-lang' aliases for backwards compatibilityFilippo Valsorda
2013-03-20Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia
2013-03-20Added new option '--sub-format' to choose the format of the subtitles to down...Ismael Mejia
2013-03-20Refactor subtitle options from srt to the more generic 'sub'.Ismael Mejia
2013-03-20Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia
2013-03-12Add configuration to -v outputPhilipp Hagemeister
2013-03-03Clarify rate limit documentation (Closes #723)Philipp Hagemeister
2013-02-21Added new option '--only-srt' to download only the subtitles of a videoIsmael Mejia
2013-02-21Fix --match-title and --reject-title decoding (Closes #690)Philipp Hagemeister
2013-02-18Correct --newline and give it a more meaningful titlePhilipp Hagemeister
2013-02-15Update youtube_dl/__init__.pyglisignoli
2013-02-13Modified youtube-dl to write new lines with the --newline switch. ThisGino Lisignoli
2013-02-08Credit Osama Khalid for Keek supportPhilipp Hagemeister
2013-02-02Better help for new optionsPhilipp Hagemeister
2013-02-02Improve cookie error handlingPhilipp Hagemeister
2013-02-01Added "min-filesize" and "max-filesize" optionsJeff Crouse
2013-01-12Revert "Move update to front"Philipp Hagemeister
2013-01-12Credit jefftimesten for YouPornIE, PornoTubeIE, YouJizzIEPhilipp Hagemeister
2013-01-12--recode-video option (Closes #18)Philipp Hagemeister
2013-01-12Move update to frontPhilipp Hagemeister
2013-01-10Support --audio-format=opusPhilipp Hagemeister
2013-01-01Move gen_extractors to InfoExtractorsPhilipp Hagemeister
2013-01-01credit @jaimeMFPhilipp Hagemeister
2013-01-01ustreamIEJaime Marquínez Ferrándiz
2013-01-01SteamIEJaime Marquínez Ferrándiz
2012-12-30moved updating code to update.pyFilippo Valsorda
2012-12-30some fixes, pulled the codename from the codeFilippo Valsorda
2012-12-30print some version and environment info on --verbose (+ py3 fixes)Filippo Valsorda
2012-12-30The new updates system, relies on gh-pages, secured by RSA, uses external web...Filippo Valsorda
2012-12-27TweetReel IEPhilipp Hagemeister
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-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-17Google Video has been shutdown as of 11/15/2012. All videos on Google Video w...Filippo Valsorda
2012-12-16Credit vasi for justin.tvPhilipp Hagemeister
2012-12-16Preliminary support for twitch.tv and justin.tvDave Vasilevsky
2012-12-15Do not decode NonePhilipp Hagemeister
2012-12-15restrict sys.argv craziness to Python 2 (Fixes #591)Philipp Hagemeister
2012-12-13NBA IE (Closes #590)Philipp Hagemeister
2012-12-11Merge branch 'master' into fork_masterFilippo Valsorda
2012-12-11exposing the test mode as --test (hidden and undocumented)Filippo 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-04Add an example to the -o documentation (#573)Philipp Hagemeister
2012-11-29New repo skeleton, getting ready for PyPiFilippo Valsorda
2012-11-28Mark broken IEs in --list-extractorsPhilipp Hagemeister
2012-11-28Use relative importsPhilipp Hagemeister