Giter VIP home page Giter VIP logo

player-2's Introduction

版权声明

除非特别声明,本作品包含所有资源,均应用于如下版权说明:
本作品受《中华人民共和国著作权法》以及其他相关法律的保护。对本作品的使用不得超越本许可授权的范围。

---作者:唐有炜
---我的博客:http://www.xinValue.com
---我的微博:http://weibo.com/tyouwei
---我的QQ:1035136784(非技术问题勿扰)

使用必读

将文件夹上传至网站根目录(务必如此)
上传需要修改的文件

---/player/config.php(按相应的说明修改)(务必认真修改)
---/player/ckplayer/ckplayer.js(将localhost全部换成【您的域名】)
---/player/ckplayer/ckplayer.xml(将localhost全部换成【您的域名】)
---/player/ckplayer/share.xml(将localhost全部换成【您的域名】)
--/tpl/list_mov.html

测试数据

1.url为null

http://localhost/player/index.php

2.url为空

http://localhost/player/index.php?url=

3.video.php解析

youku:
http://localhost/player/index.php?url=http://v.youku.com/v_show/id_XNjUyMTM0MDA0.html

tudou(仅支持类似albumplay的url):
http://localhost/player/ckplayer/video.php?url=http://www.tudou.com/albumplay/p9nMfF_Yp_o/YpSHsdK0zn8.html

乐视
http://localhost/player/index.php?url=http://www.letv.com/ptv/vplay/2217036.html

56
http://localhost/player/index.php?url=http://www.56.com/u28/v_OTE4MzcxNjk.html

ku6
http://localhost/player/index.php?url=http://v.ku6.com/show/lDy2CAxYbhikekNcdtuP8g...html

pps
http://localhost/player/?url=http://v.pps.tv/play_39V04K.html

4.play.php解析

凤凰
http://localhost/player/index.php?url=http://v.ifeng.com/ent/mingxing/201312/01142824-b595-418e-9ae7-b4af60dbd8aa.shtml

163
http://localhost/player/index.php?url=http://v.163.com/jishi/V6FMS3ID2/V9FHDV3PA.html

cntv
http://localhost/player/?url=http://tv.cntv.cn/video/C32975/36c82b38ab4d46ee1a87eba7f5bebf91

腾讯视频
http://localhost/player/?url=http://v.qq.com/cover/3/o00132sjzvj.html

related.php

http://localhost/player/ckplayer/related.php?id=bq_XMjU4OTYyNDQ=_youku

https://openapi.youku.com/v2/videos/show.json?client_id=0dec1b5a3cb570c1&video_id=XMjU4OTYyNDQ=&ext=show

https://openapi.youku.com/v2/searches/show/by_keyword

.json?client_id=0dec1b5a3cb570c1&keyword=%E6%A2%81%E5%B1%B1%E4%BC%AF%E4%B8%8E%E7%A5%9D%E8%8B%B1%E5%8F%B0%20%E7%89%87%E5%B0%BE%E6%9B%B2&category=%E9%9F%B3%E4%B9%90&page=1&count=18

list_mov.php

http://localhost/player/ckplayer/list_mov.php?r=youku_XMjU4OTYyNDQ

https://openapi.youku.com/v2/videos/show.json?client_id=0dec1b5a3cb570c1&video_id=XMjU4OTYyNDQ&ext=show

https://openapi.youku.com/v2/videos/show.json?client_id=0dec1b5a3cb570c1&video_id=XNjE0MjI4MzY4&ext=show

collect.php

http://openapi.youku.com/v2/shows/show.json?client_id=0dec1b5a3cb570c1&show_id=f2d7cbbc510311e38b3f

gx_video表添加了一个字段show_id,用于存储采集的节目ID

ALTER TABLE gx_video ADD COLUMN show_id VARCHAR(20) NULL DEFAULT '' AFTER genuine;

player-2's People

Contributors

terwer avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

davidlanz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.