I would like to crawl/mirror a site which uses object tags to embed videos. I
have tried the *.wmv filter allowing external servers but it was unsuccessful.
The target wmv files are pointed using XML asx files.
html I get is:
<OBJECT id='mediaPlayer' (...) <param name='fileName'
value=http://www.mysite.com/roller.php?url=6377.wmv
(...) <EMBED type='application/x-mplayer2' (...)
src=http://www.mysite.com/roller.php?url=6377.wmv </EMBED></OBJECT>
where <http://www.mysite.com/roller.php?url=6377.wmv> is a asx XML file. My
target is the wmv file pointed by the asx file
Is there any way i could use httrack to download said media files? |