Google Videos Going Offline; Time To Grab What You Want
An anonymous reader writes "I received this email this morning: 'Later this month, hosted video content on Google Video will no longer be available for playback. Google Video stopped taking uploads in May 2009 and now we're removing the remaining hosted content... On April 29, 2011, videos that have been uploaded to Google Video will no longer be available for playback.' They've added a download button for saving your content but it expires after May 13, 2011 and they encourage users to move the content to YouTube."
Not all is lost, though. Writes reader none295: "If you want to help archive Google Video, get some Linux machines running and join us in IRC (EFNet #archiveteam / #googlegrape)."
Yet another example for people who say that the cloud is a good place to permanently store their data....
Now I'll have to watch Interstella 5555 now in 5+ parts with advertisements rather than in 1 medium quality Google Video stream :-(
Why didnt they just dump it all on youtube in the first place?
Am I the only one who doesn't see a download button to download my video?
For those annoying web videos that you can't download, use to convert that embedded video into .avi, .mp4, .mkv, or any other of a wide choice of formats. The site goes out, downloads the video for you, converts it to your favorite format, and lets you download the completed file. It's freakin' great. Make sure you click on some of their ads if you use the service. I'm not associated with them, I just find their website fantastically useful...especially for those, *cough*, uh, female flexibility testing videos from that academic research site xvideos.com.
Shutting down free speech with violence isn't fighting fascism. It IS fascism!
Are they trying to save bandwidth. They could make ad money right>?
In the near future people will have to rely on what few hilarious kitten videos remain on other services like youtube. It will take days to weeks for society to produce new kitten-based content to replace what will be lost when these servers go dark.
They had until the end of the bloody song!!!
Why is the channel called Google rape?
http://ascii.textfiles.com/archives/3011 (replace Yahoo! w/ Google)
I've been putting my video on blip.tv instead of YouTube. It's strictly a hosting and streaming service - no one will find your video on blip.tv unless it's linked from elsewhere. It streams nicely, though.
You mean the 'free cloud' is not a good place to rely on. Paid cloud space is as 'permanent' as you want it to be.
---- Booth was a patriot ----
We've added a Download button to the video status page, so you can download any video content you want to save.
Google sent me an email to let me know. I don't see a download link where they say it should be.
The Admin and the Engineer
Khm... AmieStreet. Bought up by Amazon, can't access my songs anymore.
Can you recommend where a U.S. resident can buy a lawfully made copy of the film Song of the South?
Why doesn't Google just make all the Google Video content available as YouTube videos instead? Why not even keep redirecting Google Video URLs to the converted YouTube version? It seems like a lot more work for Google to manage the shutdown than to move it to YouTube, to say nothing of the work by users and lost value when video doesn't make the transition.
--
make install -not war
Personally I like the look and feel of google video better anyway. You Tube is way to commercial for me but I still use it...
Yeah, this smells of the Schmidt-era silos. "Oh, we're YouTube, not Google Video". I'm surprised this decision made it past the new Larry/Sergey management team. Maybe it was decided a few months ago. But New-Again Google should be agile enough to undecide things.
My God, it's Full of Source!
OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
I went to check on one of the long videos I've recommended to folks and there was no download button. It seems that's only there for your own videos. Which seems odd, didn't Google Video used to always have a download button, for people who don't know how to find Flash cache files?
Anyway, it wasn't clear to me from the summary that this is only for your own files. Abandoned videos will be abandoned, apparently.
But, hey, good news, a better quality verison was on YouTube. This might even be the longest video I've ever seen on YouTube. (p.s. good documentary for history and/or economics geeks).
My God, it's Full of Source!
OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
When I click on the "Video Status" links, both on the linked page & in the email that was sent to me by Google, it takes me to a Google Accounts page which only says "Invalid Request". Is anyone else getting this?
I'm also surprised that it was pulled so fast. Google video had some nice features and was much cleaner than you tube. They initially got the social networking right and good videos showed up first. I would have thought, that only a bankrupt or sold company would trigger such a shutdown. This is a healthy company pulling content and there was no data disaster at work. I lost even more confidence in such free services. What will be tragic in the future that many organizations do not know any more how to be independent because everything has evaporated into the cloud and so much more IT culture got lost or outsourced. Most will no more know what an editor or what a backup is. I would not be surprised if in 20 years, Cloud services will be hated like drug dealers: they have given away free stuff until most customers and companies are dependent. At that point, when all local IT culture has been wiped out, they can charge whatever they want.
Just like photos never get removed on paid Flickr accounts, or Microsoft never loses Sidekick data. Right?
Oh wait...
There's no -1 for "I don't get it."
Lets save it all or the good parts.
Love and equality for all.
Google is going to cancel one of the best video services on the internet because it doesn't have the same domain name as YouTube? There are lots of great videos which are on Google video because they are over an hour long. On Youtube they are broken up into many chunks.
What is Google going to do? Erase them all? All they have to do is transfer the goddamn videos to youtube or let us do it at the click of a button. This on top of them forcing us to give them our cellphone numbers for authentication are two reasons why Google is falling out of favor in terms of Youtube.
I wanted to pitch in and help if I could, but didn't have massive bandwith or storage to offer - turns out you can help by scraping Google Video for links.
Here's how:
Note: This will only work on Linux machines with X running - you can't run it on headless servers due to phantomjs requirements.
1 - Get and build phantomjs (a headless web browser) by doing the following: ./phantomjs /usr/bin
- Install build-essential, git and libqtwebkit-dev if necessary
- Create a directory called phantomjs or something
- In the terminal go into your new directory and run the following command to get the phantomjs source code:
git clone https://github.com/ariya/phantomjs.git
- Build phantomjs by issuing the command:
qmake && make
- Move the phantomjs binary somewhere in your path by issuing the command:
cd bin && sudo mv
2 - Create a folder called gvscript and download the file with the list of Google Video related pages to scrape: http://199.48.254.90/at/google_video_related.gz ./google_video_related.tar.gz)
- Extract the above downloaded file (Right-click and Extract To.. or use tar -zxvf
3 - In a terminal, navigate to the folder where you extracted the google_video_related file (above) and run the following command to help scrape Google Video: ./related.sh ; done
while : ; do
4 - Leave this script running, and head on over to #ggtesting on EFnet (IRC) if you need any assistance or in case the script has any issues. The script scrapes each page for related videos and sends them off to an archiveteam server. It takes very little processing and bandwidth on your end (a couple of kb/sec, if that) and seems to work just fine.
Oops!
Corrected google_video_related.tar.gz link: http://199.48.254.90/at/google_video_related.tar.gz
Links to it there are?
It's possible that Google have looked at the Google Video stats and seen that only a small proportion of videos are actually watched. For them to assume everything is still valid, worthwhile content people care about and move it over is probably a decent chunk of work, not to mention all the resources it would consume to do so.
So, putting the onus on the people who actually care about the video to do something with it is a pretty big cost-saver for them. I agree it would still be nice of them to do it though, even as a temporary measure so it's not "lost" when they down the service.