From: <Dom...@sw...> - 2012-01-03 12:57:17
|
Hi all, I search for an option to edit archived web pages server side before the wayback machine displays them. Some of my archived pages include flash video streams. These flash videos were downloaded, stored on a server and indexed in a mysql database. Now I want to script something that looks up the flash video url in the archived web page, search mysql for the link to the downloaded video and insert this link in to the archived web page at the position of the flash video. Is the ArchivalUrlSaxReplay.xml the right way to do this? Which files do I have to edit? Thank you for any hint or advice Here is a sample source code of an archived page that includes a flash video url <div class="video512"> <script type="text/javascript"> var showplayer = true; ... player.avaible_url['flashmedia']['2'] = "rtmp://flashmedia.mdn.newmedia.nacamar.net/2009/06-29/24831913.flv"; </script> </div> Best wishes, Dominik |