[Bug-wget] get bbc audio streams

2012-04-09 Thread e-letter
Readers,

Have tried using various options (e.g. changing the user agent) to
download audio streams from BBC via 'Beebotron'
(http://www.beebotron.org/).

Can anyone advise about these audio hyperlinks.

Thanks.



[Bug-wget] patches for TLS SNI support and --match-query-string option

2012-04-09 Thread Noël Köthe
Hello,

there are two patches in the wget bug tracker which are requested by
some users.
Are there any problems with them or can they be included in trunk?

TLS SNI support
https://savannah.gnu.org/bugs/?26786

--match-query-string option
https://savannah.gnu.org/bugs/?31147

Thank you.

-- 
Noël Köthe noel debian.org
Debian GNU/Linux, www.debian.org




Re: [Bug-wget] Wget build system.

2012-04-09 Thread illusionoflife
Hello!
Currently I am trying to get used to
wget source base and found something strange.
When I am building from directory, other than $(top_srcdir),
 get configure error:
config.status: linking ../GNUmakefile to GNUmakefile
config.status: error: ../GNUmakefile: file not found
When I build from $(top_srcdir), build successfull, but check
returns this:
 ==
69 tests were run
9 PASS, 0 FAIL
60 SKIP, 0 UNKNOWN
==
 Only 9 tests run?! I find it strange.
Also, I find strange that configure.ac
contains deprecated macros. Should I replace them with modern one
 or there is deep mind about it?
Also I think that code in $(top_srcdir)/src should not contain
 (5) files, containing main() function. 4 of them are tests, and, unless I am
missing something, I should move to $(top_srcdir)/tests.

As I understand it, .px files are analoges for autotest suite and
#ifdef TEST is like check, am I right?
Thanks for patience in forward. Never worked with big project.
PS. Sorry for probably double post. My previous one seems did not 
got delivered.
-- 
Best regards,
illusionoflife



Re: [Bug-wget] get bbc audio streams

2012-04-09 Thread Ray Satiro
Subject: [Bug-wget] get bbc audio streams

 
Readers,

Have tried using various options (e.g. changing the user agent) to
download audio streams from BBC via 'Beebotron'
(http://www.beebotron.org/).

Can anyone advise about these audio hyperlinks.


Those are mostly MMS (Microsoft Media Server) streaming protocol. wget does not 
handle mms.
http://en.wikipedia.org/wiki/Microsoft_Media_Server


X-MS-Disclaimer: This code and data form part of the BBC iPlayer content 
protection system. Tampering with, removal of, misuse of, or unauthorised use 
of this code or data constitutes circumvention of the BBC's content protection 
measures and may result in legal action. BBC (C) 2012.



Re: [Bug-wget] Wget build system.

2012-04-09 Thread Ángel González
On 10/05/12 20:54, illusionoflife wrote:
 Hello!
 Currently I am trying to get used to
 wget source base and found something strange.
Your mail arrived the list the first time, no need to resend it.
I'm no expert in wget build system, though.
Still, there's a whole month before this arrives from the future, so no
reason to hurry :)

 When I am building from directory, other than $(top_srcdir),
  get configure error:
 config.status: linking ../GNUmakefile to GNUmakefile
 config.status: error: ../GNUmakefile: file not found
 When I build from $(top_srcdir), build successfull, but check
 returns this:
  ==
 69 tests were run
 9 PASS, 0 FAIL
 60 SKIP, 0 UNKNOWN
 ==
  Only 9 tests run?! I find it strange.
make check, or make test in test folder, gives me:
 =
 76 tests were run
 72 PASS, 3 FAIL
 1 SKIP, 0 UNKNOWN
 =
9 is the number of run-unit-tests, so it seems
all the run-px-tests are failing for you.
Do you have perl installed?