예제 #1
0
def considerHost(url,title,content):
    x="%s %s %s" %(Utils.getHostFromUrl(url),title,content)
    return CategoryDataUtils.clean_str(x)