How to extract all the content from any website at once?

RichKIDLK

BANNED
Joined
Aug 30, 2020
Messages
1,198
Reaction score
1,157
Friends,

Is there any way to extract all the content at once from a website? I mean posts, pages as txt files.



Thank you all.
 
you can export as an XML and use some python code to break it down to multiple files with the format you want,
the script shouldn't be that tough to write or expensive to hire someone to make it for you
 
Friends,

Is there any way to extract all the content at once from a website? I mean posts, pages as txt files.



Thank you all.
Yeah, you can just ask the site owner to give you the content of his site as txt files. Easiest way to extract all content at once ;)
 
Back
Top