Python解析网页源代码中的115网盘链接实例


Posted in Python onSeptember 30, 2014

本文实例讲述了python解析网页源代码中的115网盘链接的方法。分享给大家供大家参考。具体方法分析如下:

其中的1.txt,是网页http://bbs.pediy.com/showthread.php?t=144788另存为1.txt

具体代码如下:

import re 
   
if __name__ == "__main__": 
  fp = open("c:\\1.txt") 
   
  https = re.compile(r"(http://u.*)") 
  for url in https.findall(fp.read()): 
    print url

输出结果:

http://u.115.com/file/f61cb107c8 
http://u.115.com/file/f6806f45b8 
http://u.115.com/file/f6ec42d4d3 
http://u.115.com/file/f6deb05ec4 
http://u.115.com/file/f6e51f6838 
http://u.115.com/file/f66edaf8d3  
http://u.115.com/file/f6d07e07b9 
http://u.115.com/file/f6d7f585a8 
http://u.115.com/file/f639d8b3cf 
http://u.115.com/file/f6dcadbde6 
http://u.115.com/file/f6ea3f01c1 
http://u.115.com/file/f65b96a06f  
http://u.115.com/file/f682da085a  
http://u.115.com/file/f6486e698 
http://u.115.com/file/f6b7491d9f 
http://u.115.com/file/f622b7f9a7 
http://u.115.com/file/f64e2424b9 
http://u.115.com/file/f6e5132d4d  
http://u.115.com/file/f655c10e86  
http://u.115.com/file/f6b22e64e6 
http://u.115.com/file/f6812126a4  
http://u.115.com/file/f6523e625c 
http://u.115.com/file/f63e0ccb28 
http://u.115.com/file/f611e07b8a# 
http://u.115.com/file/f6e047bccc#  
http://u.115.com/file/f6d348d781# 
http://u.115.com/file/f6ada24153# 
http://u.115.com/file/f64f97518b#  
http://u.115.com/file/f6f9ba96f8# 
http://u.115.com/file/f650e06f38# 
http://u.115.com/file/f683ee5b2a# 
http://u.115.com/file/f69009bfc2# 
http://u.115.com/file/f6ea427646# 
http://u.115.com/file/f6acdc6b7f# 
http://u.115.com/file/f6c85745d0# 
http://u.115.com/file/f61a26cf12# 
http://u.115.com/file/f631edf5c6#  
http://u.115.com/file/f6b0fa6fb8# 
http://u.115.com/file/f6f5fe8962# 
http://u.115.com/file/f6bf975e0#  
http://u.115.com/file/f6d522784c#  
http://u.115.com/file/f6b5ac9991#  
http://u.115.com/file/f62e80ced5#  
http://u.115.com/file/f6bff09c0c#  
http://u.115.com/file/f663fc4a54# 
http://u.115.com/file/blpk4pv1 
http://u.115.com/file/c4rjotdz 
http://u.115.com/file/f6a960aca8# 
http://u.115.com/file/efnn38jr 
http://u.115.com/file/c4leomjd 
http://u.115.com/file/dlpw9s6i 
http://u.115.com/file/f6d3cbebe0# 
http://u.115.com/file/f6de8062b2# 
http://u.115.com/file/ef8og8la 
http://u.115.com/file/f6f6391ac6# 
http://u.115.com/file/f628d256ae# 
http://u.115.com/file/f66a049dc9# 
http://u.115.com/file/f62bf1750a# 
http://u.115.com/file/f642e47260# 
http://u.115.com/file/f693eb7c89# 
http://u.115.com/file/f6ed68ba9b# 
http://u.115.com/file/f6f099c3f9# 
http://u.115.com/file/f61ac19339# 
http://u.115.com/file/f6f3c78d2c# 
http://u.115.com/file/f6696f6348# 
http://u.115.com/file/f6e88eeefb# 
http://u.115.com/file/f66471e4eb# 
http://u.115.com/file/f672da54ae# 
http://u.115.com/file/dnasw0kp# 
http://u.115.com/file/dnagnndx# 
http://u.115.com/file/clwr2xxg# 
http://u.115.com/file/bhbcnnwe# 
http://u.115.com/file/aq2rp9ga# 
http://u.115.com/file/e601turs# 
http://u.115.com/file/dn46qs7x# 
http://u.115.com/file/clwonrwg# 
http://u.115.com/file/dn43i7jf# 
http://u.115.com/file/bhbgrnfz# 
http://u.115.com/file/dnsl0kxp#

