]>
git.bitcoin.ninja Git - youtube-dl/log
Jaime Marquínez Ferrándiz [Fri, 12 Jul 2013 12:52:01 +0000 (14:52 +0200)]
GenericIE: allow to match declaration of the Brightocove parameters that use ' instead of "
Jaime Marquínez Ferrándiz [Fri, 12 Jul 2013 09:39:40 +0000 (11:39 +0200)]
[ign]: support some country versions and add an extractor for 1up.com
1up.com uses the gin video system, the extractor is a subclass of IGNIE, it just replaces the video id
Jaime Marquínez Ferrándiz [Thu, 11 Jul 2013 22:00:21 +0000 (00:00 +0200)]
Add IGNIE
Only for www.ign.com, it doesn't support country specific versions (like es.ign.com)
Philipp Hagemeister [Thu, 11 Jul 2013 21:54:34 +0000 (23:54 +0200)]
release 2013.07.12
Jaime Marquínez Ferrándiz [Thu, 11 Jul 2013 21:47:54 +0000 (23:47 +0200)]
YoutubeIE: add algo for length 81 (closes #1026)
Philipp Hagemeister [Thu, 11 Jul 2013 19:04:59 +0000 (21:04 +0200)]
release 2013.07.11
Jaime Marquínez Ferrándiz [Thu, 11 Jul 2013 18:21:45 +0000 (20:21 +0200)]
YoutubeIE: a new algo for length 83
Jaime Marquínez Ferrándiz [Thu, 11 Jul 2013 16:10:39 +0000 (18:10 +0200)]
GametrailersIE: support multipart videos
Use xml.etree.ElementTree instead of re when possible
Philipp Hagemeister [Thu, 11 Jul 2013 14:31:29 +0000 (16:31 +0200)]
[brightcove] add import
Philipp Hagemeister [Thu, 11 Jul 2013 14:16:02 +0000 (16:16 +0200)]
[brightcove] fix on Python 2.6
Philipp Hagemeister [Thu, 11 Jul 2013 14:12:16 +0000 (16:12 +0200)]
[arte] Fix on 2.6
Philipp Hagemeister [Thu, 11 Jul 2013 14:12:08 +0000 (16:12 +0200)]
Add helper function find_path_attr
Philipp Hagemeister [Thu, 11 Jul 2013 10:12:23 +0000 (12:12 +0200)]
Remove video_result helper method
Calling it was more complex then actually including the type in the video info
Philipp Hagemeister [Thu, 11 Jul 2013 10:11:00 +0000 (12:11 +0200)]
[ehow] improve minor bits
Philipp Hagemeister [Thu, 11 Jul 2013 10:02:16 +0000 (12:02 +0200)]
Merge remote-tracking branch 'yasoob/master'
M.Yasoob Khalid [Thu, 11 Jul 2013 09:30:25 +0000 (14:30 +0500)]
added test for ehow
M.Yasoob Khalid [Thu, 11 Jul 2013 09:25:14 +0000 (14:25 +0500)]
added an IE for Ehow videos
Jaime Marquínez Ferrándiz [Wed, 10 Jul 2013 22:25:38 +0000 (00:25 +0200)]
GenericIE: detect more Brightcove videos
In some sites "class" contains more that BrightcoveExperience
Jaime Marquínez Ferrándiz [Wed, 10 Jul 2013 22:04:33 +0000 (00:04 +0200)]
BrightcoveIE: add support for playlists
Jaime Marquínez Ferrándiz [Wed, 10 Jul 2013 21:36:30 +0000 (23:36 +0200)]
Set the playlist_index and playlist fields for already resolved video results.
Jaime Marquínez Ferrándiz [Wed, 10 Jul 2013 15:49:11 +0000 (17:49 +0200)]
GenericIE: Detect videos from Brightcove
Brightcove videos info is usually found in an <object class="BrightcoveExperience"></object> node, this is passed to a new method of BrightcoveIE that builds a url to extract the video.
Jaime Marquínez Ferrándiz [Wed, 10 Jul 2013 12:35:11 +0000 (14:35 +0200)]
YoutubeIE: show a more meaningful error when it founds a rtmpe download (related #343)
Philipp Hagemeister [Wed, 10 Jul 2013 09:36:11 +0000 (11:36 +0200)]
release 2013.07.10
Jaime Marquínez Ferrándiz [Wed, 10 Jul 2013 08:40:49 +0000 (10:40 +0200)]
YoutubeIE: new algo for length 83 (closes #1017 and closes #1016)
Jaime Marquínez Ferrándiz [Tue, 9 Jul 2013 18:07:52 +0000 (20:07 +0200)]
GameSpotIE: support more urls and download videos in the best quality
Jaime Marquínez Ferrándiz [Tue, 9 Jul 2013 12:38:24 +0000 (14:38 +0200)]
YoutubeIE: Fix vevo explicit videos (closes #956)
When an age restricted video is detected it simulates accessing the video from www.youtube.com/v/{video_id}
Jaime Marquínez Ferrándiz [Tue, 9 Jul 2013 09:11:55 +0000 (11:11 +0200)]
VeohIE: remove debug logging
Jaime Marquínez Ferrándiz [Mon, 8 Jul 2013 20:40:42 +0000 (22:40 +0200)]
DotsubIE: simplify and extract the upload date
Do not declare variables for fields in the info dictionary.
Jaime Marquínez Ferrándiz [Mon, 8 Jul 2013 20:21:06 +0000 (22:21 +0200)]
Merge pull request #1009 from yasoob/master
Added an IE and test for dotsub.com videos. ( closes #1008 )
Jaime Marquínez Ferrándiz [Mon, 8 Jul 2013 20:02:23 +0000 (22:02 +0200)]
Add VeohIE (closes #1006)
M.Yasoob Khalid [Mon, 8 Jul 2013 19:05:52 +0000 (00:05 +0500)]
added an IE and test for dotsub.
Jaime Marquínez Ferrándiz [Mon, 8 Jul 2013 09:23:05 +0000 (11:23 +0200)]
YoutubeSubscriptionsIE: raise an error if there's no login information.
Jaime Marquínez Ferrándiz [Mon, 8 Jul 2013 09:22:34 +0000 (11:22 +0200)]
YoutubeIE: use the new method in the base IE for getting the login info
Philipp Hagemeister [Mon, 8 Jul 2013 00:13:50 +0000 (02:13 +0200)]
Remove dead code
Philipp Hagemeister [Mon, 8 Jul 2013 00:12:20 +0000 (02:12 +0200)]
Do not redefine variables in list comprehensions
Philipp Hagemeister [Mon, 8 Jul 2013 00:05:22 +0000 (02:05 +0200)]
release 2013.07.08.1
Philipp Hagemeister [Mon, 8 Jul 2013 00:04:11 +0000 (02:04 +0200)]
[archive.org] Add extractor (Fixes #1003)
Philipp Hagemeister [Sun, 7 Jul 2013 23:29:16 +0000 (01:29 +0200)]
release 2013.07.08
Philipp Hagemeister [Sun, 7 Jul 2013 23:28:19 +0000 (01:28 +0200)]
[arte] Always look for the JSON URL (Fixes #1002)
Philipp Hagemeister [Sun, 7 Jul 2013 23:15:19 +0000 (01:15 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Sun, 7 Jul 2013 23:13:55 +0000 (01:13 +0200)]
[3sat] Add support (Fixes #1001)
Jaime Marquínez Ferrándiz [Sun, 7 Jul 2013 21:24:34 +0000 (23:24 +0200)]
VimeoIE: authentication support (closes #885) and add a method in the base InfoExtractor to get the login info
Jaime Marquínez Ferrándiz [Sun, 7 Jul 2013 19:21:15 +0000 (21:21 +0200)]
YoutubeIE: extract the thumbnail in the best possible quality
Philipp Hagemeister [Sun, 7 Jul 2013 15:13:56 +0000 (17:13 +0200)]
release 2013.07.07.01
Philipp Hagemeister [Sun, 7 Jul 2013 15:13:26 +0000 (17:13 +0200)]
[youtube:subscriptions] Use colon for differentiation of shortcuts
Philipp Hagemeister [Sun, 7 Jul 2013 14:55:06 +0000 (16:55 +0200)]
release 2013.07.07
Jaime Marquínez Ferrándiz [Sun, 7 Jul 2013 11:58:23 +0000 (13:58 +0200)]
[youtube] Add and extractor for the subscriptions feed (closes #498)
It can be downloaded using the ytsubscriptions keyword.
It needs the login information.
Jaime Marquínez Ferrándiz [Fri, 5 Jul 2013 19:31:50 +0000 (21:31 +0200)]
Add BrightcoveIE (closes #832)
It only accepts the urls that are use for embedding the video, it doesn't search in generic webpages to find Brightcove videos
Jaime Marquínez Ferrándiz [Fri, 5 Jul 2013 17:39:37 +0000 (19:39 +0200)]
DailymotionIE: extract thumbnail
Philipp Hagemeister [Fri, 5 Jul 2013 12:46:24 +0000 (14:46 +0200)]
release 2013.07.05
Jaime Marquínez Ferrándiz [Fri, 5 Jul 2013 12:20:15 +0000 (14:20 +0200)]
DailymotionIE: simplify the extraction of the title and remove an unused assignment of video_uploader
Jaime Marquínez Ferrándiz [Fri, 5 Jul 2013 12:15:26 +0000 (14:15 +0200)]
Dailymotion: fix the download of the video in the max quality (closes #986)
Jaime Marquínez Ferrándiz [Fri, 5 Jul 2013 10:56:41 +0000 (12:56 +0200)]
ArteTVIE: support emission urls that don't contain the video id
Like http://www.arte.tv/guide/fr/emissions/AJT/arte-journal
Philipp Hagemeister [Thu, 4 Jul 2013 16:07:34 +0000 (18:07 +0200)]
release 2013.07.04
Philipp Hagemeister [Thu, 4 Jul 2013 16:06:47 +0000 (18:06 +0200)]
[arte] Fix language selection (Fixes #988)
Philipp Hagemeister [Wed, 3 Jul 2013 14:36:42 +0000 (16:36 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Wed, 3 Jul 2013 14:36:36 +0000 (16:36 +0200)]
[auengine] Add tests (Fixes #985)
Jaime Marquínez Ferrándiz [Tue, 2 Jul 2013 15:34:40 +0000 (17:34 +0200)]
ArteTVIE: extract the video with the correct language
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
Jaime Marquínez Ferrándiz [Tue, 2 Jul 2013 10:38:24 +0000 (12:38 +0200)]
TudouIE: extract all the segments of the video and download the best quality (closes #975)
Also simplify a bit the extraction of the id from the url and write directly the title for the test video
Jaime Marquínez Ferrándiz [Tue, 2 Jul 2013 08:40:23 +0000 (10:40 +0200)]
BlipTVIE: download the video in the best quality (closes #215)
Philipp Hagemeister [Tue, 2 Jul 2013 07:14:09 +0000 (09:14 +0200)]
release 2013.07.02
Philipp Hagemeister [Tue, 2 Jul 2013 06:40:21 +0000 (08:40 +0200)]
Do not show bug report for errors that are to be expected (Closes #973)
Philipp Hagemeister [Tue, 2 Jul 2013 06:36:20 +0000 (08:36 +0200)]
Squelch git not found exception (#973)
Philipp Hagemeister [Tue, 2 Jul 2013 06:35:39 +0000 (08:35 +0200)]
Improve formatting
Philipp Hagemeister [Tue, 2 Jul 2013 05:39:54 +0000 (07:39 +0200)]
README.md: Fix markup and some of the text.
(Originally from Rogério Brito <rbrito@ime.usp.br>)
Rogério Brito [Wed, 26 Jun 2013 03:54:55 +0000 (00:54 -0300)]
setup: PEP-8 fixes.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Rogério Brito [Wed, 26 Jun 2013 03:53:55 +0000 (00:53 -0300)]
setup: cosmetics: Add/remove some whitespace for readability.
This also fixes some long lines.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Rogério Brito [Wed, 26 Jun 2013 03:51:27 +0000 (00:51 -0300)]
setup: Move pseudo-docstring to a proper comment.
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>
Jaime Marquínez Ferrándiz [Mon, 1 Jul 2013 19:08:54 +0000 (21:08 +0200)]
Add InstagramIE (related #904)
Jaime Marquínez Ferrándiz [Mon, 1 Jul 2013 18:50:50 +0000 (20:50 +0200)]
GenericIE: match titles that spread across multiple lines (related #904)
Philipp Hagemeister [Mon, 1 Jul 2013 16:59:29 +0000 (18:59 +0200)]
Shorten --list-extractor-descriptions to --extractor-descriptions
Philipp Hagemeister [Mon, 1 Jul 2013 16:52:19 +0000 (18:52 +0200)]
Add --list-extractor-descriptions (human-readable list of IEs)
Philipp Hagemeister [Mon, 1 Jul 2013 16:21:36 +0000 (18:21 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Mon, 1 Jul 2013 16:21:29 +0000 (18:21 +0200)]
Sort IEs alphabetically in --list-extractors
Jaime Marquínez Ferrándiz [Mon, 1 Jul 2013 15:59:28 +0000 (17:59 +0200)]
[youtube]: add YoutubeShowIE (closes #14)
It just extracts the playlists urls for each season
Jaime Marquínez Ferrándiz [Mon, 1 Jul 2013 15:19:33 +0000 (17:19 +0200)]
YoutubeIE: use a negative index when accessing the last element of the format list
Jaime Marquínez Ferrándiz [Mon, 1 Jul 2013 14:51:18 +0000 (16:51 +0200)]
YoutubeIE: extract the correct video id for movie URLs (closes #597)
Philipp Hagemeister [Mon, 1 Jul 2013 13:19:45 +0000 (15:19 +0200)]
Merge remote-tracking branch 'yasoob/master'
Conflicts:
youtube_dl/extractor/__init__.py
Philipp Hagemeister [Mon, 1 Jul 2013 12:53:25 +0000 (14:53 +0200)]
Separate downloader options
Philipp Hagemeister [Mon, 1 Jul 2013 00:36:49 +0000 (02:36 +0200)]
[update] Add package manager to error message (#959)
Philipp Hagemeister [Mon, 1 Jul 2013 00:29:29 +0000 (02:29 +0200)]
[youtube] Warn if URL is most likely wrong (#969)
Philipp Hagemeister [Sun, 30 Jun 2013 12:07:32 +0000 (14:07 +0200)]
[instagram] Fix title
Jaime Marquínez Ferrándiz [Sun, 30 Jun 2013 11:57:57 +0000 (13:57 +0200)]
StatigramIE: update the title of the test video
Jaime Marquínez Ferrándiz [Sun, 30 Jun 2013 11:52:20 +0000 (13:52 +0200)]
TumblrIE: update test
The video (once more) is no longer available
Jaime Marquínez Ferrándiz [Sun, 30 Jun 2013 11:38:22 +0000 (13:38 +0200)]
ArteTvIE: support videos from videos.arte.tv
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.
Philipp Hagemeister [Sat, 29 Jun 2013 18:22:08 +0000 (20:22 +0200)]
release 2013.06.34.4
Philipp Hagemeister [Sat, 29 Jun 2013 18:21:13 +0000 (20:21 +0200)]
Merge remote-tracking branch 'origin/master'
Philipp Hagemeister [Sat, 29 Jun 2013 18:20:20 +0000 (20:20 +0200)]
[vimeo] fix detection for http://vimeo.com/groups/124584/videos/
24973060
Jaime Marquínez Ferrándiz [Sat, 29 Jun 2013 16:22:03 +0000 (18:22 +0200)]
WatIE: support videos divided in multiple parts (closes #222 and #659)
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
Philipp Hagemeister [Sat, 29 Jun 2013 15:42:15 +0000 (17:42 +0200)]
[tutv] Fix URL type (for Python 3)
Philipp Hagemeister [Sat, 29 Jun 2013 15:30:11 +0000 (17:30 +0200)]
release 2013.06.34.3
Philipp Hagemeister [Sat, 29 Jun 2013 15:29:40 +0000 (17:29 +0200)]
[tutv] Add IE (Fixes #965)
Philipp Hagemeister [Sat, 29 Jun 2013 14:57:34 +0000 (16:57 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Sat, 29 Jun 2013 14:45:56 +0000 (16:45 +0200)]
[ted] Fix test checksum
Jaime Marquínez Ferrándiz [Sat, 29 Jun 2013 14:35:28 +0000 (16:35 +0200)]
Update the default output template in the README
It was changed in
08b2ac745a7991b58d17e3e8cb2c51e96b18534a
Philipp Hagemeister [Sat, 29 Jun 2013 14:32:28 +0000 (16:32 +0200)]
Document view_count (Closes #963)
Philipp Hagemeister [Sat, 29 Jun 2013 14:30:49 +0000 (07:30 -0700)]
Merge pull request #962 from jaimeMF/TF1
Add TF1IE
M.Yasoob Khalid [Sat, 29 Jun 2013 14:17:27 +0000 (19:17 +0500)]
added an IE and test for traileraddict.com
Jaime Marquínez Ferrándiz [Sat, 29 Jun 2013 13:18:19 +0000 (15:18 +0200)]
Move TF1IE to its own file
Jaime Marquínez Ferrándiz [Sat, 29 Jun 2013 12:43:35 +0000 (14:43 +0200)]
Add TF1IE