Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import requests
- import time
- id = 244364969
- for i in range(0, 9999999):
- url = "https://vk.com/doc%s_%s" % (id, str(i).zfill(7))
- r = requests.get(url)
- if 'Error' not in r.text:
- print url
Advertisement
Add Comment
Please, Sign In to add comment