Hi,
I want to download daily an .flv file through a script (cron job) to my computer. I tried with wget and mplayer, but without success. The problem is that even though the URL points to an .flv, I receive an html file in return
example url:
http://www.telezueri.ch/index.php?id=32216&movie=fileadmin/programmraster/TalkTaeglich...lich090318.flv
commandes I tried:
wget $url -O video.flv
mplayer -playlist '$url' -dumpstream -dumpfile video.flv
I don't know flash at all, so maybe there is a trick to access the video file directly and download it through a linux command? It doesn't need to be wget or mplayer.
Thanks for any help,
aboa
+ Reply to Thread
Results 1 to 3 of 3
-
-
I found the solution myself. The problem was actually the URL itself! If I replace
http://www.telezueri.ch/index.php?id=32216&movie=fileadmin/programmraster/TalkTaeglich...lich090318.flv
by
http://www.telezueri.ch/fileadmin/programmraster/TalkTaeglich/2009/03/18/stream/talkta...lich090318.flv
I don't get any html...
aboa -
Hey I like that. A poster that actually follows up when they solve their problem and post the solution for others. Very good job! About the only other thing you could do is edit your original post and add the phrase [solved] to the front or back of your post's title.
Hope you plan on sticking around. Always a need for good posters.Donadagohvi (Cherokee for "Until we meet again")
Similar Threads
-
Problems downloading a flv video
By battery2004 in forum Video Streaming DownloadingReplies: 4Last Post: 9th Mar 2010, 14:58 -
Mencoder line help for trekstor i.beat move player [linux] - (solved)
By tolostoi in forum Video ConversionReplies: 0Last Post: 2nd Jul 2009, 02:10 -
Looking for free HTTPS Downloading Manager for downloading video or file
By coody in forum Video Streaming DownloadingReplies: 1Last Post: 3rd Feb 2009, 13:40 -
problem downloading file
By Mr anderson in forum Newbie / General discussionsReplies: 5Last Post: 19th Feb 2008, 12:31 -
Downloading FLV from other sites?
By whoisquilty in forum MacReplies: 12Last Post: 6th May 2007, 11:21