2017 © Pedro Peláez
 

library video-info

get video from video sites

image

xuyonglin/video-info

get video from video sites

  • Tuesday, August 16, 2016
  • by xuyonglin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Get video info from video sites, support youku yet

Requirements

At least php version 5.3 extensions: openssl, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

add, (*4)

"xuyonglin/video-info": "dev-master"

to the require section of your composer.json., (*5)

How to use

use videosites\getvideo;, (*6)

$url = 'http://v.youku.com/v_show/id_XMTYzOTM2MDEyOA==.html?from=y1.3-idx-beta-1519-23042.230771.4-1';, (*7)

$m = new getvideo();, (*8)

$re = $m->processPage($url);, (*9)

Results

{
    "video_id": "XMTYzOTM2MDEyOA==",
    "title": "致青春 01",
    "length": "2736.19",
    "desc": "“玉面小飞龙”郑微终于如愿考上了青梅竹马林静所在城市的大学。婺源香樟树下,郑微告诉林静这里是她母亲和初恋私定终身的地方,而当郑微返回拿表白定情信物时,香樟树下林父与郑母俩人亲密相处的场景落入了林静眼中。开学后林静未能如约来车站接郑微,师兄张开和许开阳误将她认成校花阮莞。陈孝正被室友恶整,在浴池洗澡时与郑微尴尬相遇,而许开阳为了确认情况闯入澡堂却意外夺走了郑微的初吻。",
    "player": "http://player.youku.com/player.php/sid/XMTYzOTM2MDEyOA==/partnerid/b10ab8588528b1b1/v.swf",
    "tags": "致青春",
    "thumbnail": "http://r1.ykimg.com/054204085788540A6A0A3F0459F14763",
    "category": "电视剧"
}

Configuration

nothing now, (*10)

The Versions

16/08 2016

dev-master

9999999-dev

get video from video sites

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by 徐永霖