t www youtube
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1234
WWW::YouTube::Com 2006.0626
WWW::YouTube::Com is a module to complete the setup of WWW::YouTube with needed personal parameters. more>>
WWW::YouTube::Com is a module to complete the setup of WWW::YouTube with needed personal parameters.
SYNOPSIS
-- Now about your future YouTube Development Interface projects:
$ mkdir ~/WWW
$ mkdir ~/WWW/YouTube
/usr/bin/php $PERLLIB/WWW/YouTube/Com.pm user pass dev_id > ~/WWW/YouTube/Com.pm
-- NOTE: php ...
Options;
B< user pass dev_id >
OPTIONS
B< user pass dev_id > from registering with http://www.youtube.com as a YouTube Developer
<<lessSYNOPSIS
-- Now about your future YouTube Development Interface projects:
$ mkdir ~/WWW
$ mkdir ~/WWW/YouTube
/usr/bin/php $PERLLIB/WWW/YouTube/Com.pm user pass dev_id > ~/WWW/YouTube/Com.pm
-- NOTE: php ...
Options;
B< user pass dev_id >
OPTIONS
B< user pass dev_id > from registering with http://www.youtube.com as a YouTube Developer
Download (0.10MB)
Added: 2007-08-18 License: Perl Artistic License Price:
800 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
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
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
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
MyNews www 1.2b2
MyNews www provides a Web interface for MyNews. more>>
MyNews www provides a Web interface for MyNews.
MyNews www is a set of Perl CGI scripts to access the news stored in a MyNews server and to manage Web site subscriptions.
It needs the MyNews script to be installed.
<<lessMyNews www is a set of Perl CGI scripts to access the news stored in a MyNews server and to manage Web site subscriptions.
It needs the MyNews script to be installed.
Download (0.085MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
996 downloads
youtube-dl 2007.06.22
youtube-dl is a small command-line program to download videos from YouTube.com. more>>
youtube-dl is a small command-line program to download videos from YouTube.com. youtube-dl requires the Python interpreter, version 2.4 or later, and its not platform specific. It should work in your Unix box, in Windows or in Mac. The latest version is 2006.08.10. Its licensed under the MIT License, which means you can modify it, redistribute it or use it however you like complying with a few simple conditions.
Ill try to keep it updated if YouTube.com changes the way you access their videos. After all, its a simple and short program. However, I cant guarantee anything. If you detect it stops working, check for new versions and/or inform me about the problem, indicating the program version you are using. If the program stops working and I cant solve the problem but you have a solution, Id like to know it. If that happens and you feel you can maintain the program yourself, tell me.
<<lessIll try to keep it updated if YouTube.com changes the way you access their videos. After all, its a simple and short program. However, I cant guarantee anything. If you detect it stops working, check for new versions and/or inform me about the problem, indicating the program version you are using. If the program stops working and I cant solve the problem but you have a solution, Id like to know it. If that happens and you feel you can maintain the program yourself, tell me.
Download (0.012MB)
Added: 2007-06-22 License: MIT/X Consortium License Price:
863 downloads
WWW::Orkut::Spider 0.03
WWW::Orkut::Spider is a Perl extension for spidering the orkut community. more>>
WWW::Orkut::Spider is a Perl extension for spidering the orkut community.
SYNOPSIS
use WWW::Orkut::Spider;
my $orkut = WWW::Orkut::Spider->new;
$orkut->login($user,$pass);
$orkut->get_hisfriends($uid);
print $orkut->get_xml_profile($uid);
WWW::Orkut::Spider uses WWW:Mechanize to scrape orkut.com.
Output is a simple xml format containing friends, communities and profiles for a given Orkut UID.
- Access to orkut.com via WWW::Mechanize
- Collects UIDs
- Fetches Profiles/Communities/Friends for a given UID
- Output via simple xml format
<<lessSYNOPSIS
use WWW::Orkut::Spider;
my $orkut = WWW::Orkut::Spider->new;
$orkut->login($user,$pass);
$orkut->get_hisfriends($uid);
print $orkut->get_xml_profile($uid);
WWW::Orkut::Spider uses WWW:Mechanize to scrape orkut.com.
Output is a simple xml format containing friends, communities and profiles for a given Orkut UID.
- Access to orkut.com via WWW::Mechanize
- Collects UIDs
- Fetches Profiles/Communities/Friends for a given UID
- Output via simple xml format
Download (0.005MB)
Added: 2006-09-13 License: Perl Artistic License Price:
682 downloads
MyCMS www 1.0
MyCMS www provides a Web interface for MyCMS. more>>
MyCMS www provides a Web interface for MyCMS.
MyCMS www is a set of Perl CGI scripts to access the articles stored in a MyNews server and to manage authors and moderators.
<<lessMyCMS www is a set of Perl CGI scripts to access the articles stored in a MyNews server and to manage authors and moderators.
Download (0.084MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
984 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
Youtube Downloader GUI 0.2.3
Youtube Downloader GUI project is a GUI for the famous python script youtube-dl. more>>
Youtube Downloader GUI project is a GUI for the famous python script youtube-dl. It is made in Kommander, so you need it. The project is packed in rpm with icon, desktop file.
openSUSE repo:
http://software.opensuse.org/download/home:/pnemec/SUSE_Linux_10.1/
http://software.opensuse.org/download/home:/pnemec/openSUSE_10.2/
It should work on other distribution too.
<<lessopenSUSE repo:
http://software.opensuse.org/download/home:/pnemec/SUSE_Linux_10.1/
http://software.opensuse.org/download/home:/pnemec/openSUSE_10.2/
It should work on other distribution too.
Download (0.025MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
604 downloads
WWW-OpenSVN 0.1.2
WWW::OpenSVN is an automated interface for the OpenSVN online Subversion repositories service. more>>
WWW::OpenSVN is an automated interface for the OpenSVN online Subversion repositories service. At the moment it allows one to backup the dumps of ones repositories.
<<less Download (0.003MB)
Added: 2007-03-20 License: Perl Artistic License Price:
954 downloads
WWW::NanoRef 0.01
WWW::NanoRef is a Perl module that uses the API published by nanoref.com to produce shortened URLs. more>>
WWW::NanoRef is a Perl module that uses the API published by nanoref.com to produce shortened URLs.
Installation:
perl Makefile.PL
make
make test
make install
Enhancements:
- Initial implementation.
- Supports retrieving a shortened URL and allows for setting a password for viewing stats.
<<lessInstallation:
perl Makefile.PL
make
make test
make install
Enhancements:
- Initial implementation.
- Supports retrieving a shortened URL and allows for setting a password for viewing stats.
Download (0.003MB)
Added: 2005-11-10 License: Perl Artistic License Price:
1443 downloads
WWW::Yahoo::Movies 0.02
WWW::Yahoo::Movies is a Perl extension to get Yahoo! Movies information. more>>
WWW::Yahoo::Movies is a Perl extension to get Yahoo! Movies information.
SYNOPSIS
use WWW::Yahoo::Movies;
my $movie = new WWW::Yahoo::Movies();
print "TITLE: ".$movie->title." - ".$movie->year."n";
WWW::Yahoo::Movies is Perl interface to the Yahoo! Movies (http://movies.yahoo.com/). Sometimes IMDB doesnt have full information about movie (plot summary, cover etc). In that case its good idea to have another place to get movie info.
Also, there are many Perl extensions for Yahoo! in the CPAN. Hope WWW::Yahoo::Movies will be useful as well!
<<lessSYNOPSIS
use WWW::Yahoo::Movies;
my $movie = new WWW::Yahoo::Movies();
print "TITLE: ".$movie->title." - ".$movie->year."n";
WWW::Yahoo::Movies is Perl interface to the Yahoo! Movies (http://movies.yahoo.com/). Sometimes IMDB doesnt have full information about movie (plot summary, cover etc). In that case its good idea to have another place to get movie info.
Also, there are many Perl extensions for Yahoo! in the CPAN. Hope WWW::Yahoo::Movies will be useful as well!
Download (0.013MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1054 downloads
WWW::Yahoo::Groups::Utils 1.89
WWW::Yahoo::Groups::Utils is a Perl module with Sundry utility routines for WYG. more>>
WWW::Yahoo::Groups::Utils is a Perl module with Sundry utility routines for WYG.
This module provides miscellaneous routines to make WYG work nicely.
EXPORTS
One: get_unmangling_table
FUNCTIONS
get_unmangling_table
Returns a reference to an array comprising the address decoding table.
<<lessThis module provides miscellaneous routines to make WYG work nicely.
EXPORTS
One: get_unmangling_table
FUNCTIONS
get_unmangling_table
Returns a reference to an array comprising the address decoding table.
Download (0.065MB)
Added: 2006-12-13 License: Perl Artistic License Price:
1045 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 t www 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