rcyclope
Results
1
issues of
rcyclope
add few line in crunchy-xml-decode.py ``` ... import re, urllib2 ... #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#(autocatch)#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# def autocatch(): print 'indicate the url : ' url=raw_input() mykey = urllib2.urlopen(url) take = open("queue_.txt", "w") for text...