On Wed, Feb 05, 2003 at 04:57:06PM +0100, Thomas Wouters wrote: > On Wed, Feb 05, 2003 at 12:28:17PM +0100, Rafal Zawadzki wrote:
> > There is no new version this utility. I tried contact developer, but got > > no answer. What can i do ? (I can't fix it by myself). > I don't use wmget myself, but you can try the attached patch for bug > #176558 :-) Oh, and for the other one, #162989, you can try this patch :) Neither is tested, as I don't seem to be able to use wmget with my KDE. This particular change is possibly best included as a separate command line option, though it probably doesn't hurt to have it the default. -- Thomas Wouters <[EMAIL PROTECTED]> Hi! I'm a .signature virus! copy me into your .signature file to help me spread!
*** wmget-0.4.4.orig/retrieve.c Wed Jun 19 23:47:19 2002 --- wgmet-0.4.4/retrieve.c Wed Feb 5 17:15:23 2003 *************** *** 114,119 **** --- 114,120 ---- curl_easy_setopt (curl, CURLOPT_PROGRESSFUNCTION, progress_callback); curl_easy_setopt (curl, CURLOPT_PROGRESSDATA, (void *)job); curl_easy_setopt (curl, CURLOPT_ERRORBUFFER, curl_error_string); + curl_easy_setopt (curl, CURLOPT_FOLLOWLOCATION, 1); /* this didn't used to be necessary, now it is... seems * counterintuitive, since we don't want the builtin meter and we