Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- for i in {0..20}; do
- curl --cookie 'REPLACE' 'http://hideme.ru/proxy-list/?start='"$((64*$i))" | grep -Pao '<td class=tdl>[^<]+<.td><td>[0-9]+<.td>' | sed -r 's/<td class=tdl>([^<]+)<.td><td>([0-9]+)<.td>/\1:\2/g' >> out.txt
- done
Advertisement
Add Comment
Please, Sign In to add comment