Quote:
Originally Posted by zdevil
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.