summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jaime Marquínez Ferrándiz2013-07-072-0/+58
| | | | | | | | InfoExtractor to get the login info
| * 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
| | | | | It can be downloaded using the ytsubscriptions keyword. It needs the login information.
* Add BrightcoveIE (closes #832)Jaime Marquínez Ferrándiz2013-07-052-0/+33
| | | | It only accepts the urls that are use for embedding the video, it doesn't search in generic webpages to find Brightcove videos
* 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 ↵Jaime Marquínez Ferrándiz2013-07-051-7/+2
| | | | assignment of video_uploader
* 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
| | | | Like http://www.arte.tv/guide/fr/emissions/AJT/arte-journal
* 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
| | | | | | | | | | | | 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 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
| | | | | | (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á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
| | | | (Originally from Rogério Brito <rbrito@ime.usp.br>)
* setup: PEP-8 fixes.Rogério Brito2013-07-011-12/+13
| | | | Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
* setup: cosmetics: Add/remove some whitespace for readability.Rogério Brito2013-07-011-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 Brito2013-07-011-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á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
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-07-013-4/+24
|\
| * [youtube]: add YoutubeShowIE (closes #14)Jaime Marquínez Ferrándiz2013-07-013-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ándiz2013-07-011-1/+1
| | | | | | | | format list
| * YoutubeIE: extract the correct video id for movie URLs (closes #597)Jaime Marquínez Ferrándiz2013-07-011-1/+1
| |
* | Sort IEs alphabetically in --list-extractorsPhilipp Hagemeister2013-07-011-1/+1
|/
* Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister2013-07-012-0/+50
|\ | | | | | | | | Conflicts: youtube_dl/extractor/__init__.py
| * added an IE and test for traileraddict.comM.Yasoob Khalid2013-06-292-0/+50
| |
* | Separate downloader optionsPhilipp Hagemeister2013-07-011-10/+14
| |
* | [update] Add package manager to error message (#959)Philipp Hagemeister2013-07-011-1/+1
| |
* | [youtube] Warn if URL is most likely wrong (#969)Philipp Hagemeister2013-07-011-0/+3
| |
* | [instagram] Fix titlePhilipp Hagemeister2013-06-301-2/+2
| |
* | StatigramIE: update the title of the test videoJaime Marquínez Ferrándiz2013-06-301-1/+1
| |
* | TumblrIE: update testJaime Marquínez Ferrándiz2013-06-301-4/+4
| | | | | | | | The video (once more) is no longer available
* | ArteTvIE: support videos from videos.arte.tvJaime Marquínez Ferrándiz2013-06-301-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 2013.06.34.4Philipp Hagemeister2013-06-291-1/+1
| |