Title: [Python] pastebin Author: Anonymous Pastebin link: http://pastebin.com/rP3i3DLR First Edit: Tuesday 20th of January 2015 11:49:10 PM CDT Last Edit: Tuesday 20th of January 2015 11:49:10 PM CDT from urllib.request import urlopen from html import unescape import re import time import string import sys valid_chars = "-_.() %s%s" % (string.ascii_letters, string.digits) for url in sys.argv[1:]: data = str(urlopen(url).read()) quickdata = re.sub(r'