Warning: session_start(): open(/tmp/sess_frghe9t1c4bms1b33q33qqg3t2, 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 

-

 KGet and Codeine

 
 by H00K on: Jun 13 2008
 
Score 50%

Is it possible to use KGet for downloading and then open it in Codeine?

Downloading with KGet gives you the advantage to filter the download automatically to a folder (e.g. all videos into the video folder).


Reply to this

-

 Re: KGet and Codeine

 
 by panzi on: Jun 16 2008
 
Score 50%

Perhaps, but I don't see a way to send cookies to kget. Maybe it does use kcookiejar anyway and so videos for which you would need to be logged in would work.
But I don't feel like switching to kget, because I don't use it. :P
You can write a patch, though. I would include it as an option.


Reply to this

-

 Re: Re: KGet and Codeine

 
 by H00K on: Jun 16 2008
 
Score 50%

Fair enough. I just thought since the initial version uses KGet that it wouldn't be hard to do:
http://www.kde-apps.org/content/show.php?content=37509

What about Codeine od SMPlayer support as a player?

P.S. Dragon player (the KDE4 version of Codeine) is/will be the default player in KDE4.


Reply to this

-

 Re: Re: Re: KGet and Codeine

 
 by panzi on: Jun 25 2008
 
Score 50%

Well, I'm thinking about letting the user choose the video player. Is there any way to access the "open with..." dialog in a kdialog manner? Other than that I simply could use "kfmclient exec $video" which would open KDEs default program for that filetype (which can be configured in the control center).


Reply to this

-

 Re: Re: Re: Re: KGet and Codeine

 
 by H00K on: Jun 26 2008
 
Score 50%

The idea with the user's default video player is pretty good IMHO.


Reply to this

-

 recoding

 
 by skaar on: Aug 30 2008
 
Score 50%

as per reg.
i use it, downloading stuff for my ma, i'd use flv's, but i can't figure out how to make windows play them without using a tool that she'd have trouble with, and mpegs play fine in WiMP.


Reply to this

-

 Re: recoding

 
 by panzi on: Sep 10 2008
 
Score 50%

And MP4? Can WMP play MP4? It is standard (I think). The MP4 version is better quality anyway. Quicktime plays it and I think there is Qhicktime for Windows. However, I would use VLC. It plays next to everything and is not hard to use either. Under Windows and Linux/Unix VLCs GUI looks ugly, though. (Under OS X it has another much better GUI.)


Reply to this

-

 FEATURE: playlist download

 
 by yuvallanger on: Sep 24 2008
 
Score 50%

Do you plan on adding playlist download like of the following url?
http://www.youtube.com/view_play_list?p=189C0DCE90CB6D81

Thank you,
Yuval Langer.


Reply to this

-

 Problems with install...

 
 by gogui on: Nov 28 2008
 
Score 50%

Hey everybody,

first I'm sorry for my langage but I'm french, then I'm using mandriva 2007, with KDE3.5 and konqueror 3.5.9.

I tried to install "service menu" with automatic installation... it return the following error (translated from french...) :
install : can't find get_yt_video.py : No files or folder type
(get_yt_video.py appaers in the *tar.bz2 folder)

Then I tried the manual installation and it return the following error at the last line :
missing parametre for "-exec"

I've the link in the constextual menu to download a youtube video but whan i clic on *.flv it returns the follownog error : can't find get_yt_video.py

This tools is very important to download a video for my job... PLease Help me !!!


Reply to this

-
.

 Great

 
 by nowardev on: Dec 7 2008
 
Score 50%

kubuntu 8.04

works fine

thank you


Reply to this

-

 get_yt_video-kde4.desktop

 
 by panzi on: Jan 21 2009
 
Score 50%

I added get_yt_video-kde4.desktop which is made by Kevin Kofler (a Fedora packager). On Fedora you have to copy it to:
/usr/share/kde4/services/ServiceMenus
or on some other distributions to:
/usr/share/services/ServiceMenus

I didn't test this, because I still use KDE 3.5 and will only switch to KDE4 when KDE 4.2 is released.


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