Open link/DL file

E

Erik Boling

I was wondering what the command is for Ruby to DL files, and or open
links on the internet?My favorite radio station has this link that feeds
you the live radio via- real player or windows media player. My goal is
to be able to write a program that downloads a live feed from a radio
station that i like to listen to,
then i could put the program on schedule tasks and you that as my alarm
clock. *If your wondering, no i cant just go get a radio, i dont get
that station where i am at*
Much thanks for any help!:)
 
R

Roger Pack

look up open-uri
Erik said:
I was wondering what the command is for Ruby to DL files, and or open
links on the internet?My favorite radio station has this link that feeds
you the live radio via- real player or windows media player. My goal is
to be able to write a program that downloads a live feed from a radio
station that i like to listen to,
then i could put the program on schedule tasks and you that as my alarm
clock. *If your wondering, no i cant just go get a radio, i dont get
that station where i am at*
Much thanks for any help!:)
 
E

Erik Boling

Roger said:
look up open-uri
Well i have tried looking that up on google, and other different key
words, but still i cant get what i'm looking for. It's all talking about
reading from the web page and putting into to hashes and what not. I
just want to open the web page.
I tried doing,
require 'open-uri'
open('http://kexp.org/audio/kexp.wmx')
this is what i thought you should do, but all the sites have all
this other fancy code in there so i'm not sure?
if you type this in on address bar it works
but nothing happens when i try and write it like that:(?
Any more suggestions?
 
E

Erik Boling

Prime said:
I think if I understand you correctly you just want to open the link in
a browser instance?
if you are on windows you might want to check this out:


I'm not sure if I'm totally lost on how to install the gem watir? I
download the gem, but then to you have to install it i guess in cmd from
what I'm reading online. so i save the watir.gem in "c" drive and type
in on cmd
C:\>gem install watir
but i get this message saying that gem is not a recognizable command?
what am i doing wrong?
On a side note, i don't have a very clear idea of what ruby gems is
*exactly* does any one know of any good sites to explain what it all is?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top