On 10/14/2012 12:03 AM, JD wrote:
On 10/13/2012 06:26 PM, Mark LaPierre wrote:
Here's a bit of a guide to build your own script.
# GET THE WEB PAGE
wget -q -O "rundown.php?prgId=2"
"http://www.npr.org/templates/rundowns/rundown.php?prgId=2&prgDate=$DATE";
sleep 1
# NOW STRIP OUT THE URLs AN
On 10/13/2012 06:26 PM, Mark LaPierre wrote:
Here's a bit of a guide to build your own script.
# GET THE WEB PAGE
wget -q -O "rundown.php?prgId=2"
"http://www.npr.org/templates/rundowns/rundown.php?prgId=2&prgDate=$DATE";
sleep 1
# NOW STRIP OUT THE URLs AND GET THE MP3 FILES
for URL in `
On 10/13/2012 06:26 PM, Mark LaPierre wrote:
On 10/13/2012 08:12 PM, Ian Malone wrote:
On 13 October 2012 23:08, JD wrote:
Is there a way to use wget or curl or clive to download files from
yousendit.com?
Would appreciate some examples.
Each file link, when you cright-click it, takes y
On 10/13/2012 08:12 PM, Ian Malone wrote:
On 13 October 2012 23:08, JD wrote:
Is there a way to use wget or curl or clive to download files from
yousendit.com?
Would appreciate some examples.
Each file link, when you cright-click it, takes you to the full link of the
file,
and you can t
On 13 October 2012 23:08, JD wrote:
>
>>>
>>> Is there a way to use wget or curl or clive to download files from
>>> yousendit.com?
>>> Would appreciate some examples.
> Each file link, when you cright-click it, takes you to the full link of the
> file,
> and you can then use that link as an arg
On 10/12/2012 11:47 PM, Mark LaPierre wrote:
On 10/12/2012 09:50 PM, JD wrote:
Is there a way to use wget or curl or clive to download files from
yousendit.com?
Would appreciate some examples.
It looks like you have to log in to yousendit to get access to your
file. That would indicate that
On 10/12/2012 09:50 PM, JD wrote:
Is there a way to use wget or curl or clive to download files from
yousendit.com?
Would appreciate some examples.
It looks like you have to log in to yousendit to get access to your
file. That would indicate that it is not scriptable with anything like
wget.