예제 #1
0
파일: generate.py 프로젝트: atz/marcdoc
 def get_dom(self,url):
     dom = PyQuery(self.cacher.fetch_text(url))
     return dom.xhtml_to_html()