summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* release 2013.04.11 2013.04.11Philipp Hagemeister2013-04-111-1/+1
* Fix keek title extractionPhilipp Hagemeister2013-04-111-1/+1
* Option to dump intermediate pagesPhilipp Hagemeister2013-04-112-0/+12
* Use download_webpage in youtube IEPhilipp Hagemeister2013-04-111-12/+9
* Fix default for variable-size autonumberingPhilipp Hagemeister2013-04-111-1/+3
* Merge remote-tracking branch 'sagittarian/vimeo-no-desc'Philipp Hagemeister2013-04-111-1/+1
|\
| * Fix bug when the vimeo description is empty on Python 2.x.Adam Mesha2013-04-111-1/+1
* | Removed overly verbose options and arguments (Should be obvious from the prev...Philipp Hagemeister2013-04-111-2/+0
* | Added option --autonumber-size:Stanislav Kupryakhin2013-04-112-1/+9
* | Merge remote-tracking branch 'sagittarian/resolve-symlinks'Philipp Hagemeister2013-04-111-1/+2
|\ \
| * | Resolve the symlink if __main__.py is invoke as a symlink.Adam Mesha2013-04-111-1/+2
| |/
* | Credit @catch22 for ARD IEPhilipp Hagemeister2013-04-111-0/+1
* | Minor improvements for ARD IEPhilipp Hagemeister2013-04-111-6/+10
* | added ARD InfoExtractor (german state television)Michael Walter2013-04-071-0/+37
* | added --playpath/-y support to RTMP downloads (via 'play_path' entry in 'info...Michael Walter2013-04-071-2/+5
|/
* Change rg3.github.com to rg3.github.io almost everywhereRicardo Garcia2013-04-061-1/+1
* release 2013.04.03 2013.04.03Philipp Hagemeister2013-04-031-1/+1
* Merge pull request #764 from jaimeMF/subtitles_not_foundFilippo Valsorda2013-03-312-23/+41
|\
| * Don't crash in FileDownloader if subtitles couldn't be found and errors are i...Jaime Marquínez Ferrándiz2013-03-311-16/+22
| * Fix crash when subtitles are not found and the option --all-subs is givenJaime Marquínez Ferrándiz2013-03-311-0/+2
| * Use report_error in subtitles error handlingJaime Marquínez Ferrándiz2013-03-311-7/+7
| * More fixes on subtitles errors handlingJaime Marquínez Ferrándiz2013-03-301-2/+6
| * Fix crash when subtitles are not foundJaime Marquínez Ferrándiz2013-03-301-1/+7
* | don't catch YT user URLs in YoutubePlaylistIE (fix #754, fix #763)Filippo Valsorda2013-03-311-4/+2
|/
* release 2013.03.29 2013.03.29Philipp Hagemeister2013-03-291-1/+1
* Merge pull request #736 from rg3/retryFilippo Valsorda2013-03-292-4/+18
|\
| * Bubble up all the stack of exceptions and retry download tests on timeout errorsFilippo Valsorda2013-03-092-4/+18
* | Merge pull request #752 from dodo/masterFilippo Valsorda2013-03-291-0/+82
|\ \
| * | SoundcloudSetIEdodo2013-03-241-0/+82
* | | Merge pull request #730 by @JohnyMoSwagFilippo Valsorda2013-03-291-0/+57
|\ \ \
| * | | catch fatal errorJohny Mo Swag2013-03-081-5/+5
| * | | removed str used for other project.Johny Mo Swag2013-03-081-1/+1
| * | | working - worldstarhiphop IEJohny Mo Swag2013-03-071-3/+5
| * | | 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-291-9/+18
* | | | 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-294-58/+130
|\ \ \ \ \
| * | | | | use sys.stdout.buffer only on Python3Filippo 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