码迷,mamicode.com
首页 > Web开发 > 详细

获取网页title(还有一坑未填)

时间:2018-10-11 17:04:12      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:ext   bsp   requests   timeout   text   获取   class   lxml   style   

 1     def getTitle(self,url):
 2         #get title
 3         title = time out
 4         try:
 5             self.res = requests.get(url,timeout=5)
 6             
 7 
 8             soup = BeautifulSoup(self.res.text, lxml)
 9             
10             title = soup.title.text
11            
12         except Exception:
13             title = self.res.text
14         
15         return title

 

获取网页title(还有一坑未填)

标签:ext   bsp   requests   timeout   text   获取   class   lxml   style   

原文地址:https://www.cnblogs.com/xiaobaichuangtianxia/p/9772844.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!