Philipp Hagemeister [Tue, 6 Sep 2011 21:56:32 +0000 (23:56 +0200)]
myvideo.de support
Philipp Hagemeister [Tue, 6 Sep 2011 15:56:05 +0000 (17:56 +0200)]
Fix os.makedirs in Windows
Philipp Hagemeister [Tue, 6 Sep 2011 15:42:45 +0000 (17:42 +0200)]
Bump version to 2011.09.06
Philipp Hagemeister [Tue, 6 Sep 2011 15:32:22 +0000 (17:32 +0200)]
Use os.makedirs instead of homebrewn pmkdir
Philipp Hagemeister [Tue, 6 Sep 2011 15:19:23 +0000 (17:19 +0200)]
merged pep8_whitespace
FND [Mon, 5 Sep 2011 07:46:36 +0000 (09:46 +0200)]
fixed PEP8 whitespace issues
mostly vertical whitespace and mixed spaces and tabs
Philipp Hagemeister [Sun, 4 Sep 2011 09:47:58 +0000 (11:47 +0200)]
Update Makefile to new README format
Philipp Hagemeister [Sun, 4 Sep 2011 09:41:54 +0000 (11:41 +0200)]
Added FAQ to README
Philipp Hagemeister [Sat, 3 Sep 2011 09:32:05 +0000 (11:32 +0200)]
Robust error handling in downloading code
Philipp Hagemeister [Wed, 31 Aug 2011 19:28:44 +0000 (21:28 +0200)]
Merge remote-tracking branch 'wise86/master'
Philipp Hagemeister [Wed, 31 Aug 2011 19:28:40 +0000 (21:28 +0200)]
Remove stable from help wording (There will be only one main branch for now)
Philipp Hagemeister [Sun, 28 Aug 2011 21:44:23 +0000 (23:44 +0200)]
Update bug reporting to this fork, so that vimeo/blip.tv issues are reported at phihag/issues instead of rg3/issues (Closes #5)
Philipp Hagemeister [Sun, 28 Aug 2011 21:38:40 +0000 (23:38 +0200)]
Update update mechanism (Closes #4)
Philipp Hagemeister [Sun, 28 Aug 2011 21:23:42 +0000 (23:23 +0200)]
Merge remote-tracking branch 'rbrito/prefer-webm'
Philipp Hagemeister [Sun, 28 Aug 2011 21:17:32 +0000 (23:17 +0200)]
Add default make target
Philipp Hagemeister [Sun, 28 Aug 2011 21:17:18 +0000 (23:17 +0200)]
Credit Rogério Brito for Vimeo support
Philipp Hagemeister [Sun, 28 Aug 2011 20:57:50 +0000 (22:57 +0200)]
Merge Vimeo support
Philipp Hagemeister [Sun, 28 Aug 2011 20:10:03 +0000 (22:10 +0200)]
Update: Write downloaded file without modification (allows hashsums)
Philipp Hagemeister [Wed, 24 Aug 2011 22:09:28 +0000 (00:09 +0200)]
Makefile to recreate README
Philipp Hagemeister [Wed, 24 Aug 2011 22:08:59 +0000 (00:08 +0200)]
Fix stty detection
Philipp Hagemeister [Wed, 24 Aug 2011 21:34:09 +0000 (23:34 +0200)]
Merge git://github.com/dbb/youtube-dl
Philipp Hagemeister [Wed, 24 Aug 2011 21:28:30 +0000 (23:28 +0200)]
Use subprocess to call stty size when COLUMNS is not set
Philipp Hagemeister [Wed, 24 Aug 2011 21:21:55 +0000 (23:21 +0200)]
merge gvalkov/optparse-refactor (minus stty)
Philipp Hagemeister [Wed, 24 Aug 2011 21:04:10 +0000 (23:04 +0200)]
merge upstream
Georgi Valkov [Tue, 23 Aug 2011 14:03:28 +0000 (17:03 +0300)]
Use `stty size` to find terminal width if we're on linux and COLUMNS is not exported
Georgi Valkov [Tue, 23 Aug 2011 13:48:08 +0000 (16:48 +0300)]
Refactor main function
Georgi Valkov [Tue, 23 Aug 2011 13:42:51 +0000 (16:42 +0300)]
Set help formatter width to terminal width (prevents wrapping)
Georgi Valkov [Tue, 23 Aug 2011 12:53:36 +0000 (15:53 +0300)]
Option parsing refactoring ; Moved version string to __version__
Brings terser option formatting to youtube-dl:
from: -u USERNAME, --username USERNAME
to: -u, --username USERNAME
Georgi Valkov [Tue, 23 Aug 2011 12:37:35 +0000 (15:37 +0300)]
Move update_self out of __main__ for clarity
Georgi Valkov [Tue, 23 Aug 2011 12:01:51 +0000 (15:01 +0300)]
Fix small indentation inconsistencies
Georgi Valkov [Tue, 23 Aug 2011 11:58:22 +0000 (14:58 +0300)]
Use module metadata variables instead of comments
Georgi Valkov [Tue, 23 Aug 2011 11:45:26 +0000 (14:45 +0300)]
Add vim modeline
Philipp Hagemeister [Thu, 18 Aug 2011 07:31:36 +0000 (09:31 +0200)]
Fix blip.tv regular expression to not match blipXtv
Philipp Hagemeister [Sun, 7 Aug 2011 11:01:09 +0000 (13:01 +0200)]
Fix youtu.be links (Closes #142)
Philipp Hagemeister [Sat, 6 Aug 2011 22:29:25 +0000 (00:29 +0200)]
Use parse_qs instead of homebrewn parsing
Philipp Hagemeister [Sat, 6 Aug 2011 22:02:50 +0000 (00:02 +0200)]
youtube: Better error messages
Philipp Hagemeister [Sat, 6 Aug 2011 10:16:07 +0000 (12:16 +0200)]
Fix Python 2.4 compatibility
Philipp Hagemeister [Sat, 6 Aug 2011 09:47:53 +0000 (11:47 +0200)]
Use alternative imports for Python 2.4 (Closes #138)
Philipp Hagemeister [Sat, 6 Aug 2011 09:20:28 +0000 (11:20 +0200)]
Remove debugging information
Philipp Hagemeister [Sat, 6 Aug 2011 09:05:57 +0000 (11:05 +0200)]
Fix RTMP streams and ignore url-less entries
Daniel Bolton [Fri, 5 Aug 2011 23:15:57 +0000 (19:15 -0400)]
Remove horizontal rules from README.md
Daniel Bolton [Fri, 5 Aug 2011 23:14:13 +0000 (19:14 -0400)]
Add README.md (markdown file)
Rogério Brito [Thu, 4 Aug 2011 20:44:49 +0000 (17:44 -0300)]
Merge https://github.com/rg3/youtube-dl into vimeo
Rogério Brito [Thu, 4 Aug 2011 20:44:33 +0000 (17:44 -0300)]
Merge https://github.com/rg3/youtube-dl into prefer-webm
Ricardo Garcia [Thu, 4 Aug 2011 17:15:14 +0000 (19:15 +0200)]
Bump version number
Ricardo Garcia [Thu, 4 Aug 2011 17:14:19 +0000 (19:14 +0200)]
Update User-Agent string
Ricardo Garcia [Thu, 4 Aug 2011 17:13:02 +0000 (19:13 +0200)]
Fix YouTube downloads (code by Philipp Hagemeister)
Philipp Hagemeister [Wed, 3 Aug 2011 22:04:55 +0000 (00:04 +0200)]
Fix youtube downloads (Closes #135)
Philipp Hagemeister [Sun, 31 Jul 2011 16:09:53 +0000 (18:09 +0200)]
Suppport for youtube video streams (Mentioned in #108)
Philipp Hagemeister [Fri, 22 Jul 2011 13:28:42 +0000 (15:28 +0200)]
Removed inaccurate warning
Philipp Hagemeister [Mon, 18 Jul 2011 17:43:21 +0000 (19:43 +0200)]
Be lenient about download URLs (Closes #108)
Philipp Hagemeister [Sun, 10 Jul 2011 21:41:19 +0000 (23:41 +0200)]
remove debugging code
Philipp Hagemeister [Sun, 10 Jul 2011 19:39:36 +0000 (21:39 +0200)]
+ --write-info-json
Philipp Hagemeister [Sun, 10 Jul 2011 15:31:54 +0000 (17:31 +0200)]
blip.tv support for python 2.5 with trivialjson
Giovanni Visentini [Sat, 9 Jul 2011 14:05:36 +0000 (14:05 +0000)]
Update youtube playlist for use playlist?list=id format
Philipp Hagemeister [Thu, 7 Jul 2011 12:10:25 +0000 (14:10 +0200)]
call increment_downloads in blip.tv extractor
Philipp Hagemeister [Thu, 7 Jul 2011 10:47:36 +0000 (12:47 +0200)]
--writedescription option
Philipp Hagemeister [Thu, 7 Jul 2011 10:12:20 +0000 (12:12 +0200)]
Full youtube video descriptions, including special characters (2.6+, with fallback for older Pythons)
Philipp Hagemeister [Sat, 25 Jun 2011 17:26:29 +0000 (19:26 +0200)]
Support for blip.tv/file URLs
Philipp Hagemeister [Tue, 21 Jun 2011 20:24:58 +0000 (22:24 +0200)]
Basic blip.tv support
Rogério Brito [Thu, 21 Apr 2011 00:29:29 +0000 (21:29 -0300)]
vimeo: Apparently, all videos in vimeo are served in ISO containers.
Rogério Brito [Thu, 21 Apr 2011 00:20:55 +0000 (21:20 -0300)]
vimeo: Tweak the regexp to allow some extended URLs from vimeo.
This, in particular, lets me grab the videos from the beginners channel with
URLs like:
http://vimeo.com/groups/fivebyfive/videos/
22648611
Note that the regexp *will* break for other URLs that we don't know about
and that's on purpose: we don't want to accidentally grab videos that would
be passed on to other information extractors.
Rogério Brito [Thu, 21 Apr 2011 00:15:57 +0000 (21:15 -0300)]
vimeo: Ignore if we are using HTTP/S or not.
Rogério Brito [Thu, 21 Apr 2011 00:07:57 +0000 (21:07 -0300)]
vimeo: Remove clutter in some messages.
We should make a unified way of printing messages, but let's follow suit and
do what the main YoutubeIE does here.
Rogério Brito [Thu, 21 Apr 2011 00:01:31 +0000 (21:01 -0300)]
Merge branch 'master' into prefer-webm
Rogério Brito [Thu, 21 Apr 2011 00:00:46 +0000 (21:00 -0300)]
Merge branch 'master' into vimeo
Ricardo Garcia [Tue, 29 Mar 2011 18:32:07 +0000 (20:32 +0200)]
Bump version number
Ricardo Garcia [Tue, 15 Mar 2011 19:12:10 +0000 (20:12 +0100)]
Fix upload date regexp (closes #93)
Ricardo Garcia [Tue, 15 Mar 2011 19:04:20 +0000 (20:04 +0100)]
Split a couple of lines to make the code more readable
Ricardo Garcia [Tue, 15 Mar 2011 19:03:52 +0000 (20:03 +0100)]
Avoid crash reported in issue #86
Ricardo Garcia [Mon, 28 Feb 2011 18:37:58 +0000 (19:37 +0100)]
Support youtube.com/e/ URLs (closes #88)
Rogério Brito [Sat, 26 Feb 2011 13:09:36 +0000 (10:09 -0300)]
Merge branch 'master' into vimeo
Rogério Brito [Sat, 26 Feb 2011 13:09:18 +0000 (10:09 -0300)]
Merge branch 'master' into prefer-webm
Ricardo Garcia [Fri, 25 Feb 2011 23:47:29 +0000 (00:47 +0100)]
Bump version number
Rogério Brito [Fri, 25 Feb 2011 23:08:33 +0000 (20:08 -0300)]
Merge branch 'master' into prefer-webm
Rogério Brito [Fri, 25 Feb 2011 23:08:12 +0000 (20:08 -0300)]
Merge branch 'master' into vimeo
Idan Kamara [Fri, 25 Feb 2011 21:19:13 +0000 (23:19 +0200)]
Use '--' to separate the file argument from the options when calling ffmpeg
This is to avoid a potential issue if the file name begins with a hyphen since ffmpeg will interpret it as an option
Ricardo Garcia [Fri, 25 Feb 2011 20:54:16 +0000 (21:54 +0100)]
Bump version number
Ricardo Garcia [Fri, 25 Feb 2011 20:53:26 +0000 (21:53 +0100)]
Catch possible exceptions when running ffprobe
Idan Kamara [Fri, 25 Feb 2011 20:30:22 +0000 (22:30 +0200)]
Fix stderr print when ffmpeg fails
Ricardo Garcia [Fri, 25 Feb 2011 19:12:32 +0000 (20:12 +0100)]
Bump version number
Ricardo Garcia [Fri, 25 Feb 2011 19:11:53 +0000 (20:11 +0100)]
Update User-Agent string
Ricardo Garcia [Fri, 25 Feb 2011 18:06:58 +0000 (19:06 +0100)]
Add an audio extracting PostProcessor using ffmpeg (closes #2)
Ricardo Garcia [Fri, 25 Feb 2011 18:05:35 +0000 (19:05 +0100)]
Fix date parsing for YouTube (patch by Drake Wyrm)
Rogério Brito [Tue, 22 Feb 2011 00:59:23 +0000 (21:59 -0300)]
Merge branch 'prefer-webm' of ssh://github.com/rbrito/youtube-dl into prefer-webm
Rogério Brito [Tue, 22 Feb 2011 00:59:08 +0000 (21:59 -0300)]
Merge branch 'master' into prefer-webm
Rogério Brito [Tue, 22 Feb 2011 00:52:48 +0000 (21:52 -0300)]
Merge branch 'vimeo' of ssh://github.com/rbrito/youtube-dl into vimeo
Rogério Brito [Tue, 22 Feb 2011 00:51:33 +0000 (21:51 -0300)]
Merge branch 'master' into vimeo
Ricardo Garcia [Sun, 20 Feb 2011 17:01:57 +0000 (18:01 +0100)]
Add Gergely Imreh to the author list
Gergely Imreh [Sun, 13 Feb 2011 13:26:58 +0000 (21:26 +0800)]
Facebook info extractor
This IE should be full-featured.
Public videos can be downloaded without login, e.g:
https://www.facebook.com/video/video.php?v=
696729990595
Private videos need login, and subject to login rate limit of
a couple of tries / minute.
Rogério Brito [Thu, 17 Feb 2011 11:19:12 +0000 (09:19 -0200)]
Merge branch 'master' into prefer-webm
Rogério Brito [Thu, 17 Feb 2011 11:17:30 +0000 (09:17 -0200)]
Merge branch 'master' into vimeo
Rogério Brito [Thu, 17 Feb 2011 10:25:45 +0000 (08:25 -0200)]
vimeo: Make regexp more robust.
This change makes the VimeoIE work with http://player.vimeo.com/video/
19267888
Gergely Imreh [Sun, 13 Feb 2011 11:02:56 +0000 (19:02 +0800)]
Fix possible missing parameter in playlist url extraction
The "playlist_prefix" parameter was missing when parsing playlist urls
that match the recently added format, e.g.:
http://www.youtube.com/user/stanforduniversity#g/c/
9D558D49CA734A02
For these URLs (basically, for every playlist type so far, except the
artist list) playlist_prefix has to be equal to "p" for correct
exctraction.
Ricardo Garcia [Sat, 12 Feb 2011 19:19:20 +0000 (20:19 +0100)]
Support more common YouTube playlist URLs
Rogério Brito [Fri, 4 Feb 2011 08:15:27 +0000 (06:15 -0200)]
vimeo: Also accept URLs prefixed by www.
I hope that this doesn't break anything. `:)`
Rogério Brito [Fri, 4 Feb 2011 06:02:29 +0000 (04:02 -0200)]
Make some of the comments more descriptive.
Rogério Brito [Fri, 4 Feb 2011 05:51:16 +0000 (03:51 -0200)]
Merge branch 'master' into vimeo
Gergely Imreh [Mon, 31 Jan 2011 10:54:47 +0000 (18:54 +0800)]
Enable artist playlists in YoutubePlaylistIE
Artist playlist pages have different format compared to user playlists,
thus more format checking is needed to construct the correct URL.
From the artist playlist this method downloads all listed below the
"Videos by [Artist Name]" header, plus usually there's one more
video on the side, titled "Youtube Mix for [Artist Name]", which
has a link format that currently cannot be distinguished from the other
videos in the list.
Ricardo Garcia [Sun, 30 Jan 2011 12:03:15 +0000 (13:03 +0100)]
Fix SyntaxError problem (oops)