View Single Post
Old 09-16-2007, 05:38 PM   #126
Hadrien
Feedbooks.com Co-Founder
Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.
 
Hadrien's Avatar
 
Posts: 2,263
Karma: 145123
Join Date: Nov 2006
Location: Paris, France
Device: Sony PRS-t-1/350/300/500/505/600/700, Nexus S, iPad
Quote:
Originally Posted by zdevil View Post
Thanks!
Just tried your solution.
I was using
Code:
wget http://www.feedbooks.com/newsstand/subscription?user=zdevil&password=MYMD5HASHblahblahblah
Then I got this: (actual username and password hidden of course)
Code:
[1] 4838
MacBook:~/Desktop/RSS USERNAME$ --23:14:56--  http://www.feedbooks.com/newsstand/subscription?user=USERNAME
           => `subscription?user=USERNAME'
Resolving www.feedbooks.com... 91.121.16.74
Connecting to www.feedbooks.com|91.121.16.74|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/xml]

    [ <=>                                                                         ] 95            --.--K/s             

23:14:56 (5.66 MB/s) - `subscription?user=USERNAME' saved [95]
Then the terminal stops here without downloading anything or returning to prompt.

Then I found a small file called subscription?user=USERNAME and saw this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<newsstand>
  <status>Login Error</status>
</newsstand>
What to do?
Just tried with your login/pass... I got a login error too using wget URL, but then I tried wget "URL" and it worked just right. You can also specify an output file in your wget command line.
Hadrien is offline   Reply With Quote