duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| #!/usr/bin/env python | |
| #encoding: utf-8 | |
| import urllib2 | |
| from base64 import b64decode | |
| LIST_URL = 'https://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt' | |
| BLACK_FILE = 'gfw.url_regex.lst' | |
| WHITE_FILE = 'cn.url_regex.lst' |