bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Ampersand (&) in url?


From: augustin
Subject: [Bug-wget] Ampersand (&) in url?
Date: Fri, 14 Nov 2008 10:42:00 +0800
User-agent: KMail/1.9.10

Hello,

I am still trying to get the list of videos from a youtube channel:
http://overshoot.tv/node/340

But I have a simple question first:

If I do:
  wget http://tw.youtube.com/profile?user=BarackObamadotcom&view=videos
I get the content of 
  wget http://tw.youtube.com/profile?user=BarackObamadotcom
and the file saved is:
  profile?user=BarackObamadotcom

i.e. everything after the first ampersand seems to be ignored.

I searched about url encoding and found this:
http://www.blooberry.com/indexdot/html/topics/urlencoding.htm

So I replaced the ampersand with %26 but the result is even worse!


I can't find a mention of url encoding in the man page. 


Thanks for your help,


Augustin.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]