02-14-2012, 04:00 PM
----
int w=wait(1 WV win("- Mozilla Firefox" "Mozilla*WindowClass" "" 0xA04))
Acc a.FindFF(w "IMG" "" "" 0x1000 1)
str src=a.WebAttribute("src")
str alt=a.WebAttribute("alt")
alt.replacerx("/" "-")
alt.replacerx(":" "")
out alt
out src
str dest=F"T:\Laurent\Music\Pochettes\{alt}.jpg"
out dest
DownloadFile(src dest)
int w=wait(1 WV win("- Mozilla Firefox" "Mozilla*WindowClass" "" 0xA04))
Acc a.FindFF(w "IMG" "" "" 0x1000 1)
str src=a.WebAttribute("src")
str alt=a.WebAttribute("alt")
alt.replacerx("/" "-")
alt.replacerx(":" "")
out alt
out src
str dest=F"T:\Laurent\Music\Pochettes\{alt}.jpg"
out dest
DownloadFile(src dest)