Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <img title="$titleText" src="$imgURL" id="foo" border="0" />
  2.  
  3. for count in `seq 1 400`;
  4. do page=https://website/$count.html;
  5. imgURL=[somehow get $imgURL from $page];
  6. titleText=[somehow get $titleText from $page];
  7. echo -e "$countn$imgURLn$titleTextnn" >> some-file;
  8. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement