Skip to content

php api to get info or thumbnail from any web url

Notifications You must be signed in to change notification settings

Stevenhwang/thumbnail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Require

php8
swoole4
composer

Installation

composer install

Start

php http.php

Usage

POST http://127.0.0.1:9501

json payload:

{
  "url": "https://www.youtube.com/watch?v=PP1xn5wHtxE"
}

json response:

{
    "title": "【第7回MMD杯Ex】 ロード・オブ・ザ・リングでEVERYBODY",
    "description": "Reprint.Original - Original description;いや~ごめんな。Exでなにやればいいのか考えていなかったから、とりあえず本選とぜんぜん関係ないけど、うpするねw あと、始めてPMDEで表情の変更をやってみたが、口わらいや叫びの表情をどうしたらいいのかわ...Video Downlo...",
    "url": "https://www.youtube.com/watch?v=PP1xn5wHtxE",
    "image": "https://i.ytimg.com/vi/PP1xn5wHtxE/hqdefault.jpg"
}

About

php api to get info or thumbnail from any web url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages