Skip to content

YouTube downloader maybe? i have no idea what is this about ._.

License

Notifications You must be signed in to change notification settings

emanh1/getLinkYouTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

getLinkYouTube

You can get an array of SD, HD download links of a YouTube video by pasting its link or ID into the function getVideoYoutube($link)

<?php
include ('getlink.php'); //Includes the functions file.
$link = "https://www.youtube.com/watch?v=YuIvDyPUC3g"; //Link of the YouTube video you want to GET
getVideoYoutube($link); //Call the function
//Yep, simple as fuck
?>

Releases

No releases published

Packages

No packages published

Languages