Any tool to save web pages from an urls list ?

Unavailable

Regular Member
Joined
Mar 24, 2015
Messages
245
Reaction score
35
Hi,

i'm looking for a way to save webpages in chrome/firefox, i want to make the browser go through a list of url and save each page html code
i looked in imacro addon but it can't save pages (SAVEAS disabled in the chrome addon)

Thanks
 
Do you want to save the specific link page? Try writing a script with python and selenium that will do the repeated tasks for you. It is not hard. If your goal is get website url, go to the website, right click and save page as... you can do this with using python and selenium plugin. I recommend you looking into a course called "Automating the boring stuff with Python". I found it here and its really useful!
 
Back
Top