rahiel / archiveror

Archiveror will help you preserve the webpages you love. 💾
https://www.rahielkasim.com/archiveror/
GNU General Public License v3.0
400 stars 43 forks source link

Archiving many pages as MHTML programmingly? #50

Closed zlrs closed 5 years ago

zlrs commented 5 years ago

Assuming I want to archive 100 pages locally as MHTML, is there a way to do this in a programmable way? Can I call the Chrome plugin to do this automatically OR clone this project and do some thricks?

rahiel commented 5 years ago

If these 100 pages are in one bookmark folder, you can right click the bookmark folder and choose "Open all in new window" with automatic archiving enabled.

Otherwise feature request #23 covers this.

zlrs commented 5 years ago

Thanks. I guess this can be done by opening these pages using selenium or something like that with automatic archiving enabled. I will try it when I have time and post the result.