Results 1 to 4 of 4
hello -
how can I use wGet to get a FLASH-based website???
Is there anothe utility that would allow me to download the contents of the entire domain without leaving ...
- 07-11-2003 #1Linux Newbie
- Join Date
- Jun 2003
- Posts
- 160
wGet and FLASH
hello -
how can I use wGet to get a FLASH-based website???
Is there anothe utility that would allow me to download the contents of the entire domain without leaving the domain???
Cole
- 07-11-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
You can't use wget to follow links in flash animations. Flash is far more complex than wget will ever want to handle. I don't think that the flash file format is open anyway.
- 07-11-2003 #3Linux Newbie
- Join Date
- Jun 2003
- Posts
- 160
thought so...
hmmm - what would be an alternative method of leeching the domain???
Cole
- 07-11-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Well, if you can't find URLs, then you're out of luck. I don't know how the Flash file format works, but maybe you can do something like this to retrieve URLs from a Flash file:
Try it and see.Code:wget -O - http://url/to/flash | strings | egrep '(^http://)|(www\.[^.]+\.com)'


Reply With Quote