希望本文所述对大家的Python程序设计有所帮助

Python 相关文章推荐
用Python输出一个杨辉三角的例子
Jun 13 Python
Python中使用copy模块实现列表(list)拷贝
Apr 14 Python
Python脚本在Appium库上对移动应用实现自动化测试
Apr 17 Python
Python3访问并下载网页内容的方法
Jul 28 Python
使用pyecharts在jupyter notebook上绘图
Apr 23 Python
Python使用Flask-SQLAlchemy连接数据库操作示例
Aug 31 Python
Django中的静态文件管理过程解析
Aug 01 Python
基于Django框架的权限组件rbac实例讲解
Aug 31 Python
Python Process多进程实现过程
Oct 22 Python
浅谈SciPy中的optimize.minimize实现受限优化问题
Feb 29 Python
python把一个字符串切开的实例方法
Sep 27 Python
详解Python GUI编程之PyQt5入门到实战
Dec 10 Python
python网络编程之读取网站根目录实例
Sep 30 #Python
python中sets模块的用法实例
Sep 30 #Python
python根据路径导入模块的方法
Sep 30 #Python
python基于xml parse实现解析cdatasection数据
Sep 30 #Python
python中ConfigParse模块的用法
Sep 29 #Python
Python中logging模块的用法实例
Sep 29 #Python
Python基于twisted实现简单的web服务器
Sep 29 #Python
You might like
php中选择什么接口(mysql、mysqli)访问mysql
2013/02/06 PHP
PHP的MVC模式实现原理分析(一相简单的MVC框架范例)
2014/04/29 PHP
分享php代码将360浏览器导出的favdb的sqlite数据库文件转换为html
2015/12/09 PHP
PHP正则表达式入门教程(推荐)
2016/05/18 PHP
php处理抢购类功能的高并发请求
2018/02/08 PHP
js常见表单应用技巧
2008/01/09 Javascript
jqPlot 基于jquery的画图插件
2011/04/26 Javascript
Jquery操作下拉框(DropDownList)实现取值赋值
2013/08/13 Javascript
JavaScript新窗口与子窗口传值详解
2014/02/11 Javascript
JS 排序输出实现table行号自增前端动态生成的tr
2014/08/13 Javascript
jQuery调用ajax请求的常见方法汇总
2015/03/24 Javascript
原生 JS Ajax,GET和POST 请求实例代码
2016/06/08 Javascript
利用vue-router实现二级菜单内容转换
2016/11/30 Javascript
详解webpack + react + react-router 如何实现懒加载
2017/11/20 Javascript
windows下更新npm和node的方法
2017/11/30 Javascript
微信小程序tabBar用法实例详解
2017/12/04 Javascript
JavaScript中concat复制数组方法浅析
2019/01/20 Javascript
Vue中util的工具函数实例详解
2019/07/08 Javascript
更强大的vue ssr实现预取数据的方式
2019/07/19 Javascript
es6中new.target的作用和使用场景简单示例分析
2020/03/14 Javascript
JavaScript实现移动端带transition动画的轮播效果
2020/03/24 Javascript
在vs code 中如何创建一个自己的 Vue 模板代码
2020/11/10 Javascript
使用Python的Tornado框架实现一个一对一聊天的程序
2015/04/25 Python
Python函数可变参数定义及其参数传递方式实例详解
2015/05/25 Python
python 实现A*算法的示例代码
2018/08/13 Python
pytorch permute维度转换方法
2018/12/14 Python
python django框架中使用FastDFS分布式文件系统的安装方法
2019/06/10 Python
Pytorch Tensor的统计属性实例讲解
2019/12/30 Python
Python3连接Mysql8.0遇到的问题及处理步骤
2020/02/17 Python
美国南加州的原创极限运动潮牌:Vans(范斯)
2016/08/05 全球购物
Ivory Isle Designs美国/加拿大:婚礼和活动文具公司
2018/08/21 全球购物
2014年团队工作总结
2014/11/24 职场文书
班主任先进事迹材料
2014/12/17 职场文书
鲁冰花观后感
2015/06/10 职场文书
2016大学生暑期社会实践心得体会
2016/01/14 职场文书
教你做个可爱的css滑动导航条
2021/06/15 HTML / CSS