iyottube php youtube
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1740
vnstat PHP frontend 1.2.1
vnstat PHP frontend project is a PHP fronted end to vnStat, a network traffic logger. more>>
vnstat PHP frontend project is a PHP fronted end to vnStat, a network traffic logger. Since vnStat is console mode only I created this script to make a nice report of the data collected by vnStat.
This script requires a working PHP setup with GD image libraries. Also vnStat must be properly installed and collecting data. For information about how to set those up please check their respective homepages (see links section).
<<lessThis script requires a working PHP setup with GD image libraries. Also vnStat must be properly installed and collecting data. For information about how to set those up please check their respective homepages (see links section).
Download (0.012MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
949 downloads
php_template 2.9.2 (PHP Module)
php_template is a very fast and easy to use PHP template rendering system. more>>
php_template is a very fast and easy to use PHP template rendering system. It can create large amounts of data quickly, given a simple template. The project supports dynamic data tags for things like table data and lists, optional tags for conditional data presentation, and simple variable tags.
<<less Download (0.27MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
910 downloads
Get YouTube Video 1.3c
Get YouTube Video is a service menu for KDE. more>>
Get YouTube Video is a service menu for KDE.
Usage:
Right-click onto a link to a YouTube video or at the background of the YouTube site showing the video and choose action -> Download YouTube Video -> ...
Install:
cd ~/.kde/share/apps/konqueror/servicemenus/
tar xvzf /path/to/youtube-servicemenu.tar.gz
I made some modifications to the YouTube Service Menu. It didnt work for me, so I looked at the source. I added a differnent method to guess the video_id and I added additional parameters to the query string to download the video.
The query-string trick is:
video_id is a part of the site-url, in which the video is embedded:
video_ids = set(re.findall(www.youtube.com/v/([-A-Za-z0-9_]+), data))
or
m = re.search(video_id=(?P [-A-Za-z0-9_]+), data)
or
m = re.search(v=(?P [-A-Za-z0-9_]+), data)
Then I do:
url = "http://www.youtube.com/watch?v=%s" % video_id
Now url points to a site in which the video will be embedded, so I can apply following regular expression to its contens:
m = re.search(watch_fullscreen?(?P .*?)&fs=1&title=" + "(?P
<<lessUsage:
Right-click onto a link to a YouTube video or at the background of the YouTube site showing the video and choose action -> Download YouTube Video -> ...
Install:
cd ~/.kde/share/apps/konqueror/servicemenus/
tar xvzf /path/to/youtube-servicemenu.tar.gz
I made some modifications to the YouTube Service Menu. It didnt work for me, so I looked at the source. I added a differnent method to guess the video_id and I added additional parameters to the query string to download the video.
The query-string trick is:
video_id is a part of the site-url, in which the video is embedded:
video_ids = set(re.findall(www.youtube.com/v/([-A-Za-z0-9_]+), data))
or
m = re.search(video_id=(?P [-A-Za-z0-9_]+), data)
or
m = re.search(v=(?P [-A-Za-z0-9_]+), data)
Then I do:
url = "http://www.youtube.com/watch?v=%s" % video_id
Now url points to a site in which the video will be embedded, so I can apply following regular expression to its contens:
m = re.search(watch_fullscreen?(?P .*?)&fs=1&title=" + "(?P
Download (0.003MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
3227 downloads
python-youtube 20070709
python-youtube is a simple YouTube API Client for Python. more>>
python-youtube is a simple YouTube API Client for Python.
You can use it to access YouTube metadata in your applications and webapps. This implementation allows you to access the REST interface of the YouTube API.
Example usage:
c = youtube.YouTubeClient( your-dev-id)
for video in c.list_by_user( your-username):
v = c.get_details( video[id])
print video[id]
print v[thumbnail_url]
print v[title]
print v[description]
Enhancements:
- This release has been updated to include support for paging (the "page" and "per_page" parameters), so clients can fetch all data on a per-page basis.
<<lessYou can use it to access YouTube metadata in your applications and webapps. This implementation allows you to access the REST interface of the YouTube API.
Example usage:
c = youtube.YouTubeClient( your-dev-id)
for video in c.list_by_user( your-username):
v = c.get_details( video[id])
print video[id]
print v[thumbnail_url]
print v[title]
print v[description]
Enhancements:
- This release has been updated to include support for paging (the "page" and "per_page" parameters), so clients can fetch all data on a per-page basis.
Download (0.006MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
845 downloads
The PHP Photo Archive 1.0 RC1
LinPHA is an easy to use, multilingual, flexible photo/image archive/album/gallery written in PHP. more>>
LinPHA is an easy to use, multilingual, flexible photo/image archive/album/gallery written in PHP. It uses a SQL database to store information about your pictures.
It comes with a HTML based installer, so you dont need experience in setting up SQL DB.
<<lessIt comes with a HTML based installer, so you dont need experience in setting up SQL DB.
Download (1.2MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1657 downloads
Sinleb Youtube VideoServer 2.0
This script allows you to upload the embed code of a video from Youtube.com Video Page into a Mysql database The result is a window player for all videos;using Ajax for displaying videos:You dont more>> <<less
Download (100KB)
Added: -0001-11-30 License: Freeware Price: 0USD
downloads
Download Youtube video 0.1
Download Youtube video is a Konqueror service menu to download and encode youtube videos. more>>
Download Youtube video is a Konqueror service menu to download and encode youtube videos.
This is a hack of another service menu that stoped working (at least for me): http://www.kde-apps.org/content/show.php?content=37509
Main features:
- Download videos with the KDE file copy dialog instead of using KGet
- Automatically encode videos with mencoder, or just download
You can use ffmpeg too, just comment out the right lines in the python file, Im unable to encode some videos with ffmpeg, so mencoder is the default
<<lessThis is a hack of another service menu that stoped working (at least for me): http://www.kde-apps.org/content/show.php?content=37509
Main features:
- Download videos with the KDE file copy dialog instead of using KGet
- Automatically encode videos with mencoder, or just download
You can use ffmpeg too, just comment out the right lines in the python file, Im unable to encode some videos with ffmpeg, so mencoder is the default
Download (0.002MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
730 downloads
Cute PHP Library 0.51
Cute PHP library is a small collection of classes for PHP. more>>
Cute PHP library is a small collection of classes for PHP witch purpose is to simplify functions for daily work with PHP. e.g. convertions, formating, DB session.
<<less Download (0.11MB)
Added: 2006-05-25 License: LGPL (GNU Lesser General Public License) Price:
1250 downloads
Roadsend PHP for Linux 2.9.7
Roadsend PHP is a free, open source implementation of the PHP language. more>> Roadsend PHP is a free, open source implementation of the PHP language. It includes a compiler that produces native binaries (no interpreter required). Roadsend Compiler can build online web applications with Fast/CGI, offline web applications with an embedded web server (MicroServer), desktop GUI applications with PHP-GTK, and console applications.
Create stand-alone applications compiled from your PHP code
Compile Online Web Applications
Compile Offline MicroServer Applications
Compile GUI Applications
Compile Libraries
Easily create and manage your PHP projects in the Roadsend Studio IDE
Debugger
Interpreted mode
Compatibility<<less
Download (2.72MB)
Added: 2009-04-16 License: Freeware Price: Free
193 downloads
PHP TroubleTicket 1.4.1
PHP TroubleTicket is multiuser problem-tracking software entirely written in PHP 4. more>>
PHP TroubleTicket project is multiuser problem-tracking software entirely written in PHP 4.
It is designed to be used in a web-based client-server environment using the Apache webserver. A client can use just about any modern webbrowser and just about any operating system that is suitable for accessing WWW-Servers like any flavour of Microsoft Windows running the Internet Explorer, Netscape 6 and 7, Mozilla or Opera, Mac OS X or Unix/Linux/BSD systems with Netscape, Opera, Mozilla, KDE Konqueror, Gnome Galeon or Safari.
The dynamic webpages generated by PHP Trouble Ticket are designed to be widely compatible with most browsers and offer a concise and straightforward user interface.
<<lessIt is designed to be used in a web-based client-server environment using the Apache webserver. A client can use just about any modern webbrowser and just about any operating system that is suitable for accessing WWW-Servers like any flavour of Microsoft Windows running the Internet Explorer, Netscape 6 and 7, Mozilla or Opera, Mac OS X or Unix/Linux/BSD systems with Netscape, Opera, Mozilla, KDE Konqueror, Gnome Galeon or Safari.
The dynamic webpages generated by PHP Trouble Ticket are designed to be widely compatible with most browsers and offer a concise and straightforward user interface.
Download (MB)
Added: 2007-05-04 License: Free for non-commercial use Price:
915 downloads
PHP Accounts 0.5.1
PHP Accounts project is an open source web based accounts system. more>>
PHP Accounts project is an open source web based accounts system.
Main features:
- Generation of pdf invoices, receipts, quotes
- Email invoice (pdf attachment) to clients
- Automated invoice reminders (sent via email)
- Timesheet system - great for consultants charging on an hourly basis
- Invoice wizard for quickly creating a fully itemised invoice
- Expenditure/Outgoings
- Cash flow reports
- Spreadsheet export
<<lessMain features:
- Generation of pdf invoices, receipts, quotes
- Email invoice (pdf attachment) to clients
- Automated invoice reminders (sent via email)
- Timesheet system - great for consultants charging on an hourly basis
- Invoice wizard for quickly creating a fully itemised invoice
- Expenditure/Outgoings
- Cash flow reports
- Spreadsheet export
Download (1.5MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
860 downloads
WebService::YouTube 1.0.0
WebService::YouTube is a Perl interfece to YouTube. more>>
WebService::YouTube is a Perl interfece to YouTube.
SYNOPSIS
use WebService::YouTube;
my $youtube = WebService::YouTube->new( { dev_id => YOUR_DEV_ID } );
# Get videos via REST API
my @videos = $youtube->videos->list_featured;
# Get videos via RSS Feed
my @videos = $youtube->feeds->recently_added;
<<lessSYNOPSIS
use WebService::YouTube;
my $youtube = WebService::YouTube->new( { dev_id => YOUR_DEV_ID } );
# Get videos via REST API
my @videos = $youtube->videos->list_featured;
# Get videos via RSS Feed
my @videos = $youtube->feeds->recently_added;
Download (0.046MB)
Added: 2007-04-02 License: Perl Artistic License Price:
951 downloads
php Sudoku 0.1
php Sudoku is a Web-based sudoku game that includes 200,000 sudoku puzzles. more>>
php Sudoku is a Web-based sudoku game that includes 200,000 sudoku puzzles. It can be easily used on any Web site.
The project does not require MySQL or any other database.
<<lessThe project does not require MySQL or any other database.
Download (6.8MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
938 downloads
VCL for PHP 1.0
VCL for PHP is a PHP framework to help you build PHP web applications faster and easier than ever. more>>
VCL for PHP is a PHP framework to help you build PHP web applications faster and easier than ever.
This framework has been designed to provide visual design capabilities and its being used on Delphi for PHP.
Enhancements:
- The code in this release is the same you can get when buying Delphi for PHP.
<<lessThis framework has been designed to provide visual design capabilities and its being used on Delphi for PHP.
Enhancements:
- The code in this release is the same you can get when buying Delphi for PHP.
Download (2.2MB)
Added: 2007-04-11 License: LGPL (GNU Lesser General Public License) Price:
929 downloads
PHP Voice 2.1.0
PHP Voice (formerly known as PHP VXML) contain four classes that assist in developing voice application using PHP. more>>
PHP Voice (formerly known as PHP VXML) contain four classes that assist in developing voice application using PHP.
PHP Voice supports Speech Synthesis Markup Language 1.0, Speech Recognition Grammar Specification 1.0, Voice Browser Call Control: CCXML 1.0, and Voice Extensible Markup Language (VoiceXML) 2.0.
Enhancements:
- An improved menu module to support arrays as parameters with the ID of the menu.
- An improved home application with the new menu module.
<<lessPHP Voice supports Speech Synthesis Markup Language 1.0, Speech Recognition Grammar Specification 1.0, Voice Browser Call Control: CCXML 1.0, and Voice Extensible Markup Language (VoiceXML) 2.0.
Enhancements:
- An improved menu module to support arrays as parameters with the ID of the menu.
- An improved home application with the new menu module.
Download (0.43MB)
Added: 2005-11-15 License: GPL (GNU General Public License) Price:
1456 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above iyottube php youtube search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed