Google Bars Site That Converts YouTube Songs Into MP3s
An anonymous reader writes "Google is apparently cracking down on a popular site that converts the music from YouTube videos into MP3s. YouTube-MP3.org has received a letter from Google, YouTube's parent company, notifying the site operators that converting videos this way violates YouTube's terms of service, according to the blog TorrentFreak, which said it has seen the letter. In addition, YouTube apparently has blocked YouTube-MP3.org's servers from accessing the site."
Cloud:
- Keepvid: http://keepvid.com/
- Vixy: http://vixy.net/
- Saveyoutube: http://saveyoutube.com/
- Savevid: http://www.savevid.com/
- More: www.google.com/search?hl=en&q=youtube+video+download
Firefox addons:
- Download Flash and Video: https://addons.mozilla.org/en-US/firefox/addon/download-flash-and-video/?src=search
- YouTube Download: https://addons.mozilla.org/en-US/firefox/addon/youtube-download/?src=search
- 1-Click YouTube Video Download: https://addons.mozilla.org/en-US/firefox/addon/1-click-youtube-video-download/?src=search
- Download YouTube Videos as MP4 and FLV: https://addons.mozilla.org/en-US/firefox/addon/download-youtube/?src=search
- More: https://addons.mozilla.org/en-US/firefox/search/?q=firefox+download&appver=&platform=
Chrome extentions:
- YouTube Downloader: MP3 / HD Video: https://chrome.google.com/webstore/detail/hokfcbmfpgeajcgkaeigohghnkhjmcbj
- FVD Video Downloader: https://chrome.google.com/webstore/detail/lfmhcpmkbdkbgbmkjoiopeeegenkdikp
Manually:
- HOWTO: Download FLV videos from YouTube manually: http://inspirated.com/2007/08/24/howto-download-flv-videos-from-youtube-manually
Dear Google,
give up. LOL, noobs...
Regards,
NotASingleF**k.
Actually, it's really easy to do it yourself, and it works extremely well in Firefox. It'll work with most sites and is unblockable basically. The sites it won't work with are sites that do exclusive streaming (no caching and play/pause/rewind/etc requires are handled by the server which changes its bitstream) and sites that break the video into tiny segments and the player dynamically changes the quality.
What you need is a firefox extension called "Live HTTP Headers" that lets you see HTTP headers as they scroll by, and something like Flashblock or NoScript that prevents running of flash (HTML5 video isn't that prevalent yet and only big ones like YouTube, Vimeo and Dailymotion support it while everyone else still uses flash).
The method is to load the page up, then open the Live HTTP Header window. Click the flash player and let it load and start the video. One of the things Live HTTP Headers will have captured is... the URL for the media (look for MIME type video/flv or video/mp4). Copy that URL and paste it in a browser tab (which also gives you cookies). If you don't have a handler, it'll ask to download. If you do, block the site temporarily and use NoScript to right-click and download it.
This method works because it relies on the fact that most video sites retrieve video via HTTP or HTTPS (could be a Flash limitation) rather than streaming the video (which requires server work) and using HTTP/HTTPS makes it more CDN-friendly since it's a static file.