nkyling

 

2013年1月18日

.net 使用正则表达式获取视频标题和文件地址(优酷、酷6、土豆)

摘要: 1 static string[] rgUrlArr = new string[] 2 { 3 @"^http://d?v\.youku\.com", 4 @"^http://www\.tudou\.com", 5 @"^http://v\.ku6\.com" 6 }; 7 8 static string[] rgVideoUrlArr = new string[] 9 {10 @"http://player\.youku\.... 阅读全文

posted @ 2013-01-18 14:56 nqllin 阅读(554) 评论(0) 推荐(0)

导航