jsvine / waybackpack

Download the entire Wayback Machine archive for a given URL.
MIT License
2.8k stars 189 forks source link

I need to download all SWF files from Archive. #65

Open MissionCyberSpace opened 1 year ago

MissionCyberSpace commented 1 year ago

Hi, I installed Waybackpack in hopes I could download all the swf files located here. "http://flashvortex.com/images/" In the Wayback Machine, I can access them here. "https://web.archive.org/web/*/http://flashvortex.com/images/*" This is all great, but the waybackpack only saves HTML files. Anyway I can download all the SWF files? Thanks! P.S. This is critical for me to download these.

jsvine commented 1 year ago

Hi. The first link you're pointing to is the HTML page. The second link you're pointing to (with /*) is the Wayback Machine's internal report of all URLs that begin with that URL. If the SVG files are linked from the main HTML page, I'd suggest fetching that, parsing out the URLs to the SWF files, and then fetching those. Not as automatic as I imagine you'd like, but currently what's possible with this library.