A
A
Andrey ZH2019-06-28 10:55:44
Web development
Andrey ZH, 2019-06-28 10:55:44

How do I get an offline copy of a modern site?

In the era of static websites, I got offline copies of them using Teleport Pro. Modern websites use JS that updates the DOM dynamically using AJAX. Accordingly, old tools like Teleport Pro, HTTrack, Offline Explorer, etc. are no longer relevant.
What tools can be used today to get full copies of dynamic sites (with and without authorization)?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
Q
QQ, 2019-06-28
@BigBro

npm i website-scraper website-scraper-puppeteer

const scrape = require('website-scraper');
const PuppeteerPlugin = require('website-scraper-puppeteer');

scrape({
    urls: ['https://www.instagram.com/gopro/'],
    directory: '/path/to/save',
    plugins: [ new PuppeteerPlugin() ]
});

And any React, Angular and other dynamic sites will be in the folder.

B
Boris Korobkov, 2019-06-28
@BorisKorobkov

How to get a copy of the drawing of modern weapons?
In the era of "mailboxes" I received copies of them using a microphoto camera. Modern design bureaus use biometric access, search and seize spy equipment, and encrypt data. Accordingly, old tools like forgery on a typewriter, film cameras, etc. no longer relevant.
What tools can be used today to get copies of modern military equipment (with and without weapons)?

S
sim3x, 2019-06-28
@sim3x

You can try https://github.com/gildas-lormeau/SingleFile

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question