Jump to content

Auto DL'ing Pics from a webpage


Skorn
 Share

Recommended Posts

As the topic says I want to create a script for auto-dl'ing all the pics from whatever website your currently on into a specific folder. I don't know how to even start making something like that so I tried a simpler approach by having any pic you control-left clicked on to be auto-saved for you.

MouseGetPos, xpos, ypos
RightClick, xpos, ypos
send, s
Sleep, 1000
send, {ENTER}

The problem is I don't know how to have it wait for a control-left click and without bogging down the cpu. If anyone can help I'd appreciate it.

Thanks

Link to comment
Share on other sites

I suggest you search for a win32 version of wget and check its parameters. It's not more than a simple wget -p http://........./.....

You could also save the html using URLDownloadToFile and search for all of the pictures in it yourself.

Using a normal browser for this makes it very complicated and unreliable.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...