Jeremy Singer-Vine
Jeremy Singer-Vine
Thanks, @aolko! I worry slightly that a feature like this would lead to unintentionally massive downloads. On the other hand, I totally understand the impetus/desire to make archiving the assets...
Hi, @MechMykl. Makes sense. A couple of questions: - Are you looking to, in one command, pull down every single version of your old website? Or are you looking to...
Agreed; doesn't seem technologically very difficult. Because `waybackpack` downloads files sequentially (rather than in parallel), DDOS isn't so much a concern (unless I'm overlooking something) as massive bandwidth consumption. @wumpus:...
Thanks for checking in, @MechMykl. There's a nice pull request from @fgregg — https://github.com/jsvine/waybackpack/pull/17 — that should provide a handy way to get all assets that match a wildcard search....
Re. the case-sensitivity, I could have been clearer. Here's the issue: - Let's say your website has pages at `/mypath/index.html` and `/MyPath/index.html`. These paths are case-sensitive, and point to different...
Nope, I'm on OS X El Capitan. What machine are you on. And what happens when you run the commands in my previous comment?
Many thanks, Jakub. That helps clarify the confusion on this thread; my apologies for my hand in it! My gut feeling is that the best approach to waybackpacking a full...
Unfortunately, I haven't been able to carve out time for this yet. But it's certainly still on my todo list.
> Any progress on this yet? Not currently. > The website i want to download has images hosted on seperate CDN url, is it possible to get that too? Not...
> Any progress on this? Not currently, but you might have luck with the code in this PR: https://github.com/jsvine/waybackpack/pull/17