summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | removed str used for other project.Johny Mo Swag2013-03-081-1/+1
| * | | working - worldstarhiphop IEJohny Mo Swag2013-03-072-3/+7
| * | | clean upJohny Mo Swag2013-03-071-17/+11
| * | | fixed typoJohny Mo Swag2013-03-061-1/+1
| * | | Support for WorldStarHipHop.comJohny Mo Swag2013-03-061-1/+62
* | | | fix FunnyOrDieIE, MyVideoIE, TEDIEFilippo Valsorda2013-03-292-5/+5
* | | | fix SpiegelIEFilippo Valsorda2013-03-291-1/+1
* | | | Rebased, fixed and extended LiveLeak.com supportFilippo Valsorda2013-03-292-9/+29
* | | | Update InfoExtractors.pykkalpakloglou2013-03-291-2/+41
* | | | Merge remote-tracking branch 'jaimeMF/color_error_messages'Philipp Hagemeister2013-03-292-174/+190
|\ \ \ \
| * | | | More trouble calls changed in InfoExtractors.pyJaime Marquínez Ferrándiz2013-03-051-8/+8
| * | | | Use report_error in InfoExtractors.pyJaime Marquínez Ferrándiz2013-03-041-150/+150
| * | | | Use report_error in FileDownloader.pyJaime Marquínez Ferrándiz2013-03-041-18/+22
| * | | | Use red color when printing error messagesJaime Marquínez Ferrándiz2013-03-041-0/+12
* | | | | Add a note on MaxDownloadsReached (#732, thanks to CBGoodBuddy)Philipp Hagemeister2013-03-291-0/+3
* | | | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-03-296-63/+182
|\ \ \ \ \
| * | | | | use sys.stdout.buffer only on Python3Filippo Valsorda2013-03-281-1/+1
| * | | | | Merge pull request #762 from jynnantonix/masterFilippo Valsorda2013-03-281-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Use sys.stdout.buffer instead of sys.stdoutChirantan Ekbote2013-03-271-1/+1
| |/ / / /
| * | | | fix KeekIEFilippo Valsorda2013-03-201-4/+4
| * | | | Merge pull request #699 by @iemejiaFilippo Valsorda2013-03-205-58/+177
| |\ \ \ \
| | * | | | add '--write-srt' and '--srt-lang' aliases for backwards compatibilityFilippo Valsorda2013-03-201-2/+2
| | * | | | Fixed typo in error message when no subtitles were available.Ismael Mejia2013-03-201-1/+1
| | * | | | Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia2013-03-205-8/+33
| | * | | | Added new option '--sub-format' to choose the format of the subtitles to down...Ismael Mejia2013-03-205-9/+26
| | * | | | Refactor subtitle options from srt to the more generic 'sub'.Ismael Mejia2013-03-203-54/+54
| | * | | | Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia2013-03-205-35/+107
| | * | | | Added new option '--only-srt' to download only the subtitles of a videoIsmael Mejia2013-02-214-1/+22
| | * | | | Removed conversion from youtube closed caption format to srt since youtube ap...Ismael Mejia2013-02-212-22/+6
* | | | | | Spiegel: Support hash at end of URLPhilipp Hagemeister2013-03-161-1/+1
|/ / / / /
* | | | | Spiegel IEPhilipp Hagemeister2013-03-122-1/+51
* | | | | Add configuration to -v outputPhilipp Hagemeister2013-03-121-3/+11
| |_|_|/ |/| | |
* | | | Fix Unicode handling GenericIE (Fixes #734)Philipp Hagemeister2013-03-082-7/+9
* | | | Clear up error messages (#734)Philipp Hagemeister2013-03-081-2/+5
| |_|/ |/| |
* | | Merge pull request #728 from timdoug/fix-escapist-extensionPhilipp Hagemeister2013-03-061-1/+1
|\ \ \ | |_|/ |/| |
| * | Escapist videos are acutally .mp4, not .flvTim Douglas2013-03-061-1/+1
|/ /
* | Fix Python 3 errors with rmtp downloadsPhilipp Hagemeister2013-03-031-1/+1
* | Clarify rate limit documentation (Closes #723)Philipp Hagemeister2013-03-031-1/+1
* | Remove changed playlist test (#661)Philipp Hagemeister2013-03-031-6/+0
* | Remove tweetreel - it has shut downPhilipp Hagemeister2013-03-032-62/+0
* | Use proper urlparse functions and simplify a bitPhilipp Hagemeister2013-03-031-11/+7
* | Merge remote-tracking branch 'jcarlosgarciasegovia/master'Philipp Hagemeister2013-03-031-0/+15
|\ \
| * | Allow downloading http://blip.tv/play/ embeded URLsJuan Carlos Garcia Segovia2013-03-011-0/+15
* | | Use report_warning in InfoExtractorsJaime Marquínez Ferrándiz2013-03-021-13/+13
* | | Use color when printing warning messagesJaime Marquínez Ferrándiz2013-02-281-4/+16
|/ /
* | Don't be too clever (Fixes Python 3)Philipp Hagemeister2013-02-261-2/+1
* | fix tests in Python3, and make them parallelizablePhilipp Hagemeister2013-02-261-6/+7
* | Do not user upper-case for non-constantsPhilipp Hagemeister2013-02-261-31/+31
* | Merge remote-tracking branch 'origin/API_YT_playlists'Philipp Hagemeister2013-02-263-75/+120
|\ \
| * | Modified Youtube video/playlist matching; fixes #668; fixes #585Filippo Valsorda2013-02-263-33/+59