Share

WgetPRO

Code

Programming Languages: C

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2003-07-11 cvs -d:pserver:anonymous@wgetpro.cvs.sourceforge.net:/cvsroot/wgetpro login

cvs -z3 -d:pserver:anonymous@wgetpro.cvs.sourceforge.net:/cvsroot/wgetpro co -P modulename

Show:

What's happening?

  • Command 21 encountered

    I am trying to download a DRM-encrypted MMS stream from Channel 4 in the UK. At the time of writing, the URL was mms://a43.v15478f.c15478.g.vm.akamaistream.net/7/43/15478/v0001//origin.channel4.com/4od_stream/encrypted/PC_LOWRES_STREAM/45624/1/5005901/CH4_01_02_05_45624001001001_001.wmv The download fails. Running wgetpro with "-d" reveals that mms_get_mpkt_buf (in mms.c) encounters an...

    2009-01-25 11:32:10 UTC by nobody

  • mms url cannot be downloaded

    Hi, the following URL cannot be downloaded with wgetpro: mms://c36000-os.w.core.cdn.streamfarm.net/2NqgbaF7M/36000zdf/ondemand/3546zdf/geozdf/geoloc_zdf-de/08/04/080401_karajan_miz_vh.wmv The Url can be downloaded with HiDownload. Maybe you want to improve your software.

    2008-04-13 22:26:54 UTC by guzzil

  • --limit-broadcast not working

    --limit--broadcast is failing with error "unrecognized option". Seems like the parameter isn't described in main.c, though init.c and mms.c got references to limitbroadcast & opt.limit_broadcast. This fix (to be applied at main.c) resolves this: @@ -344,6 +344,7 @@ { "input-file", required_argument, NULL, 'i' }, { "level", required_argument, NULL, 'l' }, { "limit-rate"...

    2007-12-30 12:05:27 UTC by nobody

  • provide way to specify port

    When I specify mms://something/something to download wgetpro tries to download it using port 1755. But the file actually is downloadable at port 80. However when I type mms://something/something:80 wgetpro still recognizes it as port 1755. Please add support to such syntax.

    2007-11-22 15:45:19 UTC by me-macias

  • spaces in mms-urls must not be escaped

    When requesting mms-urls like "mms://bla.dada.com/name with blanks" then this url is sent with the spaces escaped (%20), but this doesnt work (no response from mms-server) changed this in mms.c to the following ugly code: { char tmp[1000]; strcpy (tmp, msp->u->path); url_unescape (tmp); printf ("---path---'%s'---\n",tmp); string_utf16 (&data[8], tmp, strlen(tmp)); memset...

    2007-09-17 14:36:54 UTC by nobody

  • spaces in mms-urls must not be escaped

    When requesting mms-urls like "mms://bla.dada.com/name with blanks" then this url is sent with the spaces escaped (%20), but this doesnt work (no response from mms-server) changed this in mms.c to the following ugly code: { char tmp[1000]; strcpy (tmp, msp->u->path); url_unescape (tmp); printf ("---path---'%s'---\n",tmp); string_utf16 (&data[8], tmp, strlen(tmp)); memset...

    2007-09-17 14:09:43 UTC by nobody

  • 2 errors detected in the compilation of "connect.c"

    irix 6.5.30, mipspro 7.4.4, wgetpro 0.1.3 ----------------------------------------- cc-1065 c99: ERROR File = connect.c, Line = 330 A semicolon is expected at this point. socklen_t sa_len = sockaddr_len (); ^ cc-1148 c99: ERROR File = connect.c, Line = 331 Expression must have "struct" or "union" type. if (getsockname (msock, &srv.sa, &sa_len)

    2006-12-11 19:56:44 UTC by foetz

  • WgetPRO

    Anonymous committed patchset 1 of module CVSROOT to the WgetPRO CVS repository, changing 11 files.

    2003-07-11 15:11:59 UTC by nobody

  • wgetpro

    registered the WgetPRO project.

    2003-07-09 15:33:38 UTC by

Our Numbers