Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- clear
- setopt rm_star_silent
- while true
- do
- rm date.bluesystem.top/search.php?*.html
- for j in `seq 0 10 1000`
- do
- wget \
- --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15" \
- --load-cookies cookie.txt \
- --recursive \
- --level=1 \
- --wait=1 \
- --random-wait \
- --domains date.bluesystem.top \
- --no-parent \
- --no-clobber \
- --html-extension \
- --accept-regex=".*anketa.*" \
- http://date.bluesystem.top/search.php?from=$j&a=s&id=&agef=30&aget=90&orientation=0&gender=2&alone=3&country=0&dtwn=&subway=0®ion=0®in=0&sponsor=0&fname=&byid=&heightf=1&heightt=61&weightf=1&weightt=71&online=on
- done
- done
Add Comment
Please, Sign In to add comment