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."
This seems to be an easier tool for the non-technical to use, and therefore would open it up to a wider audience. Costing record companies billions of dollars and funding terrorism, of course.
It is trivial to extract the audio from a youtube video and convert it to an mp3. There are tools on Windows, Linux, and OSX that can do that without a lot of effort. So, shutting down this site is, IMO, an exercise in futility.
I suspect that you are underestimating the degree of laziness, technical ignorance, and futzing-with-youtube-on-computers-they-can't-install-stuff-on-because-they-are-at-work/school, at play here.
Obviously, Google knows that you can do whatever you damn well want with the video once you've downloaded it(and, while they receive no further ad revenue, it also doesn't cost them anything further, and they have no way of going after you, so they aren't going to bother).
I suspect, though, that Google takes a dim view of tools, usable even by morons, that eat their bandwidth, throw away any ads they serve, and quite possibly upset the RIAA and friends without any benefit to Google.
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.
They're blocking their servers from downloading the videos. They aren't removing it from their search results. That's exactly what I'd do in their case. They'll simply feed it URLs, see who connects to download the video, block the IP, and repeat.
This seems like a complete non-story to me. But then, I've never heard of that site before. If it is actually popular, I can see why that alone would make it news-worthy. As a technical person, I'd look for a browser plugin to download the video, then a desktop app to rip the audio. Searching for a website which automates the process wouldn't have even occurred to me. It's funny how being technical can cause you to miss the boat on some trends just because the problem addressed was just never a problem for you in the first place..
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.