A
A
alex_book2014-10-26 04:31:50
Parsing
alex_book, 2014-10-26 04:31:50

And what free tools to merge your site on HDD?

DISCO Rocker 3.3,
httrack.com, does not satisfy.
Is there really only parsing left?
You need an adequate free offline browser so that you can download the site and read it quietly in an American prison :)
Only the text is of interest, and a maximum of gifs (well, so that you can view it on a more or less simple phone). ALTHOUGH I'm a Fidoshnik, I'll never know HOW can this be pumped out?
ps. It is very rare to see your like-minded people on this project. Peaceful sky, Lugansk, 2:4615/46.15

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Andrey Kolegov, 2014-10-26
@alko

Wget --recursive

S
Serj-One, 2014-10-26
@Serj-One

At one time, I myself tried many offline browsers, I did not find a good one.
I came to the conclusion that the best solution is a regular console rocker in Linux systems - wget.
wget -r -k -l 7 -p -E -nc site.com
This command will download a local copy of site.com to the site.com directory.
Used parameters:
-r - indicates that you need to recursively follow links on the site in order to download pages.
-k is used to have wget convert all links in downloaded files so that they can be followed on the local computer (offline).
-p - indicates that you need to download all the files that are required to display pages (images, css, etc.).
-l Specifies the maximum nesting depth of pages that wget should download (default value is 5, in the example we set 7). In most cases, sites have heavily nested pages, and wget can just dig in, downloading new pages. To prevent this from happening, you can use the -l option.
-E - add .html extension to uploaded files.
-nc - this option will not overwrite existing files. This is convenient when you need to continue loading a site that was interrupted the previous time.

B
Boris, 2014-10-27
@bkurdasov

wget, under windows - Gnu on Windows

D
Dmitry, 2014-10-26
@zmeyjr

Used this a long time ago www.tenmax.com/teleport/pro/features.htm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question