aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-10YoutubeIE: new algo for length 83 (closes #1017 and closes #1016)Jaime Marquínez Ferrándiz
2013-07-09GameSpotIE: support more urls and download videos in the best qualityJaime Marquínez Ferrándiz
2013-07-09YoutubeIE: Fix vevo explicit videos (closes #956)Jaime Marquínez Ferrándiz
When an age restricted video is detected it simulates accessing the video from www.youtube.com/v/{video_id}
2013-07-09VeohIE: remove debug loggingJaime Marquínez Ferrándiz
2013-07-08DotsubIE: simplify and extract the upload dateJaime Marquínez Ferrándiz
Do not declare variables for fields in the info dictionary.
2013-07-08Merge pull request #1009 from yasoob/masterJaime Marquínez Ferrándiz
Added an IE and test for dotsub.com videos. ( closes #1008 )
2013-07-08Add VeohIE (closes #1006)Jaime Marquínez Ferrándiz
2013-07-09added an IE and test for dotsub.M.Yasoob Khalid
2013-07-08YoutubeSubscriptionsIE: raise an error if there's no login information.Jaime Marquínez Ferrándiz
2013-07-08YoutubeIE: use the new method in the base IE for getting the login infoJaime Marquínez Ferrándiz
2013-07-08Remove dead codePhilipp Hagemeister
2013-07-08Do not redefine variables in list comprehensionsPhilipp Hagemeister
2013-07-08release 2013.07.08.12013.07.08.1Philipp Hagemeister
2013-07-08[archive.org] Add extractor (Fixes #1003)Philipp Hagemeister
2013-07-08release 2013.07.082013.07.08Philipp Hagemeister
2013-07-08[arte] Always look for the JSON URL (Fixes #1002)Philipp Hagemeister
2013-07-08Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-07-08[3sat] Add support (Fixes #1001)Philipp Hagemeister
2013-07-07VimeoIE: authentication support (closes #885) and add a method in the base ↵Jaime Marquínez Ferrándiz
InfoExtractor to get the login info
2013-07-07YoutubeIE: extract the thumbnail in the best possible qualityJaime Marquínez Ferrándiz
2013-07-07release 2013.07.07.012013.07.07.01Philipp Hagemeister
2013-07-07[youtube:subscriptions] Use colon for differentiation of shortcutsPhilipp Hagemeister
2013-07-07release 2013.07.072013.07.07Philipp Hagemeister
2013-07-07[youtube] Add and extractor for the subscriptions feed (closes #498)Jaime Marquínez Ferrándiz
It can be downloaded using the ytsubscriptions keyword. It needs the login information.
2013-07-05Add BrightcoveIE (closes #832)Jaime Marquínez Ferrándiz
It only accepts the urls that are use for embedding the video, it doesn't search in generic webpages to find Brightcove videos
2013-07-05DailymotionIE: extract thumbnailJaime Marquínez Ferrándiz
2013-07-05release 2013.07.052013.07.05Philipp Hagemeister
2013-07-05DailymotionIE: simplify the extraction of the title and remove an unused ↵Jaime Marquínez Ferrándiz
assignment of video_uploader
2013-07-05Dailymotion: fix the download of the video in the max quality (closes #986)Jaime Marquínez Ferrándiz
2013-07-05ArteTVIE: support emission urls that don't contain the video idJaime Marquínez Ferrándiz
Like http://www.arte.tv/guide/fr/emissions/AJT/arte-journal
2013-07-04release 2013.07.042013.07.04Philipp Hagemeister
2013-07-04[arte] Fix language selection (Fixes #988)Philipp Hagemeister
2013-07-03Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-07-03[auengine] Add tests (Fixes #985)Philipp Hagemeister
2013-07-02ArteTVIE: extract the video with the correct languageJaime Marquínez Ferrándiz
Some urls from the French version of the page could download the German version. Also instead of extracting the json url from the webpage, build it to skip the download
2013-07-02TudouIE: extract all the segments of the video and download the best quality ↵Jaime Marquínez Ferrándiz
(closes #975) Also simplify a bit the extraction of the id from the url and write directly the title for the test video
2013-07-02BlipTVIE: download the video in the best quality (closes #215)Jaime Marquínez Ferrándiz
2013-07-02release 2013.07.022013.07.02Philipp Hagemeister
2013-07-02Do not show bug report for errors that are to be expected (Closes #973)Philipp Hagemeister
2013-07-02Squelch git not found exception (#973)Philipp Hagemeister
2013-07-02Improve formattingPhilipp Hagemeister
2013-07-02README.md: Fix markup and some of the text.Philipp Hagemeister
(Originally from Rogério Brito <rbrito@ime.usp.br>)
2013-07-01setup: PEP-8 fixes.Rogério Brito
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-07-01setup: cosmetics: Add/remove some whitespace for readability.Rogério Brito
This also fixes some long lines. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-07-01setup: Move pseudo-docstring to a proper comment.Rogério Brito
A string statement is not a docstring if it doesn't occur right at the top of modules, functions, class definitions etc. This patch fixes it. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-07-01Add InstagramIE (related #904)Jaime Marquínez Ferrándiz
2013-07-01GenericIE: match titles that spread across multiple lines (related #904)Jaime Marquínez Ferrándiz
2013-07-01Shorten --list-extractor-descriptions to --extractor-descriptionsPhilipp Hagemeister
2013-07-01Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister
2013-07-01Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister