youtube website
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 668
YouTube Cinema 4.7
Play YouTube videos in cinema style. more>>
YouTube Cinema 4.7 is a high-speed and powerful program which is capable of playing YouTube videos in cinema style.
<<less Added: 2009-07-15 License: MPL Price: FREE
27 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
Check Website 1.39d
Check Website is a performance monitoring and uptime notification tool. more>>
Check Website is a performance monitoring and uptime notification tool. Check Website will check if a Website is up, and check the response time of the site.
The administrator can then choose to receive an email notification if the site is down, or if the site response time is too slow. All results are also written to a daily log file.
Enhancements:
- This release fixes some small bugs that caused hang ups in the program when checking Web sites.
<<lessThe administrator can then choose to receive an email notification if the site is down, or if the site response time is too slow. All results are also written to a daily log file.
Enhancements:
- This release fixes some small bugs that caused hang ups in the program when checking Web sites.
Download (0.004MB)
Added: 2006-10-02 License: GPL (GNU General Public License) Price:
1120 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
Affiliate-Website 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-04 License: Freeware Price: Free
205 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
Car Dealer Website 1.18
Car Dealer Website allows you to get your car dealership inventory on the Web. more>>
Car Dealer Website allows you to get your car dealership inventory on the Web. Car Dealer Website projects easy-to-use system features full searching capability by make/model, price range, and year range.
Each listing has a contact form where buyers can easily make contact from your site on a particular vehicle.
You can upload as many images as needed per listing and setup as many makes and models as needed for your dealership. It is fully template driven, and is easy to customize.
Installation:
-copy all files to your web host
-use phpmyadmin or your mysql interface to run site.sql against your database.
-chmod 777 upload/ and upload/tmp/
-open site.xml and edit the database section with your database details.
-go to admin/ and login with username of admin with a password of test.
-be sure to change the passwords for the admin and regular user.
Setup the site.xml file with your database settings as follows.
< database type="mysql" >
< server >database server address< /server >
< login >database login< /login >
< password >database password< /password >
< default >mysql database name< /default >
< /database >
Add this to your htaccess file to prevent viewing of the xml config file.
< Files ~ ".xml" >
Order allow,deny
Deny from all
Satisfy All
< /Files >
Enhancements:
- Some of the lines of code within the library files were fixed up to improve the speed of the system.
<<lessEach listing has a contact form where buyers can easily make contact from your site on a particular vehicle.
You can upload as many images as needed per listing and setup as many makes and models as needed for your dealership. It is fully template driven, and is easy to customize.
Installation:
-copy all files to your web host
-use phpmyadmin or your mysql interface to run site.sql against your database.
-chmod 777 upload/ and upload/tmp/
-open site.xml and edit the database section with your database details.
-go to admin/ and login with username of admin with a password of test.
-be sure to change the passwords for the admin and regular user.
Setup the site.xml file with your database settings as follows.
< database type="mysql" >
< server >database server address< /server >
< login >database login< /login >
< password >database password< /password >
< default >mysql database name< /default >
< /database >
Add this to your htaccess file to prevent viewing of the xml config file.
< Files ~ ".xml" >
Order allow,deny
Deny from all
Satisfy All
< /Files >
Enhancements:
- Some of the lines of code within the library files were fixed up to improve the speed of the system.
Download (0.12MB)
Added: 2006-07-03 License: Other/Proprietary License with Source Price:
1213 downloads
Making-Money-Website 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-02 License: Freeware Price: Free
207 downloads
Free Website Builder 1.6
Free Website Builder Easily Builds Unlimited Niche Video Web Sites! Easily Add Unlimited Video Pages to Your Current Websites. Our free version is comparable to the full, paid version of other Video C more>>
Free Website Builder Easily Builds Unlimited Niche Video Web Sites! Easily Add Unlimited Video Pages to Your Current Websites.
Our free version is comparable to the full, paid version of other Video Clip Site Builders.
Easily Build Unlimited Auto-Updating Niche Video Websites Using YouTube Video Clips.
Video sites are hot and their popularity is sure to explode in 2008. People love video clips, and the search engines love video site.
Simply FTP the software to your Unix/Linix webhost, run our setup program, answer a few questions, click create and you will have a new auto updating video website.
Requirements: Unix/Linux Hosting, PHP4 or PHP5, Curl, or PHP function file_get_contents
<<less Download (276.08KB)
Added: 2009-04-07 License: Freeware Price: $0
376 downloads
Money-Making-Websites 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-12 License: Freeware Price: Free
195 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-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
Simple Meeting Website 0.2
Simple Meeting Website project is a simple TurboGears Web site that can track RSVPs for a series of meetings. more>>
Simple Meeting Website project is a simple TurboGears Web site that can track RSVPs for a series of meetings.
Enhancements:
- Emailed meeting reminders have been added (activated by a cron job).
- The site now validates as HTML 4.01 Strict.
<<lessEnhancements:
- Emailed meeting reminders have been added (activated by a cron job).
- The site now validates as HTML 4.01 Strict.
Download (0.022MB)
Added: 2006-02-13 License: BSD License Price:
1351 downloads
Make-Money-Website 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-01 License: Freeware Price: Free
206 downloads
Joshs Website Framework 1.0
Joshs Website Framework is a CMS framework for PHP Web developers. more>>
Joshs Website Framework is a CMS framework for PHP Web developers. Joshs Website Framework consists of various subcomponents you can extract and use individually. SaxInterface provides an OO wrapper for SAX XML parsing.
The Auth Engine provides both level-based permissions (e.g., must be level 100 to access this page) and name-based permissions (e.g., must be in "editor" group to access this page).
Utilities include Mutex and SharedData classes (for interprocess communication), site-wide custom error handling, and the ability to take a site offline for maintenance.
<<lessThe Auth Engine provides both level-based permissions (e.g., must be level 100 to access this page) and name-based permissions (e.g., must be in "editor" group to access this page).
Utilities include Mutex and SharedData classes (for interprocess communication), site-wide custom error handling, and the ability to take a site offline for maintenance.
Download (1.8MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1145 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 youtube website 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