summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* release 2013.05.05 2013.05.05Philipp Hagemeister2013-05-041-1/+1
* Add --no-check-certificate (#814)Philipp Hagemeister2013-05-042-1/+16
* twitch.tv chapters (#810): print out start and end timePhilipp Hagemeister2013-05-042-2/+14
* twitch.tv chapters: Include uploader (#810)Philipp Hagemeister2013-05-041-1/+4
* twitch.tv chapters: Use API for title and other metadataPhilipp Hagemeister2013-05-041-5/+9
* Improve Twitch.tv chapter support (#810)Philipp Hagemeister2013-05-041-18/+31
* Work on twitch.tv chapters (#810)Philipp Hagemeister2013-05-041-9/+40
* raise ExtractorError instead of calling backPhilipp Hagemeister2013-05-041-4/+2
* Simplify WorldStarHipHopPhilipp Hagemeister2013-05-041-13/+7
* Better fix for getting source url'sJohny Mo Swag2013-05-041-2/+2
* updated regular experssion for possible future updates to source urlJohny Mo Swag2013-05-041-1/+1
* Always use HTTPS for youtube (Fixes #691)Philipp Hagemeister2013-05-041-4/+4
* release 2013.05.04 2013.05.04Philipp Hagemeister2013-05-041-1/+1
* Work around a Python bug on Windows with UTF-8 configuration (#820)Philipp Hagemeister2013-05-041-0/+6
* Fix comedycentral: newestPhilipp Hagemeister2013-05-041-10/+12
* Credit @yasoob for IEPhilipp Hagemeister2013-05-031-0/+1
* Simplify RedTubePhilipp Hagemeister2013-05-032-16/+15
* Moved redtube info extractor to the endM.Yasoob Ullah Khalid2013-05-031-34/+34
* added redtube.com in InfoExtractors (2nd pull request with the required amind...M.Yasoob Ullah Khalid2013-05-031-0/+33
* TEDIE: report the correct talk title when a link with the language code is givenJaime Marquínez Ferrándiz2013-05-021-0/+1
* InfoExtractors: use _download_webpage in more IEsJaime Marquínez Ferrándiz2013-05-021-191/+51
* InfoExtractors: fix some regular expressions where dots weren't escapedJaime Marquínez Ferrándiz2013-05-021-6/+6
* Merge pull request #815 from JohnyMoSwag/masterJaime Marquínez Ferrándiz2013-05-021-1/+1
|\
| * Small update for additon of new video source linksJohny Mo Swag2013-05-011-1/+1
* | TumblrIE: fix title matchingJaime Marquínez Ferrándiz2013-05-021-2/+2
|/
* Add BandcampIE (closes #568)Jaime Marquínez Ferrándiz2013-05-011-0/+47
* release 2013.05.01 2013.05.01Philipp Hagemeister2013-05-011-1/+1
* add --write-thumbnail option to download thumbnail (Suggested by `)Philipp Hagemeister2013-05-012-1/+21
* release 2013.04.31 2013.04.31Philipp Hagemeister2013-04-301-1/+1
* Correctly clear the line before writing a new status linePhilipp Hagemeister2013-04-301-2/+3
* Fix help for --proxyPhilipp Hagemeister2013-04-301-1/+1
* release 2013.04.30 2013.04.30Philipp Hagemeister2013-04-301-1/+1
* --proxy optionPhilipp Hagemeister2013-04-301-4/+8
* SoundcloudSetIE: Use upload_date in the unified format (fixes #812)Jaime Marquínez Ferrándiz2013-04-291-1/+1
* Use report_warning when a not working IE will be usesJaime Marquínez Ferrándiz2013-04-281-1/+1
* release 2013.04.28 2013.04.28Philipp Hagemeister2013-04-281-1/+1
* Default to --title (Fixes #499)Philipp Hagemeister2013-04-281-3/+3
* Fix print_notesPhilipp Hagemeister2013-04-281-2/+6
* release 2013.04.27 2013.04.27Philipp Hagemeister2013-04-281-1/+1
* Automatically set HTTPS proxy if given (Fixes #805)Philipp Hagemeister2013-04-281-1/+5
* Allow to use relative dates in the format (now|today)[+-][0-9](day|week|month...Jaime Marquínez Ferrándiz2013-04-281-4/+27
* Re-enable Dailymotion (tests pass)Philipp Hagemeister2013-04-271-1/+0
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-04-274-13/+68
|\
| * Fix some IEs that didn't return the uploade_date in the YYYYMMDD formatJaime Marquínez Ferrándiz2013-04-272-11/+22
| * Allow to select videos to download by their upload dates (related #137)Jaime Marquínez Ferrándiz2013-04-273-1/+45
| * SteamIE: accept urls with agecheckJaime Marquínez Ferrándiz2013-04-271-0/+1
| * YoutubePlaylistIE: don't crash with empty lists (related #808)Jaime Marquínez Ferrándiz2013-04-271-2/+1
* | Rename soundcloud to soundcloud:setPhilipp Hagemeister2013-04-271-1/+1
|/
* Merge pull request #801 from expleo/add_referer_supportJaime Marquínez Ferrándiz2013-04-262-1/+11
|\
| * Adds support for passing a referer.Bjorn Heesakkers2013-04-241-0/+6