aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-07-01Sort IEs alphabetically in --list-extractorsPhilipp Hagemeister
2013-07-01[youtube]: add YoutubeShowIE (closes #14)Jaime Marquínez Ferrándiz
It just extracts the playlists urls for each season
2013-07-01YoutubeIE: use a negative index when accessing the last element of the ↵Jaime Marquínez Ferrándiz
format list
2013-07-01YoutubeIE: extract the correct video id for movie URLs (closes #597)Jaime Marquínez Ferrándiz
2013-07-01Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister
Conflicts: youtube_dl/extractor/__init__.py
2013-07-01Separate downloader optionsPhilipp Hagemeister
2013-07-01[update] Add package manager to error message (#959)Philipp Hagemeister
2013-07-01[youtube] Warn if URL is most likely wrong (#969)Philipp Hagemeister
2013-06-30[instagram] Fix titlePhilipp Hagemeister
2013-06-30StatigramIE: update the title of the test videoJaime Marquínez Ferrándiz
2013-06-30TumblrIE: update testJaime Marquínez Ferrándiz
The video (once more) is no longer available
2013-06-30ArteTvIE: support videos from videos.arte.tvJaime Marquínez Ferrándiz
Each source of videos have a different extraction process, they are in different methods of the extractor. Changed the extension of videos from mp4 to flv.
2013-06-29release 2013.06.34.42013.06.34.4Philipp Hagemeister
2013-06-29Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2013-06-29[vimeo] fix detection for http://vimeo.com/groups/124584/videos/24973060Philipp Hagemeister
2013-06-29WatIE: support videos divided in multiple parts (closes #222 and #659)Jaime Marquínez Ferrándiz
The id for the videos is now the full id, no the one in the webpage url. Also extract more information: description, view_count and upload_date
2013-06-29[tutv] Fix URL type (for Python 3)Philipp Hagemeister
2013-06-29release 2013.06.34.32013.06.34.3Philipp Hagemeister
2013-06-29[tutv] Add IE (Fixes #965)Philipp Hagemeister
2013-06-29Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-06-29[ted] Fix test checksumPhilipp Hagemeister
2013-06-29Update the default output template in the READMEJaime Marquínez Ferrándiz
It was changed in 08b2ac745a7991b58d17e3e8cb2c51e96b18534a
2013-06-29Document view_count (Closes #963)Philipp Hagemeister
2013-06-29Merge pull request #962 from jaimeMF/TF1Philipp Hagemeister
Add TF1IE
2013-06-29added an IE and test for traileraddict.comM.Yasoob Khalid
2013-06-29Move TF1IE to its own fileJaime Marquínez Ferrándiz
2013-06-29Add TF1IEJaime Marquínez Ferrándiz
2013-06-29keep track of the dates and html5player versions of working YT signature algosFilippo Valsorda
2013-06-28Add WatIEJaime Marquínez Ferrándiz
2013-06-28Rewrote error message a bit to clarifyPhilipp Hagemeister
2013-06-28Changed the error message.M.Yasoob Ullah Khalid
I changed the ExtractorError from ```msg = msg + u'; please report this issue on http://yt-dl.org/bug'``` to ```msg = msg + u'; please report this issue on http://yt-dl.org/bug with the complete output by running the same command with --verbose flag'``` Hopefully this will tell the users to report bugs with the complete output.
2013-06-28Add RingTVIE (Thanks @yasoob)M.Yasoob Khalid