Archive for category Plugins
Free YouTube Video Downloader & Path To FLV Finder Tool
Posted by Kieran McCarthy in Bits Of Code, HTML, PHP, Plugins, YouTube on January 23, 2008
Click here for the “YouTube Video Downloader & Path To FLV Finder Tool”
Click here for the “YouTube Video Downloader & Path To FLV Finder Tool”
This is a follow up article on my previous post “How to get the direct url path to .flv video files on YouTube for Free” it’s a collection of php scripts mashed together from around the web. It will enable a user to fetch the actual .flv path url to a YouTube video.
If anyone is interested in the code leave a comment request and I will contact you.
Hope this helps you!
Popularity: 29% [?]
How to get the direct url path to .flv video files on YouTube for Free
Posted by Kieran McCarthy in Bits Of Code, Plugins, YouTube on December 13, 2007
I had a reason this week to try and find the actual direct path to an.flv on YouTube, I was trying out the excellent JW Media Player by Jeroen Wijering it supports playback of flv files among a host of other formats heres a quick excerpt from his website
“JW Media Player supports playback of a single media file of any format the Flash Player can handle (MP3, FLV, SWF, JPG, PNG and GIF). It also supports RSS, XSPF and ATOM playlist (with mixed mediatypes and advertisement possibilities), a wide range of flashvars (settings) for tweaking both behavior and appearance and an extensive, documented javascript/actionscript API.”
The Problem?
While coding the xml playlist file for the player I tried adding a YouTube video but couldn’t find the actual path to the .flv file on YouTube’s servers. YouTube dont allow downloading of the video files and they have the path to the files pretty well hidden. So with a little tinkering around I came up with this trick…
The Solution!
I used this website www.keepvid.com to decode the url from YouTube. First go to YouTube and load a video, copy the url in the address bar it should show something like this:
Popularity: 39% [?]
Faster SkreemR Audio Search Add-on for Firefox (auto-suggest feature)
Posted by Kieran McCarthy in Bits Of Code, Firefox, HTML, MP3, Music, Plugins on November 27, 2007
Update 3rd Dec 07: James over at SkreemR has officially added my Firefox plugin to their 3rd party plugins “Tools” page view the page here
I coded this firefox add-on to query the SkreemR mp3 search site much quicker than the standard search tool add-on.
SkreemR currently provide a useful search add-on, it installs SkreemR search to your current list of search engines within Firefox. By searching for an artist or song you are directed to the SkreemR website and results are displayed.
I re-coded their XML install file to include a live suggest feature pulling related words as you type from Yahoo to speed up your search query.
Examples:
Popularity: 100% [?]
