Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In [1]: import requests # http://docs.python-requests.org/en/latest/user/install/
- In [2]: letters = 'abcdefghijklmnopqrstuvwxyz'
- In [3]: for url in ['http://0chan.ru/_{0}{1}/'.format(a, b) for a in letters for b in letters]:
- ....: if requests.get(url).status_code == 200:
- ....: print url
- ....:
- ....:
- http://0chan.ru/_aa/
- http://0chan.ru/_ar/
- http://0chan.ru/_bb/
- http://0chan.ru/_bm/
- http://0chan.ru/_cm/
- http://0chan.ru/_cn/
- http://0chan.ru/_co/
- http://0chan.ru/_cs/
- http://0chan.ru/_dr/
- http://0chan.ru/_en/
- http://0chan.ru/_eo/
- http://0chan.ru/_ew/
- http://0chan.ru/_ff/
- http://0chan.ru/_fg/
- http://0chan.ru/_ga/
- http://0chan.ru/_hl/
- http://0chan.ru/_kr/
- http://0chan.ru/_kt/
- http://0chan.ru/_ln/
- http://0chan.ru/_ls/
- http://0chan.ru/_mc/
- http://0chan.ru/_mf/
- http://0chan.ru/_mh/
- http://0chan.ru/_mo/
- http://0chan.ru/_nd/
- http://0chan.ru/_nn/
- http://0chan.ru/_nu/
- http://0chan.ru/_ok/
- http://0chan.ru/_pd/
- http://0chan.ru/_ph/
- http://0chan.ru/_po/
- http://0chan.ru/_qq/
- http://0chan.ru/_rf/
- http://0chan.ru/_rm/
- http://0chan.ru/_sc/
- http://0chan.ru/_sn/
- http://0chan.ru/_tf/
- http://0chan.ru/_to/
- http://0chan.ru/_vs/
Advertisement
Add Comment
Please, Sign In to add comment