You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: