Warning: session_start(): open(/tmp/sess_eshj4sv449ep21cnoe11g8da74, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Get YouTube Video (improved) openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 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 
 apps.ownCloud.com ownCloud 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 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 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
 VLC-Addons.org Themes and Extensions for VLC
--
-
 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    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Get YouTube Video (improved)

   1.12a  

KDE Service Menu

Score 80%
Get YouTube Video (improved)
zoom


Get YouTube Video (improved)
zoom


Link:  Link
Downloads:  24214
Submitted:  Jun 25 2006
Updated:  May 5 2012

Description:

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 -> ...


About:
I made some modifications to the original YouTube Service Menu. It didn't work for me, so I looked at the source. I added a different method to guess the video_id and I added additional parameters to the query string to download the video.

With this Konqueror/KDE service menu it is possible to download a YouTube video
by right clicking a link to the video and choosing "Download YouTube Video" from the
actions menu.

For more details see:
http://bitbucket.org/panzi/youtube-service-menu/wiki/Home

See also the original version(s) of this script:
http://www.kde-apps.org/content/show.php?content=37509
http://www.kde-apps.org/content/show.php?content=41432

Note:
I don't use this script myself anymore because I now use this userscript (which I also made):
http://userscripts.org/scripts/show/98782

This means this script might not be maintained in the future.




Changelog:

version 1.12a:
FIX: encoding problems

version 1.12:
NEW: chose format from menu with --format=ask.
NEW: --list option for Python script.
FIX: typos that made the script crash

version 1.11b:
FIX: Crash introduced in last version.

version 1.11a:
Updated greek translation. Thanks to Dimitrios Glentadakis.

version 1.11:
FIX: Extraction of video information. Now a different data extraction strategy
reading the flashvars of embed is used. Hopefully this is more stable.

version 1.10a:
ADD: Greek translation, thanks to Dimitrios Glentadakis (dglent)

version 1.10:
FIX: Extraction of video information. Now a different data extraction strategy
reading the flashvars of embed is used. Hopefully this is more stable.
DEP: New dependency to lxml: http://lxml.de/
NEW: Added video format 38: High Definition 3072p (mp4)

For more see:
http://bitbucket.org/panzi/youtube-service-menu/src/tip/Changelog




LicenseGPL
(youtube-servicemenu-1.12a.tar.bz2)
Fedora(youtube-servicemenu-kde4-1.12a-1.noarch.rpm)
Send to a friend
Subscribe
Other  Content  from panzi
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8 

-

 install problems

 
 by prodoehl on: Feb 6 2007
 
Score 50%

Hi,
would love to use your tool.
Installing ./setup.py works
but then I get a window with
intstalled files 0%
CTRL-C gives this output:



./gui-setup.py
kbuildsycoca running...
ICE default IO error handler doing an exit(), pid = 16106, errno = 0
kbuildsycoca running...
DCOP Cleaning up dead connections.
object not accessible
Traceback (most recent call last):
File "./setup.py", line 325, in ?
main()
File "./setup.py", line 322, in main
ui.install(toinstall)
File "./setup.py", line 69, in install
self.progress_init(count)
File "./setup.py", line 193, in progress_init
self._bar.showCancelButton(True)
File "./setup.py", line 53, in __call
raise Exception("DCOP call failed: %s.%s(%s)" % (self._dcopref,name, ', '.join(repr(arg) for arg in args)))
Exception: DCOP call failed: DCOPRef(kdialog-16183,ProgressDialog).showCancelButton(True)



What am I doing wrong?


Reply to this

-

 Not Installing

 
 by Alien56 on: Feb 9 2007
 
Score 50%

Has anyone installed this successfully? I've tried and when it begins to install it just stays at 0% and does nothing. Are there any prerequites to having this program?


Reply to this

-

 Re: Not Installing

 
 by hoyt on: Feb 12 2007
 
Score 50%

The instructions for installing are written assuming that the downloaded file is a .tgz archive. It is actually a .bz2 archive, so the arguments to tar are wrong: the command should be $ tar xvjf.

I had no problem installing the servicemnu with that. The author should update this page.


Hoyt
Reply to this

-

 Re: Re: Not Installi

 
 by Alien56 on: Feb 12 2007
 
Score 50%

I was able to extract the arcive but I was having a different problem. When I run ./setup.py it installs to 100% and says OK but when I enter my browser (firefox) and go to youtube and right click on a video I don't have any options to download it. I tried runing ./gui-setup.py and I get an error that says

kded: error mounting /org/freedektop/Hal/devices/volume_labe_su1020_001
Error no database available.

What does the "$" mean in the command you offered me? Also was your command to extract the archive to another directory? Theanks for you help so far. :)


Reply to this

-

 Re: Re: Re: Not Installi

 
 by GameMage on: Mar 20 2007
 
Score 50%

This is for Konqueror, not Firefox or any other browser. If you want to download Videos off YouTube with Firefox try Video Ook or another Firefox extension/add-on.


Reply to this

-

 Where are my edits??

 
 by panzi on: Mar 5 2007
 
Score 50%

I did upload a new version and edit the Text! Where are all those edits? I better save the article text in a .txt on my HD the next time.


Reply to this

-

 Comments

 
 by Pagan on: Mar 7 2007
 
Score 50%

I got this to install and work, but I notice a couple of things. First, Kaffeine doesn't play back .flv files very well (very jumpy), but Mplayer plays nicely. Second, mencoder only converted part of the .flv to .mpg and ffmpeg will only output a zero-length file and a long list of errors.

Nice, but still needs work.

Joe


Reply to this

-

 Re: Comments

 
 by panzi on: Mar 8 2007
 
Score 50%

Well, the thing is I don't use the conversion capabilities. They where built into the original script so I didn't remove them. I never tested them, because I don't need them. Mplayer plays most .flv videos, but for some reason not all. ffplay plays all, but it's a very limited player (only a ffmpeg-player-test actually). Since 0.85 VLC plays .flv, too. But same as mplayer not all.


Reply to this

-

 Re: Re: Comments

 
 by panzi on: Mar 8 2007
 
Score 50%

(or is it VLC version 0.86?)


Reply to this

-

 Cannot dl .deb

 
 by premierSullivan on: May 31 2007
 
Score 50%

There seems to be no method to download .deb files in kubuntu using konqueror. Has anyone else had this issue?


Reply to this

-

 can't download

 
 by jel on: Jun 4 2007
 
Score 50%

Download links are broken


Reply to this

goto page: prev   1  2  3  4  5  6  7  8 

Add commentBack




-



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

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team