Skip to content

Commit

Permalink
删掉没有用的图片。和一些有的没有的改动
Browse files Browse the repository at this point in the history
  • Loading branch information
zythum committed Mar 22, 2015
1 parent 87bf974 commit f96e30f
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
+ 哔哩哔哩弹幕视频网 @朱一
+ 优酷-中国领先视频网站 @朱一
+ 土豆-每个人都是生活的导演 @朱一
+ 爱奇艺-中国领先的视频门户 @朱一

##众人拾柴火焰高 计划
> 加入妈妈计划开发,视频网站的解析朱一一个人确实是搞不过来。每个视频网站的解析规则可能会不定时的改变。朱一每天也就看看优酷或者bilibili,不大可能照顾到所有网站(毕竟是个业余项目QAQ)。所以如果你觉得妈妈计划不错,想帮助妈妈计划做的更好,恳请您加入*众人拾柴火焰高*计划。
Expand Down
Binary file removed images/chrome.jpg
Binary file not shown.
Binary file removed images/ll.png
Binary file not shown.
Binary file removed images/safari.jpg
Binary file not shown.
3 changes: 3 additions & 0 deletions src/seeker_bilibili.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* bilibli
* @朱一
*/
var purl = require('./purl')
var log = require('./log')
var httpProxy = require('./httpProxy')
Expand Down
3 changes: 3 additions & 0 deletions src/seeker_iqiyi.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* iqiyi
* @朱一
*/
var canPlayM3U8 = require('./canPlayM3U8')
var queryString = require('./queryString')
var ajax = require('./ajax')
Expand Down
3 changes: 3 additions & 0 deletions src/seeker_tudou.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* tudou
* @朱一
*/
var canPlayM3U8 = require('./canPlayM3U8')
var ajax = require('./ajax')
var log = require('./log')
Expand Down
3 changes: 3 additions & 0 deletions src/seeker_youku.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* youku
* @朱一
*/
var canPlayM3U8 = require('./canPlayM3U8')
var ajax = require('./ajax')
var log = require('./log')
Expand Down

0 comments on commit f96e30f

Please sign in to comment.