summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 2013.07.10 2013.07.10Philipp Hagemeister2013-07-101-1/+1
* YoutubeIE: new algo for length 83 (closes #1017 and closes #1016)Jaime Marquínez Ferrándiz2013-07-103-4/+4
* GameSpotIE: support more urls and download videos in the best qualityJaime Marquínez Ferrándiz2013-07-091-5/+15
* YoutubeIE: Fix vevo explicit videos (closes #956)Jaime Marquínez Ferrándiz2013-07-091-9/+47
* VeohIE: remove debug loggingJaime Marquínez Ferrándiz2013-07-091-1/+1
* DotsubIE: simplify and extract the upload dateJaime Marquínez Ferrándiz2013-07-081-15/+14
* Merge pull request #1009 from yasoob/masterJaime Marquínez Ferrándiz2013-07-082-1/+43
|\
| * added an IE and test for dotsub.M.Yasoob Khalid2013-07-092-1/+43
* | Add VeohIE (closes #1006)Jaime Marquínez Ferrándiz2013-07-082-0/+48
|/
* YoutubeSubscriptionsIE: raise an error if there's no login information.Jaime Marquínez Ferrándiz2013-07-081-0/+6
* YoutubeIE: use the new method in the base IE for getting the login infoJaime Marquínez Ferrándiz2013-07-081-24/+2
* Remove dead codePhilipp Hagemeister2013-07-082-5/+1
* Do not redefine variables in list comprehensionsPhilipp Hagemeister2013-07-083-5/+5
* release 2013.07.08.1 2013.07.08.1Philipp Hagemeister2013-07-081-1/+1
* [archive.org] Add extractor (Fixes #1003)Philipp Hagemeister2013-07-082-0/+67
* release 2013.07.08 2013.07.08Philipp Hagemeister2013-07-081-1/+1
* [arte] Always look for the JSON URL (Fixes #1002)Philipp Hagemeister2013-07-081-6/+2
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-07-083-1/+64
|\
| * VimeoIE: authentication support (closes #885) and add a method in the base In...Jaime Marquínez Ferrándiz2013-07-072-0/+58
| * YoutubeIE: extract the thumbnail in the best possible qualityJaime Marquínez Ferrándiz2013-07-071-1/+6
* | [3sat] Add support (Fixes #1001)Philipp Hagemeister2013-07-084-1/+96
|/
* release 2013.07.07.01 2013.07.07.01Philipp Hagemeister2013-07-071-1/+1
* [youtube:subscriptions] Use colon for differentiation of shortcutsPhilipp Hagemeister2013-07-072-3/+14
* release 2013.07.07 2013.07.07Philipp Hagemeister2013-07-071-1/+1
* [youtube] Add and extractor for the subscriptions feed (closes #498)Jaime Marquínez Ferrándiz2013-07-072-2/+43
* Add BrightcoveIE (closes #832)Jaime Marquínez Ferrándiz2013-07-052-0/+33
* DailymotionIE: extract thumbnailJaime Marquínez Ferrándiz2013-07-051-0/+1
* release 2013.07.05 2013.07.05Philipp Hagemeister2013-07-051-1/+1
* DailymotionIE: simplify the extraction of the title and remove an unused assi...Jaime Marquínez Ferrándiz2013-07-051-7/+2
* Dailymotion: fix the download of the video in the max quality (closes #986)Jaime Marquínez Ferrándiz2013-07-051-20/+20
* ArteTVIE: support emission urls that don't contain the video idJaime Marquínez Ferrándiz2013-07-051-1/+6
* release 2013.07.04 2013.07.04Philipp Hagemeister2013-07-041-1/+1
* [arte] Fix language selection (Fixes #988)Philipp Hagemeister2013-07-041-8/+12
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-07-031-5/+15
|\
| * ArteTVIE: extract the video with the correct languageJaime Marquínez Ferrándiz2013-07-021-5/+15
* | [auengine] Add tests (Fixes #985)Philipp Hagemeister2013-07-031-0/+8
|/
* TudouIE: extract all the segments of the video and download the best quality ...Jaime Marquínez Ferrándiz2013-07-021-17/+40
* BlipTVIE: download the video in the best quality (closes #215)Jaime Marquínez Ferrándiz2013-07-021-2/+7
* release 2013.07.02 2013.07.02Philipp Hagemeister2013-07-022-8/+11
* Do not show bug report for errors that are to be expected (Closes #973)Philipp Hagemeister2013-07-022-5/+9
* Squelch git not found exception (#973)Philipp Hagemeister2013-07-021-1/+1
* Improve formattingPhilipp Hagemeister2013-07-021-2/+4
* README.md: Fix markup and some of the text.Philipp Hagemeister2013-07-021-2/+2
* setup: PEP-8 fixes.Rogério Brito2013-07-011-12/+13
* setup: cosmetics: Add/remove some whitespace for readability.Rogério Brito2013-07-011-5/+10
* setup: Move pseudo-docstring to a proper comment.Rogério Brito2013-07-011-1/+2
* Add InstagramIE (related #904)Jaime Marquínez Ferrándiz2013-07-012-0/+43
* GenericIE: match titles that spread across multiple lines (related #904)Jaime Marquínez Ferrándiz2013-07-011-1/+1
* Shorten --list-extractor-descriptions to --extractor-descriptionsPhilipp Hagemeister2013-07-011-1/+1
* Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister2013-07-019-22/+34