Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | release 2013.07.05 | Philipp Hagemeister | 2013-07-05 | 1 | -1/+1 | |
| | ||||||
* | DailymotionIE: simplify the extraction of the title and remove an unused ↵ | Jaime Marquínez Ferrándiz | 2013-07-05 | 1 | -7/+2 | |
| | | | | assignment of video_uploader | |||||
* | Dailymotion: fix the download of the video in the max quality (closes #986) | Jaime Marquínez Ferrándiz | 2013-07-05 | 1 | -20/+20 | |
| | ||||||
* | ArteTVIE: support emission urls that don't contain the video id | Jaime Marquínez Ferrándiz | 2013-07-05 | 1 | -1/+6 | |
| | | | | Like http://www.arte.tv/guide/fr/emissions/AJT/arte-journal | |||||
* | release 2013.07.04 | Philipp Hagemeister | 2013-07-04 | 1 | -1/+1 | |
| | ||||||
* | [arte] Fix language selection (Fixes #988) | Philipp Hagemeister | 2013-07-04 | 1 | -8/+12 | |
| | ||||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-07-03 | 1 | -5/+15 | |
|\ | ||||||
| * | ArteTVIE: extract the video with the correct language | Jaime Marquínez Ferrándiz | 2013-07-02 | 1 | -5/+15 | |
| | | | | | | | | | | | | 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 | |||||
* | | [auengine] Add tests (Fixes #985) | Philipp Hagemeister | 2013-07-03 | 1 | -0/+8 | |
|/ | ||||||
* | TudouIE: extract all the segments of the video and download the best quality ↵ | Jaime Marquínez Ferrándiz | 2013-07-02 | 1 | -17/+40 | |
| | | | | | | (closes #975) Also simplify a bit the extraction of the id from the url and write directly the title for the test video | |||||
* | BlipTVIE: download the video in the best quality (closes #215) | Jaime Marquínez Ferrándiz | 2013-07-02 | 1 | -2/+7 | |
| | ||||||
* | release 2013.07.02 | Philipp Hagemeister | 2013-07-02 | 2 | -8/+11 | |
| | ||||||
* | Do not show bug report for errors that are to be expected (Closes #973) | Philipp Hagemeister | 2013-07-02 | 2 | -5/+9 | |
| | ||||||
* | Squelch git not found exception (#973) | Philipp Hagemeister | 2013-07-02 | 1 | -1/+1 | |
| | ||||||
* | Improve formatting | Philipp Hagemeister | 2013-07-02 | 1 | -2/+4 | |
| | ||||||
* | README.md: Fix markup and some of the text. | Philipp Hagemeister | 2013-07-02 | 1 | -2/+2 | |
| | | | | (Originally from Rogério Brito <rbrito@ime.usp.br>) | |||||
* | setup: PEP-8 fixes. | Rogério Brito | 2013-07-01 | 1 | -12/+13 | |
| | | | | Signed-off-by: Rogério Brito <rbrito@ime.usp.br> | |||||
* | setup: cosmetics: Add/remove some whitespace for readability. | Rogério Brito | 2013-07-01 | 1 | -5/+10 | |
| | | | | | | This also fixes some long lines. Signed-off-by: Rogério Brito <rbrito@ime.usp.br> | |||||
* | setup: Move pseudo-docstring to a proper comment. | Rogério Brito | 2013-07-01 | 1 | -1/+2 | |
| | | | | | | | | | 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> | |||||
* | Add InstagramIE (related #904) | Jaime Marquínez Ferrándiz | 2013-07-01 | 2 | -0/+43 | |
| | ||||||
* | GenericIE: match titles that spread across multiple lines (related #904) | Jaime Marquínez Ferrándiz | 2013-07-01 | 1 | -1/+1 | |
| | ||||||
* | Shorten --list-extractor-descriptions to --extractor-descriptions | Philipp Hagemeister | 2013-07-01 | 1 | -1/+1 | |
| | ||||||
* | Add --list-extractor-descriptions (human-readable list of IEs) | Philipp Hagemeister | 2013-07-01 | 9 | -22/+34 | |
| | ||||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-07-01 | 3 | -4/+24 | |
|\ | ||||||
| * | [youtube]: add YoutubeShowIE (closes #14) | Jaime Marquínez Ferrándiz | 2013-07-01 | 3 | -2/+22 | |
| | | | | | | | | It just extracts the playlists urls for each season | |||||
| * | YoutubeIE: use a negative index when accessing the last element of the ↵ | Jaime Marquínez Ferrándiz | 2013-07-01 | 1 | -1/+1 | |
| | | | | | | | | format list | |||||
| * | YoutubeIE: extract the correct video id for movie URLs (closes #597) | Jaime Marquínez Ferrándiz | 2013-07-01 | 1 | -1/+1 | |
| | | ||||||
* | | Sort IEs alphabetically in --list-extractors | Philipp Hagemeister | 2013-07-01 | 1 | -1/+1 | |
|/ | ||||||
* | Merge remote-tracking branch 'yasoob/master' | Philipp Hagemeister | 2013-07-01 | 2 | -0/+50 | |
|\ | | | | | | | | | Conflicts: youtube_dl/extractor/__init__.py | |||||
| * | added an IE and test for traileraddict.com | M.Yasoob Khalid | 2013-06-29 | 2 | -0/+50 | |
| | | ||||||
* | | Separate downloader options | Philipp Hagemeister | 2013-07-01 | 1 | -10/+14 | |
| | | ||||||
* | | [update] Add package manager to error message (#959) | Philipp Hagemeister | 2013-07-01 | 1 | -1/+1 | |
| | | ||||||
* | | [youtube] Warn if URL is most likely wrong (#969) | Philipp Hagemeister | 2013-07-01 | 1 | -0/+3 | |
| | | ||||||
* | | [instagram] Fix title | Philipp Hagemeister | 2013-06-30 | 1 | -2/+2 | |
| | | ||||||
* | | StatigramIE: update the title of the test video | Jaime Marquínez Ferrándiz | 2013-06-30 | 1 | -1/+1 | |
| | | ||||||
* | | TumblrIE: update test | Jaime Marquínez Ferrándiz | 2013-06-30 | 1 | -4/+4 | |
| | | | | | | | | The video (once more) is no longer available | |||||
* | | ArteTvIE: support videos from videos.arte.tv | Jaime Marquínez Ferrándiz | 2013-06-30 | 1 | -8/+55 | |
| | | | | | | | | | | 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. | |||||
* | | release 2013.06.34.4 | Philipp Hagemeister | 2013-06-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2013-06-29 | 2 | -14/+51 | |
|\ \ | ||||||
| * | | WatIE: support videos divided in multiple parts (closes #222 and #659) | Jaime Marquínez Ferrándiz | 2013-06-29 | 2 | -14/+51 | |
| | | | | | | | | | | | | | | | 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 | |||||
* | | | [vimeo] fix detection for http://vimeo.com/groups/124584/videos/24973060 | Philipp Hagemeister | 2013-06-29 | 1 | -1/+1 | |
|/ / | ||||||
* | | [tutv] Fix URL type (for Python 3) | Philipp Hagemeister | 2013-06-29 | 1 | -2/+2 | |
| | | ||||||
* | | release 2013.06.34.3 | Philipp Hagemeister | 2013-06-29 | 1 | -1/+1 | |
| | | ||||||
* | | [tutv] Add IE (Fixes #965) | Philipp Hagemeister | 2013-06-29 | 2 | -0/+42 | |
| | | ||||||
* | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-06-29 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Update the default output template in the README | Jaime Marquínez Ferrándiz | 2013-06-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | It was changed in 08b2ac745a7991b58d17e3e8cb2c51e96b18534a | |||||
* | | | [ted] Fix test checksum | Philipp Hagemeister | 2013-06-29 | 1 | -1/+1 | |
|/ / | ||||||
* | | Document view_count (Closes #963) | Philipp Hagemeister | 2013-06-29 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #962 from jaimeMF/TF1 | Philipp Hagemeister | 2013-06-29 | 2 | -0/+35 | |
|\ \ | | | | | | | Add TF1IE | |||||
| * | | Move TF1IE to its own file | Jaime Marquínez Ferrándiz | 2013-06-29 | 3 | -31/+36 | |
| | | |