YoutubeInfo: Get information about a video in YouTube

Recommend this page to a friend!
  Info   View files Documentation   Screenshots Screenshots   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2020-07-02 (20 hours ago) RSS 2.0 feedNot enough user ratingsTotal: 155 This week: 9All time: 8,770 This week: 29Up
Version License PHP version Categories
youtubeinfo 1.0.1The PHP License5PHP 5, Web services, Video
Description Author

This package can get information about a video in YouTube.

It takes the URL of a given video page in YouTube and gets the contents from the embedding meta data URL for that video so it can return several details about that video.

Currently it return an object with variables that include the following details:

- The video title
- The video author name and page URL on YouTube
- Width and height of the video and the thumbnail image as well the thumbnail URL
- HTML to embed the video in another site pages

  Performance   Level  
Name: adriano123456 <contact>
Classes: 1 package by
Country: Brazil Brazil

Details

YoutubeInfo

Implementando

$obj = new YoutubeInfo("https://www.youtube.com/watch?v=VHxjyBtKxpM");

$obj->getThumb()

$obj->getThumb('small')

alt text alt text

print_r($obj->getInfo());
stdClass Object
(
    [author_name     ] => Peter Gundry | Composer
    [thumbnail_width ] => 480
    [width           ] => 480
    [type            ] => video
    [provider_url    ] => https://www.youtube.com/
    [height          ] => 270
    [author_url      ] => https://www.youtube.com/user/23Alchemist23
    [thumbnail_url   ] => https://i.ytimg.com/vi/VHxjyBtKxpM/hqdefault.jpg
    [provider_name   ] => YouTube
    [version         ] => 1.0
    [thumbnail_height] => 360
    [title           ] => Nordic/Viking Music - FoĢ?lkvangr
    [html            ] => <iframe width="480" height="270" src="https://www.youtube.com/embed/VHxjyBtKxpM?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen=""></iframe>
)
Screenshots  
  • print.jpg
  Files folder image Files  
File Role Description
Accessible without login Plain text file README.md Doc. Documentation
Plain text file yt.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 66%
Total:155
This week:9
All time:8,770
This week:29Up

For more information send a message to info at phpclasses dot org.