Hi Guys!
I trying to write script, which helps me with web-scrapping.
What should it do:
1) Get URL from line 1...n from file source.txt
2) Get elelement URL and write it to file imglinks.txt
3) Loop scrapping (while lines in source.txt proceed)
Issue:
I can't add FileReadLine to my script and loop it When i tried add it - script return 0.
#Include <String.au3>
#include <INet.au3>
#include <File.au3>
#includ