]>
gitweb @ CieloNegro.org - youtube-dl.git/log
Philipp Hagemeister [Tue, 29 Nov 2011 19:08:01 +0000 (20:08 +0100)]
Do not count unmatched or skipped videos towards max-downloads (Closes #232)
Philipp Hagemeister [Mon, 28 Nov 2011 00:29:46 +0000 (01:29 +0100)]
Preliminary implementation of configuration files
Philipp Hagemeister [Mon, 28 Nov 2011 00:00:01 +0000 (01:00 +0100)]
Document -o %(upload_date)s (Closes #228)
Philipp Hagemeister [Sun, 27 Nov 2011 23:55:44 +0000 (00:55 +0100)]
--max-downloads option (Closes #230)
Philipp Hagemeister [Thu, 24 Nov 2011 17:58:19 +0000 (18:58 +0100)]
Credit shizeeg for Mixcloud IE
Philipp Hagemeister [Thu, 24 Nov 2011 17:02:12 +0000 (18:02 +0100)]
Move MixcloudIE to __init__.py
sh!zeeg [Thu, 24 Nov 2011 16:45:14 +0000 (20:45 +0400)]
Mixcloud IE
Philipp Hagemeister [Wed, 23 Nov 2011 09:36:52 +0000 (10:36 +0100)]
Release 2011.11.23
Philipp Hagemeister [Wed, 23 Nov 2011 09:35:17 +0000 (10:35 +0100)]
Fix vimeo error (Closes #224)
Philipp Hagemeister [Tue, 22 Nov 2011 20:26:38 +0000 (21:26 +0100)]
Correct simplify_title call in ComedyCentral IE
Philipp Hagemeister [Tue, 22 Nov 2011 14:32:53 +0000 (15:32 +0100)]
Release 2011.11.22
Philipp Hagemeister [Tue, 22 Nov 2011 14:31:30 +0000 (15:31 +0100)]
Make exception handling 2.5-compatible (Closes #223)
Philipp Hagemeister [Mon, 21 Nov 2011 20:51:24 +0000 (21:51 +0100)]
Release 2011.11.21
Philipp Hagemeister [Mon, 21 Nov 2011 20:50:39 +0000 (21:50 +0100)]
Allow non-ASCII characters in simplified titles(Closes #220)
Philipp Hagemeister [Mon, 21 Nov 2011 19:15:32 +0000 (20:15 +0100)]
Simplify simplify_title
Philipp Hagemeister [Mon, 21 Nov 2011 19:07:24 +0000 (20:07 +0100)]
First tests
Philipp Hagemeister [Mon, 21 Nov 2011 19:00:54 +0000 (20:00 +0100)]
Use the dev version in Makefile
Philipp Hagemeister [Mon, 21 Nov 2011 18:59:59 +0000 (19:59 +0100)]
Move code into a separate Python module
Philipp Hagemeister [Mon, 21 Nov 2011 18:31:20 +0000 (19:31 +0100)]
Remove empty real_initialize defs
Philipp Hagemeister [Wed, 16 Nov 2011 08:33:03 +0000 (09:33 +0100)]
Credit authors of Soundclound and InfoQ extractors
Philipp Hagemeister [Tue, 15 Nov 2011 22:00:31 +0000 (23:00 +0100)]
InfoQ IE (Closes #216)
Philipp Hagemeister [Tue, 15 Nov 2011 21:37:49 +0000 (22:37 +0100)]
Merge remote-tracking branch 'ngokevin/soundcloud'
Ori Avtalion [Tue, 15 Nov 2011 21:13:12 +0000 (23:13 +0200)]
InfoQ IE
Philipp Hagemeister [Tue, 15 Nov 2011 09:39:17 +0000 (01:39 -0800)]
Merge pull request #211 from techtonik/patch-1
Fix duplicated downloads from YouTube user page where watch URLs are not. Thanks to anatoly techtonik.
Philipp Hagemeister [Tue, 15 Nov 2011 09:35:39 +0000 (10:35 +0100)]
Fix youtube playlist IE match (Closes: #210)
Kevin Ngo [Sun, 13 Nov 2011 01:28:26 +0000 (17:28 -0800)]
removed weird indent
Kevin Ngo [Sun, 13 Nov 2011 01:10:21 +0000 (17:10 -0800)]
added whitespace below soundcloudIE class
Kevin Ngo [Sun, 13 Nov 2011 01:08:40 +0000 (17:08 -0800)]
extracts full title from source
Kevin Ngo [Sun, 13 Nov 2011 00:48:43 +0000 (16:48 -0800)]
now downloads soundcloud songs, need to polish title grabbing and file naming
Kevin Ngo [Thu, 10 Nov 2011 09:04:33 +0000 (01:04 -0800)]
changed spaces to tabs (by yt-dl standards), fixed bugs, but still won't download. need to figure out how the whole process works to integrate correctly
Kevin Ngo [Wed, 9 Nov 2011 09:52:36 +0000 (01:52 -0800)]
extracted all of the soundcloud information including description (not tested), need to hook into filedownloader
Kevin Ngo [Tue, 8 Nov 2011 08:03:35 +0000 (00:03 -0800)]
work on soundcloud information extractor...need to talk to youtube-dl guys
Kevin Ngo [Tue, 8 Nov 2011 02:02:10 +0000 (18:02 -0800)]
going home and need to upload what little i did
anatoly techtonik [Sun, 6 Nov 2011 13:42:43 +0000 (16:42 +0300)]
Fix duplicated downloads from YouTube user page where watch URLs are not always end with &. Stop scan on closing bracker prevents regexp to capture two links instead of one.
Philipp Hagemeister [Wed, 2 Nov 2011 17:56:18 +0000 (10:56 -0700)]
Merge pull request #206 from rbrito/fixes/facebook-ie-2
FacebookIE: Fix regexp to recognize videos that weren't considered.
Rogério Brito [Tue, 1 Nov 2011 14:07:05 +0000 (12:07 -0200)]
FacebookIE: Fix regexp to recognize videos that weren't considered.
Rogério Brito [Thu, 20 Oct 2011 22:28:29 +0000 (20:28 -0200)]
FacebookIE: The date doesn't seem to be available anymore.
The current regular expression is likely to match a lot of stuff, as each
comment that a video has has one of those and it is not clear which one is
the date of the video *upload* itself.
Rogério Brito [Thu, 20 Oct 2011 22:27:48 +0000 (20:27 -0200)]
FacebookIE: Fix extraction of title as Facebook has changed stuff.
Rogério Brito [Thu, 20 Oct 2011 22:26:42 +0000 (20:26 -0200)]
FacebookIE: Not all videos are available in all formats.
Philipp Hagemeister [Tue, 18 Oct 2011 22:40:13 +0000 (00:40 +0200)]
Release 2011.10.19
Philipp Hagemeister [Tue, 18 Oct 2011 22:38:41 +0000 (00:38 +0200)]
Merge branch 'vimeo' of https://github.com/rbrito/youtube-dl
Rogério Brito [Tue, 18 Oct 2011 21:47:19 +0000 (19:47 -0200)]
vimeo: Add the ability to detect if a video is available in HD. (Closes: #194)
Rogério Brito [Tue, 18 Oct 2011 21:47:19 +0000 (19:47 -0200)]
vimeo: Add the ability to detect if a video is available in HD.
Philipp Hagemeister [Tue, 18 Oct 2011 20:49:21 +0000 (13:49 -0700)]
Merge pull request #195 from rbrito/xvideos
Fixes for the xvideos IE
Rogério Brito [Tue, 18 Oct 2011 20:42:01 +0000 (18:42 -0200)]
xvideos: Capture only the video title, not the name of the site.
Rogério Brito [Tue, 18 Oct 2011 20:41:02 +0000 (18:41 -0200)]
xvideos: Fix misleading error message when extracting the URL.
We said that we were trying to extract the title of the video.
Rogério Brito [Tue, 18 Oct 2011 20:38:17 +0000 (18:38 -0200)]
xvideos: Normalize the URL or it will fail with some inputs.
For instance, if we give it <www.xvideos.com/video1384059>, we would
end up passing that to urllib2, which would complain about an unknown
URL type.
Rogério Brito [Thu, 13 Oct 2011 19:44:20 +0000 (16:44 -0300)]
Quick and dirty IE for xvideos.com.
Philipp Hagemeister [Wed, 12 Oct 2011 19:13:43 +0000 (21:13 +0200)]
CollegeHumor IE
Philipp Hagemeister [Tue, 4 Oct 2011 01:25:20 +0000 (03:25 +0200)]
Fix recognition of http://www.youtube.com/course?list=PL41FDABC6AA085E78&category=University/Mathematics/Topology%20%26%20Geometry
Rogério Brito [Tue, 4 Oct 2011 00:36:32 +0000 (21:36 -0300)]
Support "newstyle" Youtube playlist IDs.
Many playlists reported by Youtube now have the form like in:
http://www.youtube.com/playlist?list=PL520044A3524F5E5D
where `PL` is prefixed to what youtube-dl used to use as playlist IDs. So,
while matching it, we adapt the regular expression so as to discard the `PL`
and only get the `
520044A3524F5E5D ` in the case of the playlist of the
example.
Philipp Hagemeister [Fri, 30 Sep 2011 07:07:59 +0000 (09:07 +0200)]
release 2011.09.30
Philipp Hagemeister [Fri, 30 Sep 2011 07:07:36 +0000 (09:07 +0200)]
Cosmetic changes to --list-formats
Francois du Toit [Tue, 27 Sep 2011 23:28:37 +0000 (01:28 +0200)]
Added option -L to list available formats
Philipp Hagemeister [Tue, 27 Sep 2011 19:42:52 +0000 (21:42 +0200)]
Release 2011.09.27
Philipp Hagemeister [Tue, 27 Sep 2011 19:42:15 +0000 (21:42 +0200)]
blip.tv: Handle direct URLs (Thanks to Bahman)
Philipp Hagemeister [Mon, 26 Sep 2011 18:29:15 +0000 (20:29 +0200)]
Update REAMDE.md
Philipp Hagemeister [Mon, 26 Sep 2011 18:26:40 +0000 (20:26 +0200)]
Mention ext in output template help
Philipp Hagemeister [Mon, 26 Sep 2011 18:24:43 +0000 (20:24 +0200)]
Add help to output template
Osama Khalid [Sun, 25 Sep 2011 18:28:20 +0000 (21:28 +0300)]
Adding HTTPS support for YouTube playlists and users; Escaping dots.
Philipp Hagemeister [Wed, 21 Sep 2011 16:49:08 +0000 (18:49 +0200)]
Simplify test
Philipp Hagemeister [Wed, 21 Sep 2011 16:48:51 +0000 (18:48 +0200)]
Update README with new options
Philipp Hagemeister [Wed, 21 Sep 2011 16:47:11 +0000 (09:47 -0700)]
Merge pull request #172 from richardc/master
add support for vorbis to --extract-audio
Richard Clamp [Wed, 21 Sep 2011 16:29:25 +0000 (17:29 +0100)]
Add support for vorbis files to --extract-audio
Add Ogg Vorbis as a file type when extracting the audio from a
file. This can be the 'best' codec if the source clip is a webm
container.
Philipp Hagemeister [Sun, 18 Sep 2011 16:50:23 +0000 (18:50 +0200)]
Clarify --cookies option
Philipp Hagemeister [Fri, 16 Sep 2011 22:58:44 +0000 (00:58 +0200)]
release 2011.09.18c: Prefer mp4 over webm
Philipp Hagemeister [Fri, 16 Sep 2011 22:58:14 +0000 (00:58 +0200)]
Prefer format 18 over 43
Philipp Hagemeister [Fri, 16 Sep 2011 22:51:25 +0000 (00:51 +0200)]
Add youtube format 44
Philipp Hagemeister [Fri, 16 Sep 2011 22:39:51 +0000 (00:39 +0200)]
Prefer mp4 over webm - seems to work better for most users
Philipp Hagemeister [Fri, 16 Sep 2011 20:33:08 +0000 (22:33 +0200)]
Release 2011.09.18b
Philipp Hagemeister [Fri, 16 Sep 2011 20:31:31 +0000 (22:31 +0200)]
Prevent youtube IE from taking youtube playlists
Philipp Hagemeister [Thu, 15 Sep 2011 18:25:22 +0000 (20:25 +0200)]
Fix escapist URL match
Philipp Hagemeister [Thu, 15 Sep 2011 18:24:21 +0000 (20:24 +0200)]
Fix progress message when Content-Length is not set
Philipp Hagemeister [Thu, 15 Sep 2011 18:10:27 +0000 (20:10 +0200)]
Clarified "restart"
Philipp Hagemeister [Thu, 15 Sep 2011 18:09:30 +0000 (20:09 +0200)]
Do not update if already up-to-date (Closes #166)
Philipp Hagemeister [Thu, 15 Sep 2011 17:29:16 +0000 (19:29 +0200)]
release 2011.09.18
Philipp Hagemeister [Thu, 15 Sep 2011 17:27:21 +0000 (19:27 +0200)]
Set continue to false again; we need to send to actually send a HEAD request to determine whether we can continue or not
Philipp Hagemeister [Thu, 15 Sep 2011 17:23:52 +0000 (19:23 +0200)]
release 2011.09.17
Philipp Hagemeister [Thu, 15 Sep 2011 17:23:17 +0000 (19:23 +0200)]
Update README
Philipp Hagemeister [Thu, 15 Sep 2011 17:22:18 +0000 (19:22 +0200)]
Fix _do_download signature
Philipp Hagemeister [Thu, 15 Sep 2011 17:12:04 +0000 (19:12 +0200)]
Make --continue the default and provide --no-continue (Closes #119)
Michael Haggerty [Fri, 20 May 2011 06:59:53 +0000 (08:59 +0200)]
If --continue is not enabled, set resume_len to zero.
This corrects the reporting of download progress (which previously
started at a value greater than zero).
Philipp Hagemeister [Thu, 15 Sep 2011 16:48:29 +0000 (18:48 +0200)]
Bump version number
Philipp Hagemeister [Thu, 15 Sep 2011 16:47:36 +0000 (18:47 +0200)]
Add format fallback
Philipp Hagemeister [Thu, 15 Sep 2011 10:45:56 +0000 (12:45 +0200)]
Update README
Philipp Hagemeister [Thu, 15 Sep 2011 10:43:27 +0000 (12:43 +0200)]
Merge remote-tracking branch 'rmanola/master' (Closes: #124)
Add option to specify mp3 quality and prevent the video from being deleted
Dominik Heidler [Tue, 12 Apr 2011 19:58:16 +0000 (21:58 +0200)]
added option to get the available formats for a video (Closes #106)
Kegan [Sat, 23 Apr 2011 06:56:06 +0000 (14:56 +0800)]
Added ability to download worst quality video file only. (Closes #113)
Kegan [Sat, 23 Apr 2011 06:55:40 +0000 (14:55 +0800)]
Updated to stamp extracted audio file with HTTP last modified date.
Philipp Hagemeister [Thu, 15 Sep 2011 09:36:49 +0000 (11:36 +0200)]
New option --skip-download (Closes #162)
Philipp Hagemeister [Thu, 15 Sep 2011 08:43:49 +0000 (10:43 +0200)]
--list-extractors (Closes #161)
Philipp Hagemeister [Thu, 15 Sep 2011 08:06:14 +0000 (10:06 +0200)]
Simplify suitable
Philipp Hagemeister [Thu, 15 Sep 2011 07:59:03 +0000 (09:59 +0200)]
Proper warning if xml.etree.ElementTree is not available
Philipp Hagemeister [Wed, 14 Sep 2011 21:03:01 +0000 (23:03 +0200)]
Update LATEST_VERSION (and wait for a script to do it so I do not forget ;) )
Philipp Hagemeister [Wed, 14 Sep 2011 20:55:26 +0000 (22:55 +0200)]
Bump version number
Philipp Hagemeister [Wed, 14 Sep 2011 20:55:09 +0000 (22:55 +0200)]
Update README
Anand Babu Periasamy [Sat, 23 Jul 2011 07:51:06 +0000 (00:51 -0700)]
Add --match-title and --reject-title (Closes #132)
Philipp Hagemeister [Wed, 14 Sep 2011 20:26:53 +0000 (22:26 +0200)]
Support for The Escapist
Philipp Hagemeister [Wed, 14 Sep 2011 19:39:41 +0000 (21:39 +0200)]
Simplify IE index
Philipp Hagemeister [Wed, 14 Sep 2011 19:20:23 +0000 (21:20 +0200)]
Decapitalize options in README for consistency with youtube-dl --help