Script that Save the page and change the URL, and Save the next page [closed]

1

Well, I have a problem that in my view is simple, but in practice it is complex, I need a script in which it save several URL pages and change to the next URL,

www.example.com/1 Saved 1 Next > www.example.com/2 Saved 2 Next > www.example.com/3 Saved 3

The problem is that I do not have much knowledge in Javascript, PHP or HTML, I have a basic understanding of Python, but it is still not possible to do this.

I practically need an Auto-Save-As, but that it changes URLs and Save again, because there are more than 17,627 Pages, and Humanly this is impractical.

Only you can run this on my computer, External sites can not find it because the site has a Login.

If you can get some Script that can accomplish this, I thank you.

    
asked by anonymous 25.11.2018 / 14:55

1 answer

0

I believe the PushState () method can help.

    
26.11.2018 / 15:35