-
Notifications
You must be signed in to change notification settings - Fork 2
jblinder/youtube-grabber
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
YoutubeGrabber is a simple class for parsing and downloading videos from YouTube.
(updated to work with Youtube's fmt_url_map parameter)
Basic Usage:
require_once("youtubeGrabber.class.php");
$you = new youtubeGrabber();
// specify the destination video format
$you->format("mp4");
// specify the destination filepath (defaults to the same directory of downloader class)
$you->filepath("");
// specify the destination filename
$you->filename("cat");
// pass in the youtube url that you want to download
$you->download("http://www.youtube.com/watch?v=J---aiyznGQ");
About
A class to easily parse and download YouTube videos. (parses the "fmt_url_map" parameter for download links.)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published