-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Open-PC.com   
Apps
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login

-
- Content .- Fans  .- Knowledge Base  . 

Download Youtube video

   0.1  

KDE Service Menu

Download Youtube video
zoom


Link:  http://
Downloads:  3406
Submitted:  Jun 24 2006
Score: 
score71%71%score
 71% good
bad   good

Description:

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

It has the following 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, I'm unable to encode some videos with ffmpeg, so mencoder is the default

Dependencies: python and mencoder/ffmpeg

installation:
cd ~/.kde/share/apps/konqueror/servicemenus/
tar xzvf /path/to/youtube-servicemenu.tar.gz
Thanks to arctor for the original script




LicenseGPL
send to a friend
subscription
other apps from Hirs

-

 didn't work for me

 
 by panzi on: Jun 25 2006
 

It still didn't work for me, so I made some changes:
http://www.kde-apps.org/content/show.php?content=41456


reply to this

-

 Re: didn't work for me

 
 by denisq on: Jun 25 2006
 

panzi, instead of opening your own project you could help Hirs to improve his one. that would be much more constructive!


reply to this

-

 Re: Re: didn't work

 
 by panzi on: Jun 25 2006
 

What a big "project". It's just a very small script. It makes no sense to treat it like a real project. My improved version has 94 LOC, including the GPL license block.


reply to this

-

 thanks

 
 by RompeRatones on: Jun 25 2006
 

it works for me


reply to this

-
.

 remember last target

 
 by loefisch on: Aug 23 2006
 

i like the program, good work, i haven't seen anything like that for OSX or windows before.
But it would be quite more handy, if the program remembered where I saved the last vid.
thx


reply to this

-

 Trouble with "!"

 
 by JSA on: May 1 2007
 

Hi Hirs.
First of all, thanks for this app. It's great!
Secondly, I have to inform you of a little bug in the script: it can't download files which have a ! symbol on their name. Try giving it a go.
Thanks for the development of this service menu.


Go Alonso! Go McLaren!
reply to this

-

 Changes proposed

 
 by mescobal on: Jan 12 2008
 

Made some changes (store default path)
# BEGIN proposed changes
# check if saved directory exists
line=""
if os.path.exists('defaultdir.txt'):
# if file exists load its content
f = open('defaultdir.txt','r+')
line = f.readline()
if line=="":
# if the file is empty, then default is home directory
line="~"
f.close()
rootdir_pipe = os.popen('kdialog --title "Save file(s) in..." --getexistingdirectory '+ line)
root_dir = rootdir_pipe.read().strip()
print root_dir
f = open('defaultdir.txt','w')
# save selected path
f.write(root_dir)
f.close()
# END of proposed changes


reply to this

add commentback




-
-
all messages
openDesktop.org Facebook App

Partners
Place Your Link Here!
online casino bonus

-
Best Twitter Client
 Official Twitter Web Interface
 Choqok
 Plasma Twitter Applet
 Twitux
 gTwitter
 Spaz
 Twitterfox
 Gwibber
 Qwit
 TweetDeck
 Other
 Not using Twitter

resultmore
Cool Sites
iPhone Hintergrundbilder

 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge Base
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2010 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.