Contents |
Another resource
Contents |
Yes, you heard me right You just need to add the word ‘kiss’ to the YouTube video URL and then it directs you to a website where you can download it as a .flv video or convert it other formats as well.
Let’s take the most viewed video of all time - ‘ Evolution Of Dance ‘.
Its URL is http://www.youtube.com/watch?v=dMH0bHeiRNg
Now in order to download it, just replace it with this - http://www.kissyoutube.com/watch?v=dMH0bHeiRNg . Then when you press enter, you’re directed to the website where you can download it. (see the screenshot)
The youtubeloader firefox plugin is a Greasemonkey script, which adds a Download MP4 link below the YouTube video (as seen in Firefox 3)
Now, after you click on that Download MP4 link, it takes you to a separate page where it gives you more download options. From there, you can finally download it in the desired format.
YouTube Catcher allows you to copy paste the YouTube video link and then download it. It also offers an FLV player to watch the videos on the PC.
Tube Leecher is a very simple, no-frills YouTube videos download site, which allows you to download the videos in flv format through the YouTube video link. It’s probably the simplest of all the tools mentioned.
This should fix the no-sound issue of Flash Player
$ mkdir ~/pulseaudio-backup; sudo mv ~/.asoundrc* /etc/asound.conf /etc/libao.conf ~/pulseaudio-backup/
$ gksudo software-properties-gtk
$ sudo apt-get install libasound2 libasound2-plugins libasound2-dev padevchooser swh-plugins libao-pulse libsdl1.2debian-pulseaudio ladspa-sdk
$ gksudo gedit /etc/libao.conf
default_driver=pulse
$ gedit ~/.asoundrc
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
} $ sudo apt-get remove libflashsupport
$ wget http://archive.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-nonfree_10.0.1.218ubuntu1_i386.deb
$ sudo dpkg -i flashplugin-nonfree_10.0.1.218ubuntu1_i386.deb
$ wget http://archive.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-nonfree_10.0.1.218ubuntu1_amd64.deb
$ sudo dpkg -i flashplugin-nonfree_10.0.1.218ubuntu1_amd64.deb
When I tried to install Adobe Flash for Firefox, the following error occured:
Your architecture, \’x86_64\’, is not supported by the Adobe Flash Player installer.
Googled a little bit ,and eventually solved the problem.
1. Get the Adobe flash :
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
2. Untar
tar -xvzf ./install_flash_player_9_linux.tar.gz
3. Copy the libflashplayer.so file to your mozilla plugins folder.
cp install_flash_player_9_linux/libflashplayer.so ~/Firefox/plugins
4. Now the magic bullet kindly provided by Gwenole Beauchesne.sudo aptitude install nspluginwrapper
nspluginwrapper -i ~/Firefox/plugins/libflashplayer.so
Ok, problem solved