Difference between revisions of "Google Video (Archive)"

From Archiveteam
Jump to navigation Jump to search
m (→‎Table: aikidork)
(Add link to collection and item.)
 
(16 intermediate revisions by 6 users not shown)
Line 1: Line 1:
:''See also [[Google Video Warroom]].''
{{Infobox project
{{Infobox project
| title = Google Video
| title = Google Video
Line 4: Line 5:
| description = Google Video logo
| description = Google Video logo
| URL = http://video.google.com
| URL = http://video.google.com
| project_status = {{closing}} in 2011-04-29[http://video.google.com/support/bin/answer.py?answer=1233300&hl=en]
| project_status = {{offline}} on 2011-04-29[http://video.google.com/support/bin/answer.py?answer=1233300&hl=en]
| archiving_status = {{inprogress}}
| archiving_status = {{saved}}
| irc = googlegrape
| irc_network = EFnet
| irc_abandoned = true
| data = {{IA item|google-video-metadata-dumpage}} <br> {{IA collection|googlevideo2011}} (access restricted)
}}
}}
[[File:Papua videos.png|thumb|right|300px|Google Video results for "Papua New Guinea" keyword.]]
[[File:Papua videos.png|thumb|right|300px|Google Video results for "Papua New Guinea" keyword.]]
__NOTOC__
'''Google Video''' is a [[Video hostings|video sharing]] website which is shutting down.
'''Google Video''' is a [[Video hostings|video sharing]] website which is shutting down.


If you want to '''save your own videos''', see the announcement and tools below.  
If you want to '''save your own videos''', see the announcement and tools below.  


If you want to '''help archive Google Video''', get some machines running and join us in [[IRC]] (EFNet [irc://irc.efnet.org/archiveteam #archiveteam] / [irc://irc.efnet.org/googlegrape #googlegrape])
If you want to '''help archive Google Video''', get some machines running and join us in [[IRC]].


= Joining the archival effort =
== Joining the archival effort ==
The automatic scripts only work on FreeBSD, Linux, Solaris, Windows and maybe OS X. They also seem to work fine in Cygwin. Alternatively, you can run *nix in a virtual machine (given you have a fast enough machine).
The automatic scripts only work on FreeBSD, Linux, Solaris, Windows and maybe OS X. They also seem to work fine in Cygwin. Alternatively, you can run *nix in a virtual machine (given you have a fast enough machine).


Line 21: Line 27:
In any case, the first thing to do is to please add your name/nickname to [http://piratepad.net/gv-participants this list], along with the storage and bandwidth you have available.
In any case, the first thing to do is to please add your name/nickname to [http://piratepad.net/gv-participants this list], along with the storage and bandwidth you have available.


The two main tasks are: indexing and downloading.  The easiest and least taxing is indexing (see "Indexing Videos To Identify Related Videos") below.  If you have some extra bandwidth and space think about running Listerine to download videos.  Both of these tasks are automated and can be left running in the background.  It is often good practice to start a few process of each at once.
=== What can I do? ===


== Downloading Videos By Keyword ==
The two main tasks are: indexing and downloading.  The easiest and least taxing is indexing (see [[Google Video Warroom#Indexing Videos To Identify Related Videos]]).  If you have some extra bandwidth and space think about running [[Google Video Warroom#Downloading Videos Via Related Video Metadata (aka Listerine)|Listerine]] to download videos.  Both of these tasks are automated and can be left running in the background.  It is often good practice to start a few process of each at once.


'''On Linux Systems'''
== FAQ ==
 
* Download [http://www.textfiles.com/videoyahoo/SCRIPTS/youtube-dl youtube-dl] or from your distribution.
** Make sure it's marked executable: chmod +x youtube-dl
* Download and install wget for your distribution
* Download [http://199.48.254.90/at/googlegargle googlegargle] (Norc's updated, dupe-safe version of googlegargle is [https://github.com/norcnorc/googlegargle/blob/master/googlegargle here].)
* Get aria2 from your distribution (or if you're on Mac OS X, [http://www.macports.org/install.php MacPorts] or [https://github.com/mxcl/homebrew Homebrew]) or [http://aria2.sourceforge.net/ SourceForge]
**quick-install info is available [http://sourceforge.net/apps/trac/aria2/wiki/Download here]
* Pick a seed list from below, save it under the filename "list" and add your name to the list (you will need a wiki account)
* Change the first few lines of the googlegargle script to reflect your installation
** If you're using youtube-dl from your distro, run "which youtube-dl" or "sudo updatedb; locate youtube-dl" to find the location of the command. Change DLSCRIPT to this.
* For older aria versions, some options need to be removed (--max-connection-per-server=16 --min-split-size=1M)
** You  might need to upgrade your version from your system package manager, however the most recent version still may not suffice.
* Change the ARIA variable in the script to the location of your ARIA executable. Usually (ubuntu) at /usr/bin/aria2c, change ARIA variable to this.
** To know where aria2 is located you can use either of these commands:
*** "sudo updatedb; locate aria2"
*** "which aria2" / "which aria2c"
* Invoke googlegargle
* Check with your OS settings to insure that your computer will not auto suspend or sleep after long periods of inactivity.<br/>
 
'''On Windows Systems'''
 
* Download the scraping script for Windows (you still need [http://python.org/download/ python] and [http://sourceforge.net/projects/aria2/files/stable/aria2-1.11.1/aria2-1.11.1-mingw32msvc-build1.zip/download aria2], which can be downloaded separately - instructions in archive). Script location: http://www.pentium100.com/gg_windows.zip
 
'''On Solaris Systems'''
 
The scripts are known to work on OpenIndiana r147.  You'll have to install aria2c and youtube-dl from source, but other than that the googlegargle script should work without modifications.
 
Don't forget to join the IRC channel to coordinate who's getting what!
 
== Downloading Videos Via Related Video Metadata (aka Listerine) ==
 
Listerine is an experimental [http://en.wikipedia.org/wiki/BOINC BOINC-style] download effort started by underscor.  It consists of a server that gets lists of videos to download from the indexing effort and assigns the videos via their ID number to users running a download client.
 
For more information, see the [irc://irc.efnet.org/boincgoogle IRC Channel for Downloaders (#boincgoogle); go here to get started]
 
Setup instructions:
 
* Make sure you have wget and curl installed
* Download youtube-dl and install aria2 as described above
** Ensure you have <tt>youtube-dl</tt>, <tt>wget</tt>, <tt>curl</tt> and <tt>aria2c</tt> in your <tt>PATH</tt>
* Download the scripts by cloning the git repository: <pre>git clone git://github.com/norcnorc/googlegargle.git</pre>If you download them [https://github.com/norcnorc/googlegargle/tarball/master manually] (instead of using git), you'll want to do <tt>chmod +x listerine googlegargle</tt> to make them executable.
* Edit the <tt>listerine</tt> script to set your username. The nick you use on IRC would be a good choice.
* <tt>cd</tt> into the script directory and run <tt>./listerine</tt>
* Let it run for a minute or so, then check if <tt>.flv</tt> files are starting to turn up.
* If the download speed seems low, try running multiple instances of listerine at once. You can use the same username and download dir for them all.
* To stop the script, create a file named <tt>STOP</tt> in its directory. (Open a new terminal, and use <tt>$ touch STOP</tt>)
 
 
'''For Windows systems:'''
 
This should run on Windows 2000/XP/2003/Vista/7
 
* Download [http://www.pentium100.com/windex.zip windex] (you will also need [http://sourceforge.net/projects/aria2/files/stable/aria2-1.11.1/aria2-1.11.1-mingw32msvc-build1.zip/download aria2] and [http://www.python.org/download/releases/2.7.1/ python] )
* Extract it to a directory where you want to download the files
* Make sure that aria2.exe is in the same directory
* Start windex.bat (Windows Vista/7 users may need to start it from the command prompt), enter your user name.
* To stop the script, create a file named "stop" in the folder with windex.bat. It will stop after it finishes the current download.
 
To make it automatically stop after downloading the video when free disk space gets too low:
* Download [http://www.pentium100.com/keep_free_space.zip keep_free_space] and extract the .exe to the folder with windex.bat.
* Run it, set the threshold and click "Start"
 
You will have to run one instance for each instance of windex you are running, even if they are on the same hard drive, if you want them all to stop.
If you want, it can notify you using Windows Messenger service (net send), make sure that the service is running, enter the hostname of the computer where to send the message and check the checkbox.
 
== Indexing Videos To Identify Related Videos ==
 
Indexing videos requires very little bandwidth and hard drive space. To discuss things or get help, go to #boincgoogle on EFNet.
 
=== On Linux Systems ===
 
'''Note''': This will only work on machines with X running. To run it on a headless server, use Xvfb (virtual framebuffer). On Ubuntu/Debian: 'apt-get install xvfb', then use xvfb-run to start your main script. An X server will now be made available to any programs that need it.
 
* Get the tools needed to build phantomjs (a headless web browser) and run the script: Qt WebKit, git, and curl. On Debian or Ubuntu Maverick and up, install the packages '''build-essential''', '''curl''', '''git''', '''libqtwebkit4''', '''libqtwebkit-dev''', and '''libqt4-dev''' by issuing the command:
<pre><nowiki>sudo apt-get install build-essential curl git libqtwebkit4 libqtwebkit-dev libqt4-dev</nowiki></pre>
On Ubuntu Lucid 10.04: Since Lucid comes with Qt4.6, not the required 4.7, you may need to add a ppa before trying to install the needed packages.
<pre><nowiki>sudo add-apt-repository ppa:kubuntu-ppa/backports && sudo apt-get update</nowiki></pre>
Additionally, in Lucid, the git package is named git-core, so:
<pre><nowiki>sudo apt-get install git-core</nowiki></pre>
or, on Fedora:
<pre><nowiki>sudo yum install curl git qt-webkit qt-webkit-devel qt-devel</nowiki></pre>
 
* Run the following command to get the phantomjs source code:
<pre><nowiki>git clone https://github.com/ariya/phantomjs.git</nowiki></pre>
 
* Enter the directory that was just created by using the following command:
<pre><nowiki>cd phantomjs</nowiki></pre>
 
* Build phantomjs by issuing the command:
<pre><nowiki>qmake && make -j2</nowiki></pre>
 
* Move the phantomjs binary somewhere in your path by issuing the command:
<pre><nowiki>cd bin && sudo mv ./phantomjs /usr/local/bin</nowiki></pre>
 
* Create a folder called '''gvscript''' and download the script to get the list of Google Video related pages to scrape: http://199.48.254.90/at/google_video_related.tar.gz
 
* Extract the above downloaded file (Right-click and Extract To.. or use '''tar -zxvf ./google_video_related.tar.gz''')
 
* 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:
<pre><nowiki>while : ; do ./related.sh ; done</nowiki></pre>
 
=== On Windows Systems ===
 
Grab the following archive which comes with full instructions:
http://nstrom.chaosnet.org/google_video_related_win.zip
 
The script will contact the server to get a page to index the related video links, do that indexing, send back the results and repeat! It takes very little processing and bandwidth on your end (a couple of kb/sec, if that).
 
== Saving Individual Videos ==
The seed files do currently not include all videos, so you might want to save precious videos explicitely. To do that, add IDs (found in the docid URL parameter video) to the "list" file in the same directory as the script, for example:
docid=1545969803753962248
docid=1598207563000425446
docid=-1679753730105404298
and start ./googlegargle
 
To request a video, add it to this list: http://piratepad.net/gvspecificrequests
 
If you download something from that list, add its docid to http://piratepad.net/TL7KDN8821 so that others won't download those videos for the second time.
 
==Keyword Searches==
 
===Linux===
 
If you want to grab videos by your own custom keyword search term, you can use [https://github.com/norcnorc/googlegargle/blob/master/searcher.sh this script].
 
Alternatively, you can use this command:
<pre><nowiki>
SEARCH='my+search+term';for i in `seq 0 10 990 `;do curl -A "AT, Bitches" "http://www.google.com/search?q=$SEARCH+site:video.google.com&hl=en&safe=off&tbm=vid&start=$i&sa=N"|grep -o "docid=[0-9-]*"|sort -u|tee -a seed_videos_$SEARCH;done
</nowiki></pre>
Change "my+search+term" to your search term, and remember to use a plus sign instead of spaces (and to url encode the text for other special characters).
 
===Mac Bash Command===
 
Uses jot instead of seq:
<pre><nowiki>
SEARCH='my+search+term';for i in `jot - 0 990 10 `;do curl -A "AT, Bitches" "http://www.google.com/search?q=$SEARCH+site:video.google.com&hl=en&safe=off&tbm=vid&start=$i&sa=N"|grep -o "docid=[0-9-]*"|sort -u|tee -a seed_videos_$SEARCH;done
</nowiki></pre>
Alternatively, you can get <tt>seq</tt> (and lots of other useful stuff) by installing the macports coreutils package: <tt>sudo port install coreutils</tt>. Commands are prefixed with a 'g', so <tt>seq</tt> is called <tt>gseq</tt>, but you may of course symlink it so you don't have to modify your scripts.
 
===Searches Undertaken===
 
Since we want to minimize overlap, here are some search terms that are already in progress of being downloaded along with the name of the downloader:
 
*Darkstar: "rare", "vintage", "commercial"
*NomDuClavier: "douglas adams", "richard dawkins", "charles darwin", "michio kaku", "brian cox", "vernor vinge", "carl sagan", "simon singh"
*oli: "australia history"
*dnova: "microelectronics"
*Lightblb: "documentary" (medium and long videos), "lecture" (medium and long videos), "atheism" (medium & long), "interview" (long), talk (medium & long), brain (medium & long), civilization (medium & long), evolution (medium & long), future (medium & long), language (medium & long), literature (medium & long), mind (medium & long), money (medium & long), neurolinguistic (medium & long), singularity (medium & long)
*ttuttle: "astronomy"
*crackbab1: "ecology"
*tj__: "army"
Also check the specificrequest PiratePad under Cherry Picking on this page.
 
===Deduplication===
 
To avoid downloading videos that have already been downloaded by others:
* check if you have SQLite installed ("which sqlite3")
* download the [http://bazaar.launchpad.net/~ndurner/+junk/gv-dedup/files gv-dedup] scripts
* initialize a fresh database with "./gv-list-create.sh"
* download all seed lists on this page (plus the [http://piratepad.net/TL7KDN8821 cherry picks]) and import them with "./gv-list-import.sh seed_file" (or "find seeds/* -exec ./gv-list-import.sh {} \;")
* invoke "./gv-list-dedup.sh seed_videos_foo > list" to filter already downloaded videos from your custom seed list
* also import your custom seed file with "./gv-list-import.sh list"
A pre-filled database is [http://goo.gl/1j6UL available].
 
== Seed List Downloads ==
* Original Lists: http://199.48.254.90/at/seeds/
 
=== Custom searches, suggestions ===
* PLEASE add your custom searches and their details to this table!
* Words suggestions: public domain, subtitles
* Words already in the table or added to the BOINC client: conference, hack, wiki, linux, creative commons, part, interview, documentary, talk, brain, civilization, evolution, future, language, literature, mind, money, neurolinguistic, singularity
 
==== Years ====
[http://www.google.com/search?q=1900+site:video.google.com&tbm=vid 1900], [http://www.google.com/search?q=1901+site:video.google.com&tbm=vid 1901], [http://www.google.com/search?q=1902+site:video.google.com&tbm=vid 1902], [http://www.google.com/search?q=1903+site:video.google.com&tbm=vid 1903], [http://www.google.com/search?q=1904+site:video.google.com&tbm=vid 1904], [http://www.google.com/search?q=1905+site:video.google.com&tbm=vid 1905], [http://www.google.com/search?q=1906+site:video.google.com&tbm=vid 1906], [http://www.google.com/search?q=1907+site:video.google.com&tbm=vid 1907], [http://www.google.com/search?q=1908+site:video.google.com&tbm=vid 1908], [http://www.google.com/search?q=1909+site:video.google.com&tbm=vid 1909], [http://www.google.com/search?q=1910+site:video.google.com&tbm=vid 1910], [http://www.google.com/search?q=1911+site:video.google.com&tbm=vid 1911], [http://www.google.com/search?q=1912+site:video.google.com&tbm=vid 1912], [http://www.google.com/search?q=1913+site:video.google.com&tbm=vid 1913], [http://www.google.com/search?q=1914+site:video.google.com&tbm=vid 1914], [http://www.google.com/search?q=1915+site:video.google.com&tbm=vid 1915], [http://www.google.com/search?q=1916+site:video.google.com&tbm=vid 1916], [http://www.google.com/search?q=1917+site:video.google.com&tbm=vid 1917], [http://www.google.com/search?q=1918+site:video.google.com&tbm=vid 1918], [http://www.google.com/search?q=1919+site:video.google.com&tbm=vid 1919], [http://www.google.com/search?q=1920+site:video.google.com&tbm=vid 1920], [http://www.google.com/search?q=1921+site:video.google.com&tbm=vid 1921], [http://www.google.com/search?q=1922+site:video.google.com&tbm=vid 1922], [http://www.google.com/search?q=1923+site:video.google.com&tbm=vid 1923], [http://www.google.com/search?q=1924+site:video.google.com&tbm=vid 1924], [http://www.google.com/search?q=1925+site:video.google.com&tbm=vid 1925], [http://www.google.com/search?q=1926+site:video.google.com&tbm=vid 1926], [http://www.google.com/search?q=1927+site:video.google.com&tbm=vid 1927], [http://www.google.com/search?q=1928+site:video.google.com&tbm=vid 1928], [http://www.google.com/search?q=1929+site:video.google.com&tbm=vid 1929], [http://www.google.com/search?q=1930+site:video.google.com&tbm=vid 1930], [http://www.google.com/search?q=1931+site:video.google.com&tbm=vid 1931], [http://www.google.com/search?q=1932+site:video.google.com&tbm=vid 1932], [http://www.google.com/search?q=1933+site:video.google.com&tbm=vid 1933], [http://www.google.com/search?q=1934+site:video.google.com&tbm=vid 1934], [http://www.google.com/search?q=1935+site:video.google.com&tbm=vid 1935], [http://www.google.com/search?q=1936+site:video.google.com&tbm=vid 1936], [http://www.google.com/search?q=1937+site:video.google.com&tbm=vid 1937], [http://www.google.com/search?q=1938+site:video.google.com&tbm=vid 1938], [http://www.google.com/search?q=1939+site:video.google.com&tbm=vid 1939], [http://www.google.com/search?q=1940+site:video.google.com&tbm=vid 1940], [http://www.google.com/search?q=1941+site:video.google.com&tbm=vid 1941], [http://www.google.com/search?q=1942+site:video.google.com&tbm=vid 1942], [http://www.google.com/search?q=1943+site:video.google.com&tbm=vid 1943], [http://www.google.com/search?q=1944+site:video.google.com&tbm=vid 1944], [http://www.google.com/search?q=1945+site:video.google.com&tbm=vid 1945], [http://www.google.com/search?q=1946+site:video.google.com&tbm=vid 1946], [http://www.google.com/search?q=1947+site:video.google.com&tbm=vid 1947], [http://www.google.com/search?q=1948+site:video.google.com&tbm=vid 1948], [http://www.google.com/search?q=1949+site:video.google.com&tbm=vid 1949], [http://www.google.com/search?q=1950+site:video.google.com&tbm=vid 1950], [http://www.google.com/search?q=1951+site:video.google.com&tbm=vid 1951], [http://www.google.com/search?q=1952+site:video.google.com&tbm=vid 1952], [http://www.google.com/search?q=1953+site:video.google.com&tbm=vid 1953], [http://www.google.com/search?q=1954+site:video.google.com&tbm=vid 1954], [http://www.google.com/search?q=1955+site:video.google.com&tbm=vid 1955], [http://www.google.com/search?q=1956+site:video.google.com&tbm=vid 1956], [http://www.google.com/search?q=1957+site:video.google.com&tbm=vid 1957], [http://www.google.com/search?q=1958+site:video.google.com&tbm=vid 1958], [http://www.google.com/search?q=1959+site:video.google.com&tbm=vid 1959], [http://www.google.com/search?q=1960+site:video.google.com&tbm=vid 1960], [http://www.google.com/search?q=1961+site:video.google.com&tbm=vid 1961], [http://www.google.com/search?q=1962+site:video.google.com&tbm=vid 1962], [http://www.google.com/search?q=1963+site:video.google.com&tbm=vid 1963], [http://www.google.com/search?q=1964+site:video.google.com&tbm=vid 1964], [http://www.google.com/search?q=1965+site:video.google.com&tbm=vid 1965], [http://www.google.com/search?q=1966+site:video.google.com&tbm=vid 1966], [http://www.google.com/search?q=1967+site:video.google.com&tbm=vid 1967], [http://www.google.com/search?q=1968+site:video.google.com&tbm=vid 1968], [http://www.google.com/search?q=1969+site:video.google.com&tbm=vid 1969], [http://www.google.com/search?q=1970+site:video.google.com&tbm=vid 1970], [http://www.google.com/search?q=1971+site:video.google.com&tbm=vid 1971], [http://www.google.com/search?q=1972+site:video.google.com&tbm=vid 1972], [http://www.google.com/search?q=1973+site:video.google.com&tbm=vid 1973], [http://www.google.com/search?q=1974+site:video.google.com&tbm=vid 1974], [http://www.google.com/search?q=1975+site:video.google.com&tbm=vid 1975], [http://www.google.com/search?q=1976+site:video.google.com&tbm=vid 1976], [http://www.google.com/search?q=1977+site:video.google.com&tbm=vid 1977], [http://www.google.com/search?q=1978+site:video.google.com&tbm=vid 1978], [http://www.google.com/search?q=1979+site:video.google.com&tbm=vid 1979], [http://www.google.com/search?q=1980+site:video.google.com&tbm=vid 1980], [http://www.google.com/search?q=1981+site:video.google.com&tbm=vid 1981], [http://www.google.com/search?q=1982+site:video.google.com&tbm=vid 1982], [http://www.google.com/search?q=1983+site:video.google.com&tbm=vid 1983], [http://www.google.com/search?q=1984+site:video.google.com&tbm=vid 1984], [http://www.google.com/search?q=1985+site:video.google.com&tbm=vid 1985], [http://www.google.com/search?q=1986+site:video.google.com&tbm=vid 1986], [http://www.google.com/search?q=1987+site:video.google.com&tbm=vid 1987], [http://www.google.com/search?q=1988+site:video.google.com&tbm=vid 1988], [http://www.google.com/search?q=1989+site:video.google.com&tbm=vid 1989], [http://www.google.com/search?q=1990+site:video.google.com&tbm=vid 1990], [http://www.google.com/search?q=1991+site:video.google.com&tbm=vid 1991], [http://www.google.com/search?q=1992+site:video.google.com&tbm=vid 1992], [http://www.google.com/search?q=1993+site:video.google.com&tbm=vid 1993], [http://www.google.com/search?q=1994+site:video.google.com&tbm=vid 1994], [http://www.google.com/search?q=1995+site:video.google.com&tbm=vid 1995], [http://www.google.com/search?q=1996+site:video.google.com&tbm=vid 1996], [http://www.google.com/search?q=1997+site:video.google.com&tbm=vid 1997], [http://www.google.com/search?q=1998+site:video.google.com&tbm=vid 1998], [http://www.google.com/search?q=1999+site:video.google.com&tbm=vid 1999]
 
==== Countries ====
[http://www.google.com/search?q=AFGHANISTAN+site:video.google.com&tbm=vid AFGHANISTAN], [http://www.google.com/search?q=ÅLAND+ISLANDS+site:video.google.com&tbm=vid ÅLAND+ISLANDS], [http://www.google.com/search?q=ALBANIA+site:video.google.com&tbm=vid ALBANIA], [http://www.google.com/search?q=ALGERIA+site:video.google.com&tbm=vid ALGERIA], [http://www.google.com/search?q=AMERICAN+SAMOA+site:video.google.com&tbm=vid AMERICAN+SAMOA], [http://www.google.com/search?q=ANDORRA+site:video.google.com&tbm=vid ANDORRA], [http://www.google.com/search?q=ANGOLA+site:video.google.com&tbm=vid ANGOLA], [http://www.google.com/search?q=ANGUILLA+site:video.google.com&tbm=vid ANGUILLA], [http://www.google.com/search?q=ANTARCTICA+site:video.google.com&tbm=vid ANTARCTICA], [http://www.google.com/search?q=ANTIGUA+AND+BARBUDA+site:video.google.com&tbm=vid ANTIGUA+AND+BARBUDA], [http://www.google.com/search?q=ARGENTINA+site:video.google.com&tbm=vid ARGENTINA], [http://www.google.com/search?q=ARMENIA+site:video.google.com&tbm=vid ARMENIA], [http://www.google.com/search?q=ARUBA+site:video.google.com&tbm=vid ARUBA], [http://www.google.com/search?q=AUSTRALIA+site:video.google.com&tbm=vid AUSTRALIA], [http://www.google.com/search?q=AUSTRIA+site:video.google.com&tbm=vid AUSTRIA], [http://www.google.com/search?q=AZERBAIJAN+site:video.google.com&tbm=vid AZERBAIJAN], [http://www.google.com/search?q=BAHAMAS+site:video.google.com&tbm=vid BAHAMAS], [http://www.google.com/search?q=BAHRAIN+site:video.google.com&tbm=vid BAHRAIN], [http://www.google.com/search?q=BANGLADESH+site:video.google.com&tbm=vid BANGLADESH], [http://www.google.com/search?q=BARBADOS+site:video.google.com&tbm=vid BARBADOS], [http://www.google.com/search?q=BELARUS+site:video.google.com&tbm=vid BELARUS], [http://www.google.com/search?q=BELGIUM+site:video.google.com&tbm=vid BELGIUM], [http://www.google.com/search?q=BELIZE+site:video.google.com&tbm=vid BELIZE], [http://www.google.com/search?q=BENIN+site:video.google.com&tbm=vid BENIN], [http://www.google.com/search?q=BERMUDA+site:video.google.com&tbm=vid BERMUDA], [http://www.google.com/search?q=BHUTAN+site:video.google.com&tbm=vid BHUTAN], [http://www.google.com/search?q=BOLIVIA,+PLURINATIONAL+STATE+OF+site:video.google.com&tbm=vid BOLIVIA,+PLURINATIONAL+STATE+OF], [http://www.google.com/search?q=BONAIRE,+SAINT+EUSTATIUS+AND+SABA+site:video.google.com&tbm=vid BONAIRE,+SAINT+EUSTATIUS+AND+SABA], [http://www.google.com/search?q=BOSNIA+AND+HERZEGOVINA+site:video.google.com&tbm=vid BOSNIA+AND+HERZEGOVINA], [http://www.google.com/search?q=BOTSWANA+site:video.google.com&tbm=vid BOTSWANA], [http://www.google.com/search?q=BOUVET+ISLAND+site:video.google.com&tbm=vid BOUVET+ISLAND], [http://www.google.com/search?q=BRAZIL+site:video.google.com&tbm=vid BRAZIL], [http://www.google.com/search?q=BRITISH+INDIAN+OCEAN+TERRITORY+site:video.google.com&tbm=vid BRITISH+INDIAN+OCEAN+TERRITORY], [http://www.google.com/search?q=BRUNEI+DARUSSALAM+site:video.google.com&tbm=vid BRUNEI+DARUSSALAM], [http://www.google.com/search?q=BULGARIA+site:video.google.com&tbm=vid BULGARIA], [http://www.google.com/search?q=BURKINA+FASO+site:video.google.com&tbm=vid BURKINA+FASO], [http://www.google.com/search?q=BURUNDI+site:video.google.com&tbm=vid BURUNDI],
[http://www.google.com/search?q=CAMBODIA+site:video.google.com&tbm=vid CAMBODIA], [http://www.google.com/search?q=CAMEROON+site:video.google.com&tbm=vid CAMEROON], [http://www.google.com/search?q=CANADA+site:video.google.com&tbm=vid CANADA], [http://www.google.com/search?q=CAPE+VERDE+site:video.google.com&tbm=vid CAPE+VERDE], [http://www.google.com/search?q=CAYMAN+ISLANDS+site:video.google.com&tbm=vid CAYMAN+ISLANDS], [http://www.google.com/search?q=CENTRAL+AFRICAN+REPUBLIC+site:video.google.com&tbm=vid CENTRAL+AFRICAN+REPUBLIC], [http://www.google.com/search?q=CHAD+site:video.google.com&tbm=vid CHAD], [http://www.google.com/search?q=CHILE+site:video.google.com&tbm=vid CHILE], [http://www.google.com/search?q=CHINA+site:video.google.com&tbm=vid CHINA], [http://www.google.com/search?q=CHRISTMAS+ISLAND+site:video.google.com&tbm=vid CHRISTMAS+ISLAND], [http://www.google.com/search?q=COCOS+(KEELING)+ISLANDS+site:video.google.com&tbm=vid COCOS+(KEELING)+ISLANDS], [http://www.google.com/search?q=COLOMBIA+site:video.google.com&tbm=vid COLOMBIA], [http://www.google.com/search?q=COMOROS+site:video.google.com&tbm=vid COMOROS], [http://www.google.com/search?q=CONGO+site:video.google.com&tbm=vid CONGO], [http://www.google.com/search?q=CONGO+site:video.google.com&tbm=vid CONGO], [http://www.google.com/search?q=COOK+ISLANDS+site:video.google.com&tbm=vid COOK+ISLANDS], [http://www.google.com/search?q=COSTA+RICA+site:video.google.com&tbm=vid COSTA+RICA], [http://www.google.com/search?q=CÔTE+D'IVOIRE+site:video.google.com&tbm=vid CÔTE+D'IVOIRE], [http://www.google.com/search?q=CROATIA+site:video.google.com&tbm=vid CROATIA], [http://www.google.com/search?q=CUBA+site:video.google.com&tbm=vid CUBA], [http://www.google.com/search?q=CURAÇAO+site:video.google.com&tbm=vid CURAÇAO], [http://www.google.com/search?q=CYPRUS+site:video.google.com&tbm=vid CYPRUS], [http://www.google.com/search?q=CZECH+REPUBLIC+site:video.google.com&tbm=vid CZECH+REPUBLIC], [http://www.google.com/search?q=DENMARK+site:video.google.com&tbm=vid DENMARK], [http://www.google.com/search?q=DJIBOUTI+site:video.google.com&tbm=vid DJIBOUTI], [http://www.google.com/search?q=DOMINICA+site:video.google.com&tbm=vid DOMINICA],
[http://www.google.com/search?q=DOMINICAN+REPUBLIC+site:video.google.com&tbm=vid DOMINICAN+REPUBLIC], [http://www.google.com/search?q=ECUADOR+site:video.google.com&tbm=vid ECUADOR], [http://www.google.com/search?q=EGYPT+site:video.google.com&tbm=vid EGYPT], [http://www.google.com/search?q=EL+SALVADOR+site:video.google.com&tbm=vid EL+SALVADOR], [http://www.google.com/search?q=EQUATORIAL+GUINEA+site:video.google.com&tbm=vid EQUATORIAL+GUINEA], [http://www.google.com/search?q=ERITREA+site:video.google.com&tbm=vid ERITREA], [http://www.google.com/search?q=ESTONIA+site:video.google.com&tbm=vid ESTONIA], [http://www.google.com/search?q=ETHIOPIA+site:video.google.com&tbm=vid ETHIOPIA], [http://www.google.com/search?q=FALKLAND+ISLANDS+(MALVINAS)+site:video.google.com&tbm=vid FALKLAND+ISLANDS+(MALVINAS)], [http://www.google.com/search?q=FAROE+ISLANDS+site:video.google.com&tbm=vid FAROE+ISLANDS], [http://www.google.com/search?q=FIJI+site:video.google.com&tbm=vid FIJI], [http://www.google.com/search?q=FINLAND+site:video.google.com&tbm=vid FINLAND], [http://www.google.com/search?q=FRANCE+site:video.google.com&tbm=vid FRANCE], [http://www.google.com/search?q=FRENCH+GUIANA+site:video.google.com&tbm=vid FRENCH+GUIANA], [http://www.google.com/search?q=FRENCH+POLYNESIA+site:video.google.com&tbm=vid FRENCH+POLYNESIA], [http://www.google.com/search?q=FRENCH+SOUTHERN+TERRITORIES+site:video.google.com&tbm=vid FRENCH+SOUTHERN+TERRITORIES], [http://www.google.com/search?q=GABON+site:video.google.com&tbm=vid GABON], [http://www.google.com/search?q=GAMBIA+site:video.google.com&tbm=vid GAMBIA], [http://www.google.com/search?q=GEORGIA+site:video.google.com&tbm=vid GEORGIA], [http://www.google.com/search?q=GERMANY+site:video.google.com&tbm=vid GERMANY], [http://www.google.com/search?q=GHANA+site:video.google.com&tbm=vid GHANA], [http://www.google.com/search?q=GIBRALTAR+site:video.google.com&tbm=vid GIBRALTAR], [http://www.google.com/search?q=GREECE+site:video.google.com&tbm=vid GREECE], [http://www.google.com/search?q=GREENLAND+site:video.google.com&tbm=vid GREENLAND], [http://www.google.com/search?q=GRENADA+site:video.google.com&tbm=vid GRENADA], [http://www.google.com/search?q=GUADELOUPE+site:video.google.com&tbm=vid GUADELOUPE], [http://www.google.com/search?q=GUAM+site:video.google.com&tbm=vid GUAM], [http://www.google.com/search?q=GUATEMALA+site:video.google.com&tbm=vid GUATEMALA], [http://www.google.com/search?q=GUERNSEY+site:video.google.com&tbm=vid GUERNSEY], [http://www.google.com/search?q=GUINEA+site:video.google.com&tbm=vid GUINEA], [http://www.google.com/search?q=GUINEA-BISSAU+site:video.google.com&tbm=vid GUINEA-BISSAU], [http://www.google.com/search?q=GUYANA+site:video.google.com&tbm=vid GUYANA], [http://www.google.com/search?q=HAITI+site:video.google.com&tbm=vid HAITI], [http://www.google.com/search?q=HEARD+ISLAND+AND+MCDONALD+ISLANDS+site:video.google.com&tbm=vid HEARD+ISLAND+AND+MCDONALD+ISLANDS], [http://www.google.com/search?q=HOLY+SEE+(VATICAN+CITY+STATE)+site:video.google.com&tbm=vid HOLY+SEE+(VATICAN+CITY+STATE)], [http://www.google.com/search?q=HONDURAS+site:video.google.com&tbm=vid HONDURAS], [http://www.google.com/search?q=HONG+KONG+site:video.google.com&tbm=vid HONG+KONG], [http://www.google.com/search?q=HUNGARY+site:video.google.com&tbm=vid HUNGARY], [http://www.google.com/search?q=ICELAND+site:video.google.com&tbm=vid ICELAND],
[http://www.google.com/search?q=INDIA+site:video.google.com&tbm=vid INDIA], [http://www.google.com/search?q=INDONESIA+site:video.google.com&tbm=vid INDONESIA], [http://www.google.com/search?q=IRAN+site:video.google.com&tbm=vid IRAN], [http://www.google.com/search?q=IRAQ+site:video.google.com&tbm=vid IRAQ], [http://www.google.com/search?q=IRELAND+site:video.google.com&tbm=vid IRELAND], [http://www.google.com/search?q=ISLE+OF+MAN+site:video.google.com&tbm=vid ISLE+OF+MAN], [http://www.google.com/search?q=ISRAEL+site:video.google.com&tbm=vid ISRAEL], [http://www.google.com/search?q=ITALY+site:video.google.com&tbm=vid ITALY], [http://www.google.com/search?q=JAMAICA+site:video.google.com&tbm=vid JAMAICA], [http://www.google.com/search?q=JAPAN+site:video.google.com&tbm=vid JAPAN], [http://www.google.com/search?q=JERSEY+site:video.google.com&tbm=vid JERSEY], [http://www.google.com/search?q=JORDAN+site:video.google.com&tbm=vid JORDAN], [http://www.google.com/search?q=KAZAKHSTAN+site:video.google.com&tbm=vid KAZAKHSTAN], [http://www.google.com/search?q=KENYA+site:video.google.com&tbm=vid KENYA], [http://www.google.com/search?q=KIRIBATI+site:video.google.com&tbm=vid KIRIBATI], [http://www.google.com/search?q=KOREA+site:video.google.com&tbm=vid KOREA], [http://www.google.com/search?q=KUWAIT+site:video.google.com&tbm=vid KUWAIT], [http://www.google.com/search?q=KYRGYZSTAN+site:video.google.com&tbm=vid KYRGYZSTAN], [http://www.google.com/search?q=LAO+site:video.google.com&tbm=vid LAO], [http://www.google.com/search?q=LATVIA+site:video.google.com&tbm=vid LATVIA], [http://www.google.com/search?q=LEBANON+site:video.google.com&tbm=vid LEBANON], [http://www.google.com/search?q=LESOTHO+site:video.google.com&tbm=vid LESOTHO], [http://www.google.com/search?q=LIBERIA+site:video.google.com&tbm=vid LIBERIA], [http://www.google.com/search?q=LIBYAN+ARAB+JAMAHIRIYA+site:video.google.com&tbm=vid LIBYAN+ARAB+JAMAHIRIYA], [http://www.google.com/search?q=LIECHTENSTEIN+site:video.google.com&tbm=vid LIECHTENSTEIN], [http://www.google.com/search?q=LITHUANIA+site:video.google.com&tbm=vid LITHUANIA], [http://www.google.com/search?q=LUXEMBOURG+site:video.google.com&tbm=vid LUXEMBOURG], [http://www.google.com/search?q=MACAO+site:video.google.com&tbm=vid MACAO], [http://www.google.com/search?q=MACEDONIA+site:video.google.com&tbm=vid MACEDONIA], [http://www.google.com/search?q=MADAGASCAR+site:video.google.com&tbm=vid MADAGASCAR], [http://www.google.com/search?q=MALAWI+site:video.google.com&tbm=vid MALAWI], [http://www.google.com/search?q=MALAYSIA+site:video.google.com&tbm=vid MALAYSIA], [http://www.google.com/search?q=MALDIVES+site:video.google.com&tbm=vid MALDIVES], [http://www.google.com/search?q=MALI+site:video.google.com&tbm=vid MALI], [http://www.google.com/search?q=MALTA+site:video.google.com&tbm=vid MALTA], [http://www.google.com/search?q=MARSHALL+ISLANDS+site:video.google.com&tbm=vid MARSHALL+ISLANDS], [http://www.google.com/search?q=MARTINIQUE+site:video.google.com&tbm=vid MARTINIQUE], [http://www.google.com/search?q=MAURITANIA+site:video.google.com&tbm=vid MAURITANIA], [http://www.google.com/search?q=MAURITIUS+site:video.google.com&tbm=vid MAURITIUS], [http://www.google.com/search?q=MAYOTTE+site:video.google.com&tbm=vid MAYOTTE], [http://www.google.com/search?q=MEXICO+site:video.google.com&tbm=vid MEXICO], [http://www.google.com/search?q=MICRONESIA,+FEDERATED+STATES+OF+site:video.google.com&tbm=vid MICRONESIA,+FEDERATED+STATES+OF], [http://www.google.com/search?q=MOLDOVA+site:video.google.com&tbm=vid MOLDOVA], [http://www.google.com/search?q=MONACO+site:video.google.com&tbm=vid MONACO], [http://www.google.com/search?q=MONGOLIA+site:video.google.com&tbm=vid MONGOLIA], [http://www.google.com/search?q=MONTENEGRO+site:video.google.com&tbm=vid MONTENEGRO], [http://www.google.com/search?q=MONTSERRAT+site:video.google.com&tbm=vid MONTSERRAT], [http://www.google.com/search?q=MOROCCO+site:video.google.com&tbm=vid MOROCCO], [http://www.google.com/search?q=MOZAMBIQUE+site:video.google.com&tbm=vid MOZAMBIQUE], [http://www.google.com/search?q=MYANMAR+site:video.google.com&tbm=vid MYANMAR], [http://www.google.com/search?q=NAMIBIA+site:video.google.com&tbm=vid NAMIBIA],
[http://www.google.com/search?q=NAURU+site:video.google.com&tbm=vid NAURU], [http://www.google.com/search?q=NEPAL+site:video.google.com&tbm=vid NEPAL], [http://www.google.com/search?q=NETHERLANDS+site:video.google.com&tbm=vid NETHERLANDS], [http://www.google.com/search?q=NEW+CALEDONIA+site:video.google.com&tbm=vid NEW+CALEDONIA], [http://www.google.com/search?q=NEW+ZEALAND+site:video.google.com&tbm=vid NEW+ZEALAND], [http://www.google.com/search?q=NICARAGUA+site:video.google.com&tbm=vid NICARAGUA], [http://www.google.com/search?q=NIGER+site:video.google.com&tbm=vid NIGER], [http://www.google.com/search?q=NIGERIA+site:video.google.com&tbm=vid NIGERIA], [http://www.google.com/search?q=NIUE+site:video.google.com&tbm=vid NIUE], [http://www.google.com/search?q=NORFOLK+ISLAND+site:video.google.com&tbm=vid NORFOLK+ISLAND], [http://www.google.com/search?q=NORTHERN+MARIANA+ISLANDS+site:video.google.com&tbm=vid NORTHERN+MARIANA+ISLANDS], [http://www.google.com/search?q=NORWAY+site:video.google.com&tbm=vid NORWAY], [http://www.google.com/search?q=OMAN+site:video.google.com&tbm=vid OMAN], [http://www.google.com/search?q=PAKISTAN+site:video.google.com&tbm=vid PAKISTAN], [http://www.google.com/search?q=PALAU+site:video.google.com&tbm=vid PALAU], [http://www.google.com/search?q=PALESTINIAN+TERRITORY,+OCCUPIED+site:video.google.com&tbm=vid PALESTINIAN+TERRITORY,+OCCUPIED], [http://www.google.com/search?q=PANAMA+site:video.google.com&tbm=vid PANAMA], [http://www.google.com/search?q=PAPUA+NEW+GUINEA+site:video.google.com&tbm=vid PAPUA+NEW+GUINEA], [http://www.google.com/search?q=PARAGUAY+site:video.google.com&tbm=vid PARAGUAY], [http://www.google.com/search?q=PERU+site:video.google.com&tbm=vid PERU], [http://www.google.com/search?q=PHILIPPINES+site:video.google.com&tbm=vid PHILIPPINES], [http://www.google.com/search?q=PITCAIRN+site:video.google.com&tbm=vid PITCAIRN], [http://www.google.com/search?q=POLAND+site:video.google.com&tbm=vid POLAND], [http://www.google.com/search?q=PORTUGAL+site:video.google.com&tbm=vid PORTUGAL], [http://www.google.com/search?q=PUERTO+RICO+site:video.google.com&tbm=vid PUERTO+RICO], [http://www.google.com/search?q=QATAR+site:video.google.com&tbm=vid QATAR], [http://www.google.com/search?q=RÉUNION+site:video.google.com&tbm=vid RÉUNION], [http://www.google.com/search?q=ROMANIA+site:video.google.com&tbm=vid ROMANIA], [http://www.google.com/search?q=RUSSIAN+FEDERATION+site:video.google.com&tbm=vid RUSSIAN+FEDERATION], [http://www.google.com/search?q=RWANDA+site:video.google.com&tbm=vid RWANDA], [http://www.google.com/search?q=SAINT+BARTHÉLEMY+site:video.google.com&tbm=vid SAINT+BARTHÉLEMY], [http://www.google.com/search?q=SAINT+HELENA,+ASCENSION+AND+TRISTAN+DA+CUNHA+site:video.google.com&tbm=vid SAINT+HELENA,+ASCENSION+AND+TRISTAN+DA+CUNHA], [http://www.google.com/search?q=SAINT+KITTS+AND+NEVIS+site:video.google.com&tbm=vid SAINT+KITTS+AND+NEVIS], [http://www.google.com/search?q=SAINT+LUCIA+site:video.google.com&tbm=vid SAINT+LUCIA], [http://www.google.com/search?q=SAINT+MARTIN+(FRENCH+PART)+site:video.google.com&tbm=vid SAINT+MARTIN+(FRENCH+PART)], [http://www.google.com/search?q=SAINT+PIERRE+AND+MIQUELON+site:video.google.com&tbm=vid SAINT+PIERRE+AND+MIQUELON], [http://www.google.com/search?q=SAINT+VINCENT+AND+THE+GRENADINES+site:video.google.com&tbm=vid SAINT+VINCENT+AND+THE+GRENADINES], [http://www.google.com/search?q=SAMOA+site:video.google.com&tbm=vid SAMOA], [http://www.google.com/search?q=SAN+MARINO+site:video.google.com&tbm=vid SAN+MARINO], [http://www.google.com/search?q=SAO+TOME+AND+PRINCIPE+site:video.google.com&tbm=vid SAO+TOME+AND+PRINCIPE], [http://www.google.com/search?q=SAUDI+ARABIA+site:video.google.com&tbm=vid SAUDI+ARABIA], [http://www.google.com/search?q=SENEGAL+site:video.google.com&tbm=vid SENEGAL], [http://www.google.com/search?q=SERBIA+site:video.google.com&tbm=vid SERBIA], [http://www.google.com/search?q=SEYCHELLES+site:video.google.com&tbm=vid SEYCHELLES], [http://www.google.com/search?q=SIERRA+LEONE+site:video.google.com&tbm=vid SIERRA+LEONE], [http://www.google.com/search?q=SINGAPORE+site:video.google.com&tbm=vid SINGAPORE], [http://www.google.com/search?q=SINT+MAARTEN+(DUTCH+PART)+site:video.google.com&tbm=vid SINT+MAARTEN+(DUTCH+PART)], [http://www.google.com/search?q=SLOVAKIA+site:video.google.com&tbm=vid SLOVAKIA], [http://www.google.com/search?q=SLOVENIA+site:video.google.com&tbm=vid SLOVENIA], [http://www.google.com/search?q=SOLOMON+ISLANDS+site:video.google.com&tbm=vid SOLOMON+ISLANDS], [http://www.google.com/search?q=SOMALIA+site:video.google.com&tbm=vid SOMALIA], [http://www.google.com/search?q=SOUTH+AFRICA+site:video.google.com&tbm=vid SOUTH+AFRICA], [http://www.google.com/search?q=SOUTH+GEORGIA+AND+THE+SOUTH+SANDWICH+ISLANDS+site:video.google.com&tbm=vid SOUTH+GEORGIA+AND+THE+SOUTH+SANDWICH+ISLANDS], [http://www.google.com/search?q=SPAIN+site:video.google.com&tbm=vid SPAIN], [http://www.google.com/search?q=SRI+LANKA+site:video.google.com&tbm=vid SRI+LANKA], [http://www.google.com/search?q=SUDAN+site:video.google.com&tbm=vid SUDAN], [http://www.google.com/search?q=SURINAME+site:video.google.com&tbm=vid SURINAME], [http://www.google.com/search?q=SVALBARD+AND+JAN+MAYEN+site:video.google.com&tbm=vid SVALBARD+AND+JAN+MAYEN], [http://www.google.com/search?q=SWAZILAND+site:video.google.com&tbm=vid SWAZILAND], [http://www.google.com/search?q=SWEDEN+site:video.google.com&tbm=vid SWEDEN], [http://www.google.com/search?q=SWITZERLAND+site:video.google.com&tbm=vid SWITZERLAND], [http://www.google.com/search?q=SYRIA+site:video.google.com&tbm=vid SYRIA], [http://www.google.com/search?q=TAIWAN+site:video.google.com&tbm=vid TAIWAN], [http://www.google.com/search?q=TAJIKISTAN+site:video.google.com&tbm=vid TAJIKISTAN], [http://www.google.com/search?q=TANZANIA+site:video.google.com&tbm=vid TANZANIA], [http://www.google.com/search?q=THAILAND+site:video.google.com&tbm=vid THAILAND], [http://www.google.com/search?q=TIMOR-LESTE+site:video.google.com&tbm=vid TIMOR-LESTE], [http://www.google.com/search?q=TOGO+site:video.google.com&tbm=vid TOGO], [http://www.google.com/search?q=TOKELAU+site:video.google.com&tbm=vid TOKELAU], [http://www.google.com/search?q=TONGA+site:video.google.com&tbm=vid TONGA], [http://www.google.com/search?q=TRINIDAD+AND+TOBAGO+site:video.google.com&tbm=vid TRINIDAD+AND+TOBAGO], [http://www.google.com/search?q=TUNISIA+site:video.google.com&tbm=vid TUNISIA], [http://www.google.com/search?q=TURKEY+site:video.google.com&tbm=vid TURKEY], [http://www.google.com/search?q=TURKMENISTAN+site:video.google.com&tbm=vid TURKMENISTAN], [http://www.google.com/search?q=TURKS+AND+CAICOS+ISLANDS+site:video.google.com&tbm=vid TURKS+AND+CAICOS+ISLANDS], [http://www.google.com/search?q=TUVALU+site:video.google.com&tbm=vid TUVALU], [http://www.google.com/search?q=UGANDA+site:video.google.com&tbm=vid UGANDA], [http://www.google.com/search?q=UKRAINE+site:video.google.com&tbm=vid UKRAINE], [http://www.google.com/search?q=UNITED+ARAB+EMIRATES+site:video.google.com&tbm=vid UNITED+ARAB+EMIRATES], [http://www.google.com/search?q=UNITED+KINGDOM+site:video.google.com&tbm=vid UNITED+KINGDOM], [http://www.google.com/search?q=UNITED+STATES+site:video.google.com&tbm=vid UNITED+STATES], [http://www.google.com/search?q=UNITED+STATES+MINOR+OUTLYING+ISLANDS+site:video.google.com&tbm=vid UNITED+STATES+MINOR+OUTLYING+ISLANDS], [http://www.google.com/search?q=URUGUAY+site:video.google.com&tbm=vid URUGUAY], [http://www.google.com/search?q=UZBEKISTAN+site:video.google.com&tbm=vid UZBEKISTAN], [http://www.google.com/search?q=VANUATU+site:video.google.com&tbm=vid VANUATU], [http://www.google.com/search?q=VENEZUELA+site:video.google.com&tbm=vid VENEZUELA], [http://www.google.com/search?q=VIETNAM+site:video.google.com&tbm=vid VIETNAM], [http://www.google.com/search?q=VIRGIN+ISLANDS,+BRITISH+site:video.google.com&tbm=vid VIRGIN+ISLANDS,+BRITISH], [http://www.google.com/search?q=VIRGIN+ISLANDS,+U.S.+site:video.google.com&tbm=vid VIRGIN+ISLANDS,+U.S.], [http://www.google.com/search?q=WALLIS+AND+FUTUNA+site:video.google.com&tbm=vid WALLIS+AND+FUTUNA], [http://www.google.com/search?q=WESTERN+SAHARA+site:video.google.com&tbm=vid WESTERN+SAHARA], [http://www.google.com/search?q=YEMEN+site:video.google.com&tbm=vid YEMEN], [http://www.google.com/search?q=ZAMBIA+site:video.google.com&tbm=vid ZAMBIA], [http://www.google.com/search?q=ZIMBABWE+site:video.google.com&tbm=vid ZIMBABWE]
 
=== Table ===
====NOTE====
Please send any new seedlists to underscor on IRC, rather than embarking on them yourself. He'll add them to the listerine queue.
'''Legend'''
{| class="wikitable"
| style="background: grey" |&nbsp;&nbsp;&nbsp;&nbsp;
| Uploaded to Archive.org
|-
| style="background: green" |&nbsp;&nbsp;&nbsp;&nbsp;
| Done/Complete with no errors
|-
| style="background: orange" |&nbsp;&nbsp;&nbsp;&nbsp;
| Done/Complete ''with'' errors
|-
| style="background: yellow" |&nbsp;&nbsp;&nbsp;&nbsp;
| In progress
|-
| style="background: turquoise" |&nbsp;&nbsp;&nbsp;&nbsp;
| Partially claimed and in progress
|-
| style="background: red" |&nbsp;&nbsp;&nbsp;&nbsp;
| Not claimed
|-
| style="background: purple" |&nbsp;&nbsp;&nbsp;&nbsp;
| Moved to listerine
|-
|&nbsp;&nbsp;&nbsp;&nbsp;
| Unknown status (If you know please edit)
|}
 
<center>
{| class="wikitable" style="text-align: center;"
! Seed list !! Videos (lines) !! Downloaders !! Progress and SIZE
|-
| [http://bit.ly/i7CJ2h seed_videos_rhistory ] || 6949 || Jade Falcon || style="background: purple" | 7 chunks with 1000 videos each <br> ndurner: aa<br>Jade Falcon: downloading...
|-
| [http://pastebin.com/juJnpnU0 seed_videos_ecology ] || 890 || crackbab1 || style="background: yellow" |
|-
| [http://pastebin.com/dikSPMby seed_videos_meme ] || 996 || yipdw || style="background: orange" | Done (12 GB), bad IDs: -7139586667055487256, 744578668610845478, 9027107881335248661
|-
| [http://pastebin.com/fe2Aa9q1 seed_videos_defcon] || 822 || ndurner || style="background: green" | done
|-
| [http://gv.nja.im/index.php?dir=seed_videos_ml_documentary_dedupe seed_videos_ml_documentary_dedupe] || 1975 || Lightblb, Papyrus, NomDuClavier || style="background: yellow" | 3 completed chunks of 4 (4 claimed)<br/> Lightblb: aa (Complete:38GB With 1 Fail -> Rsync Queued)<br />Papyrus: ab<br />NomDuClavier: ac (complete), ad (complete)
|-
| [http://gv.nja.im/index.php?dir=seed_videos_ml_lecture_dedupe seed_videos_ml_lecture_dedupe] || 1898 || Lightblb, gribozavr, kn100 || style="background: yellow" | 3 completed chunks of 4 (4 claimed)<br/> Lightblb: aa ab (Done: 65G With 2 Failed -> Rsync Queued)<br />
gribozavr: ad (complete, 28Gb)<br />kn100: ac (in progress)
|-
| [http://gv.nja.im/index.php?dir=seed_videos_ml_atheism_dedupe seed_videos_ml_atheism_dedupe] || 698 || norc, Mqrius || style="background: green" | 2 complete of 2<br/> norc: ab done (16G), Mqrius: aa done (41GB).
|-
| [http://gv.nja.im/index.php?dir=seed_videos_l_interview_dedupe seed_videos_l_interview_dedupe] || 986 || Pentium100, wgfreewill || style="background: orange" | aa -  Done (136GB) <br/>
Pentium100: ab - in progress
|-
| [http://gv.nja.im/index.php?dir=evolution seed_videos_evolution_dedupe] (Long&Medium) || 1742 || Jade Falcon || style="background: purple" | downloading...
|-
| [http://gv.nja.im/index.php?dir=talk seed_videos_talk_dedupe] (Long&Medium) || 1795 || Jade Falcon || style="background: purple" | downloading...
|-
| [http://gv.nja.im/index.php?dir=money seed_videos_money_dedupe] (Long&Medium) || 1824 || leftfield || style="background: yellow" |
|-
| [http://gv.nja.im/index.php?dir=civilization seed_videos_civilization_dedupe] (Long&Medium) || 471 || leftfield || style="background: yellow" |
|-
| seed_videos_2_a || 25,761 || swebb || style="background: yellow" | 61G, 3718/25761 files done (4/19/2011)
|-
| [http://notatypewriter.com/googlegargle seed_videos_2_k] || 19,266 (24,242) || Lightblb, ARc[Clone, crackbab1, Pentium100, Mqrius, arketype, Darkstar || style="background: orange" | 49 chunks completed of 49<br />
Lightblb: aa ab ac ad ae (Done: 69GB -> Rsyncing)<br />
crackbab1: af,ak,al (Done: 16GB) <br />
Mqrius: Done: ag - ak, am - ao, aq - as: 81 billion bytes.<br />
(Errors: 8140990496183661566, 3602820803563530100, 305824290212962756, 4662407464242191178, 1966892422853997036, 2337004030985954962, 1338452982534754821, 10726218902867294)<br />
arketype: ap (Done: 17GB)<br />
(Errors: 2781869234442161475, 3684594607388096414)<br />
Pentium100: at-az (complete, 42.8GB), ba-bb (complete, 14.1GB)<br />
Darkstar: bc bd be (complete)<br />
ARc[Clone: bf bg bh bi bj bk bl bm bn bo bp bq br bs bt bu bv bw (all done)<br />
|-
| seed_videos_2_l || 22,641 || ndurner, wgfreewill || style="background: yellow" | [http://gv.nja.im/index.php?dir=seed_videos_2_l Split] 46 chunks of 500 videos each<br />ndurner: aa done; <br /> wgfreewill - 530GB, only around 3000 videos left to download of total 22k set.
|-
| seed_videos_2_m || 24,465 || Jade Falcon || style="background: orange" | Jade:Done. 506G, 305 [http://www.fenixnet.net/jadefalcon/seed_videos_2_m_errors.txt error'ed IDs]. Rsyncing.
|-
| seed_videos_2_o || 25,049 || travelinlibrarian || style="background: yellow" | [http://gv.nja.im/index.php?dir=seed_videos_2_o Split] 51 chunks of 500 videos each<br />
travelinlibrarian 376/1-500<br />
perfinion done seed_videos_2_ob[n-y]
perfinion grabbing seed_videos_2_[a-m]
|-
| [http://gv.nja.im/index.php?dir=seed_videos_2_p seed_videos_2_p] || 23,713 || oli, Xentac, db48x, otro, Mqrius, Pentium100, Darkstar, ryan__, nstrom || style="background: yellow" | 46 complete of 48 chunks (all 48 claimed)<br/>
oli: aa to ah (complete, 90GB) - RSYNCING<br/>
Mqrius: Done: ak - am: 27 GB<br/>
Pentium100: an-av (done, 100GB with errors)<br/>
Xentac: bt bu bv bp bo bm bq br bg bn bi as at au (done), bg-br, as-av<br/>
db48x: bu (1.44GB, finished), bv (187MB, finished), ba-bf (128GB, done)<br/>
otro: bs (2 GB complete with errors -4129568891134205061, -863669053556310192, 1529854584895362082, -1190862519877917483)<br/>
nstrom: aw (complete, 15GB, uploaded to a.o)<br/>
ryan__: ax(WIP)/ay(WIP)/az(done, 7 missing.  verifying/retrying/confirming still) <br/>
Darkstar: ai, aj (Complete)<br/>
|-
| seed_videos_2_q || 17,727 || DoubleJ || style="background: orange" | Done (165GB) w/2 bad IDs:
-3522777020956111862
1920882098876352864
|-
| seed_videos_2_t || 25,301 || businux  || style="background: yellow" | [http://gv.nja.im/index.php?dir=seed_videos_2_t Split] 51 chunks of 500 videos each 961/25,301 3.79% 33GB
LietKynes going backwards, 50 threads, 310GB already
|-
| [http://elmundo.barbich.net/gargle/ seed_videos_2_u] || 23,528 || barbich, negge || style="background: green" | 48 chunks complete of 48<br/>
barbich: finished 0 to 29 (100% done, 370G)<br/>
negge: finished 30 to 47 (100% done, ~200G)
|-
| [http://gv.nja.im/index.php?dir=seed_videos_2_w seed_videos_2_w] || 21,732 || nickmoorman || style="background: yellow" | Split] 0 chunks completed of 34 (34 claimed0<br />
nickmoorman: aa ab ac ad ae af ag ah ai aj<br />
zachtib: ak al am an ao<br />
Dr.Sweety: ap aq ar as at au av aw ax ay az ba bb bc bd be bf bg bh (In progress, currently downloading ar)
|-
| seed_videos_2_x || 19,733 || ksh ||  style="background: orange" |100% / 78GB
Need to check for errors!
<br>After this is checked, if there are no errors, change to green and remove this line.
|-
| seed_videos_2_y || 20,965 || negge || style="background: green" |  Done (216GB)
|-
| seed_videos_2_z || 18,877 || flare || style="background: yellow" | Currently in progress (16%)
|-
| seed_videos_a || 1000 || Dr.Sweety || style="background: yellow" | Currently in progress (47%)
|-
| seed_videos_a_related || This list contain errors || Dr.Sweety || style="background: orange" | Done, 44G total. ~1097 out of 1284 seem to be DocIDs, rest is text. Half of the DocIDs are broken (see "Broken DocIDs" for some examples, a complete list is here http://piratepad.net/b8VbxXCVPG). What about the errors, will there be an updated list?
|-
| seed_videos_b || 999 || bjwebb || style="background: yellow" | 136/999
|-
| seed_videos_c || 981 || dnova || style="background: grey" | Uploaded to Archive.org (40.2GB)
|-
| seed_videos_d || 999 || nomduclav || style="background: orange" | complete
|-
| seed_videos_e || 999 || nomduclav || style="background: orange" | complete
|-
| seed_videos_f || 999 || DoubleJ || style="background: green" | Done (25GB)
|-
| seed_videos_g || 999 || dnova || style="background: gray" | Uploaded to Archive.org (30.9GB) <br />one bad id=7751522177274361392
|-
| seed_videos_h || 999 || ARc[Clone || style="background: orange" | Done
|-
| seed_videos_i || 999 || DeCarabas || style="background: green" | Done (58 GB)
|-
| seed_videos_j || 999 || joethehuman || style="background: green" | Done (36.7 GB)
|-
| seed_videos_k || 999 || aggroskater || style="background: orange" | Done (28.7 GB) one bad ID: -4784504756717962046
|-
| seed_videos_l || 999 || yipdw || style="background: orange" | Done (58 GB); six bad IDs: -1165561225258043258, 1922748009661857239, 300163955057959602, -7110898118644169273, -7942619273555709195, 8543705644990106023
|-
| seed_videos_m || 999 || TJ__ || style="background: orange" | Done (34.7GB)
|-
| seed_videos_n || 999 || ndurner || style="background: green" | Done (38 GB)
|-
| seed_videos_o || 999 || com_lab, grelbar ([http://pastebin.com/AFc4SvPV list]) || style="background: green" | ~38GB (com_lab) already uploaded, <br> ~24GB(grelbar)
|-
| seed_videos_p || 999 || Pneu || style="background: yellow" |
|-
| seed_videos_q || 996 || nomduclavier || style="background: green" | Done (~24Gb)
|-
| seed_videos_r || 996 || Pentium || style="background: orange" | Done (26.5GB), two bad IDs (-6997682955012239023, -5475489738249304784)
|-
| seed_videos_s || 999 || Pentium || style="background: orange" | Done (48.9GB), two bad IDs (2103424227166759427, -8954969329395485241)
|-
| seed_videos_t || 999 || joethehuman || style="background: orange" | Done with errors below (56.8 GB)
|-
| seed_videos_u || 999 || perfinion, 0xDEADBEEF, norc ||  style="background: green" |  0xDEADBEEF 516/1000 24GB. norc 500-1000 done, 24GB. Perfinion done, 44GB.
|-
| seed_videos_v || 999 || masterme1 || style="background: yellow" | 497/999 (~28GB)
|-
| seed_videos_w || 1000 || com_lab || style="background: green" | Done (~5.7GB)
|-
| seed_videos_x || 1000 || Dark-Star || style="background: green" | Done (~33GB)
|-
| seed_videos_y || 1000 || beremat || style="background: yellow" |  613/1000, (~37.76GB)
|-
| seed_videos_z || 1000 || ksh || style="background: green" | Done (27GB)
|-
| [http://pastebin.com/FNSatQam "microelectronics",<br />"circuit+design",<br />"microprocessor",<br />"chiptune",<br />"electrical+engineering",<br />"hardware+hacking",<br />"unboxing",<br />"demoscene",] || 1267 || dnova || style="background: grey" | Uploaded to Archive.org (33.9GB)
|-
| [http://pastebin.com/9cfVyFci "transistor",<br />"tonawanda",<br />"micron",<br />"gallium",<br />"nanometer",<br />"femtosecond",<br />"qubit",<br />"integrated+circuit"] || 343 || dnova || style="background: grey" | Uploaded to Archive.org (7.1GB)
|-
| [http://pastebin.com/ThCuzFwu "singularity"] || 174 || db48x || style="background: green" | completed, 12.57GB (list created at 8am UTC April 18th 2011)
|-
| [http://pastebin.com/jMtaRuA2 "Feynman"] || 28 || db48x || style="background: green" | completed, 2.20GB (list created at 9am UTC April 18th 2011)
|-
| [http://pastebin.com/3HDwcsk5 "police"] || 998 || lutostag || style="background: green" | done, ~33GB (list created at 8am UTC April 18th 2011)
|-
| [http://pastebin.com/Hy1nYdkC "eliezer"] || 150 (1000) || norc || style="background: green" | completed, 6.8G (list created at 8am UTC April 18th 2011)
|-
| [http://pastebin.com/me1BGvg8 "obama"] ||1000 || ryan__ || style="background: yellow" | 302/1000 as of 04-19-2011 00:51 EDT (still WIP) (list created at 8am UTC April 18th 2011)
|-
| [http://pastebin.com/JQfdYaX9 "cia"] || 999 || ndurner || style="background: purple" | 800 (list created at 8am UTC April 18th 2011)
|-
| [http://pastebin.com/yRQiqG4Q "charlie"] || 1000 ||  ryan__ || style="background: yellow" | 120/1000 as of 04-19-2011 00:51 EDT (still WIP) (list created at 8am UTC April 18th 2011)
|-
| [http://pastebin.com/sHQkmBuH IDs from the metafilter thread] || 28 || db48x || style="background: green" | completed, 6.17GB (list created at 9am UTC April 18th 2011)
|-
| [http://pastebin.com/yFbtiW4b IDs from the reddit thread] || 106 || ndurner || style="background: green" | done (list created at 9am UTC April 18th 2011)
|-
| "rare"
|rowspan=3|~3100
|rowspan=3|Darkstar
|rowspan=3 style="background: green" | done (~70gb)
|-
| "vintage"
|-
| "commercial"
|-
| [http://pastebin.com/ZkzNmwEW "douglas adams",<br />"richard dawkins",<br />"charles darwin" || || NomDuClavier] || style="background: green" | 513 videos, done ([http://pastebin.com/ZkzNmwEW one de-duped list] for the 3 terms)
|-
| [http://pastebin.com/4cZeF4Hc "australia history"]<br />[http://pastebin.com/L7NLX0pi "indigenous aboriginal australia"] || 1659 || oli || style="background: green" | complete - RSYNCING
|-
| [http://rapidpacket.com/~xtat/seed_videos_linux "linux"] || 1641 || xtat || style="background: green" | Done, 70GB, 8 failures
|-
| [http://pastebin.com/8Xn3ynUu "Bugs Bunny"] || 153 || stack,wgfreewill || style="background: green" | Done, 2.7GB
|-
| [http://pastebin.com/jMtaRuA2 "rodney mullen"] || 176 || com_lab || style="background: grey" | Done, 1.7GB
|-
| [http://pastebin.com/7KWMfkNn "tech talks"] || 946 || tahu || style="background: yellow" | in progress, 368 videos, 31GB, 2011-04-19 18:47:29 UTC
|-
| [http://pastebin.com/iHvuYDLt "rick astley"] || 17 || db48x || style="background: green" | completed, 272.8MB (grabbed 13:00 UTC April 18th 2011)
|-
| [http://pastebin.com/gf9evK3q "CERN"] || 912 || vled || style="background: green" | Done
|-
| [http://pastebin.com/TGgHTT05 multiple]: "michio kaku",<br />"brian cox",<br />"vernor vinge",<br />"carl sagan",<br />"simon singh" || 176 || nomduclavier || style="background: green" | done
|-
| [http://pastebin.com/NWGExd7c "intel",<br />"amd"] || 1547 || leftfield || style="background: orange" | done 21.5GB one broken docid -712494279917239419
|-
| [http://pastebin.com/SVGFBkSX "foia"] || 89 || com_lab || style="background: grey" | Done, 4.1GB
|-
| [http://pastebin.com/jagqsQru "creative commons"] || 968 || aikidork || style="background: yellow" | ~80% rsync'ed (Tue Apr 19 12:19:43 UTC 2011)
|-
| [http://pastebin.com/tPqfuR5X "TED"] || 1000 || vled || style="background: orange" | w/ problems
|-
| [http://pastebin.com/wd011gVQ "programming"] || 1546 || Xentac || style="background: yellow" | In Progress
|-
| [http://pastebin.com/VLXeeeha "military", "army", "navy", "air force", "marine corps"] || 3108 || tj__ & ksh || style="background: yellow" | In Progress (5%)
|-
| [http://pastebin.com/7t5ibE75 "fiddle", "banjo", "old time music"] || 921 || RJL20 || style="background: yellow" | In Progress (~
|-
| [http://pastebin.com/XgeUDbhs "silent+film"] || 1000 || dericed || style="background: yellow" | In Progress
|-
| [http://pastebin.com/FGJHAKN9 "industrial"] || 1584 || Archive242 || style="background: yellow" | In Progress
|-
| [http://pastebin.com/FbAPwZ2b (pretty much) every valid GV link on MetaFilter] || 1675 || RJL20 || style="background: yellow" | In Progress (~112730M / Errors: 28), ~50% done
|-
| [http://gv.nja.im/index.php?dir=seed_videos_hubbestof http://hubpages.com/hub/The_Best_of_GoogleVideo] || 122 || Lightblb || style="background: grey" | Done: 7.1GB - 55 Failed - Rsync Done.
|-
| [http://pastebin.com/x0bv1da0 a few Olympics 1980 videos] || 4 || gribozavr || style="background: green" | Completed
|-
| [http://pastebin.com/2Qiy40UH "kurzweil"] || 61 || NomDuClavier || style="background: green" | Completed
|-
| '''Total''' || '''>324,788''' || '''Archive Team''' || '''''>2.24 TB (Apr. 19, 11:37:13 UTC)'''''
|}
</center>
 
== Broken DocIDs ==
{| class="wikitable"
! DocID !! Title !! list
|-
| -4313176927520589553 || [http://video.google.com/videoplay?docid=-4313176927520589553 Ferrari 320 km/h SelMcKenzie] || seed_videos_h
|-
| 710915802292429594 || [http://video.google.com/videoplay?docid=710915802292429594# Triple H-Best Pedigree Ever] || seed_videos_h
|-
| 919675995190477263 || 404s || seed_videos_h
|-
| -7433458566080701467 || 404s || seed_videos_2_k
|-
| 7476314005948269525 || [http://video.google.com/videoplay?docid=7476314005948269525# Tan Tay Du Ky 2 tap 1 phan 2] || seed_videos_2_k
|-
| 1310034078921227326 || [http://video.google.com/videoplay?docid=1310034078921227326 Presentatie H. van Garderen] || seed_videos_h
|-
| -8196546459051063200 || [http://video.google.com/videoplay?docid=-8196546459051063200 Ethiopia - Ethiopian Talk Show - Dr. Kinfe M Kassaye] || seed_videos_m
|-
| 6012309833489564165 || [http://video.google.com/videoplay?docid=6012309833489564165 I&#39;m gonna miss you forever] || seed_videos_m
|-
| 1006201176909432045 || [http://video.google.com/videoplay?docid=1006201176909432045 Nick "KNUCKLEHEAD" Thomas Learning to Ride A KX 65] || seed_videos_2_k_br
|-
| 9013618753646293166 || [http://video.google.com/videoplay?docid=9013618753646293166 TooSexii] || seed_videos_m
|-
| 4607644763702261746 || [http://video.google.com/videoplay?docid=4607644763702261746 Most Haunted] || seed_videos_m
|-
| 910327017359455024 || 404s || seed_videos_2_k_br
|-
| -3505183273546479430 || [http://video.google.com/videoplay?docid=-3505183273546479430# Top 10 Dunkers in Slam Dunk Contest History by www.todonba.mx.kz] || seed_videos_2_k_bu
|-
| 515155312540224448 || [http://video.google.com/videoplay?docid=515155312540224448 Prof. Stephen Berk - The Six Day War] -- (Only downloads 106MB & manual seek fails) || seed_videos_m
|-
| 8233620694803027158 || [http://video.google.com/videoplay?docid=8233620694803027158 Tien Kiem Ky Hiep 12a] || seed_videos_2_k_bs
|-
| -7026671761719496982 || [http://video.google.com/videoplay?docid=-7026671761719496982# KV Kortrijk - Virton: kans Vervaeke] || seed_videos_2_k_bo
|-
| 4744936758707683681 || 404s || seed_videos_2_k_bo
|-
| -4138015874145288917 || [http://video.google.com/videoplay?docid=-4138015874145288917# Irvine City Council Regular Meeting] -- content too short (expected 880173643 bytes and served 871) || seed_videos_2_k_bo
|-
| 1751753922865083288 || [http://video.google.com/videoplay?docid=1751753922865083288# Lou Dobbs - Bill Gates Testifies to Senate: Part 2] || seed_videos_h
|-
| -1847242336625060764 || 404s || seed_videos_h
|-
| -840074924615574683 || [http://video.google.com/videoplay?docid=-840074924615574683# H.O.T. TV EPISODE 7] || seed_videos_h
|-
| 5450039563312738134 || || seed_videos_2_o
|-
| 2740779495236816438 || || seed_videos_2_o
|-
| 8240553330007645065 || 404 || "rick astley"
|-
| 2776148046666235174 || 404 || seed_videos_d
|-
| 4641809537228296381 || 404 || seed_videos_
|-
| -4718427583805445551 || 404 || seed_videos_e
|-
| 5588388288256218328 || 404 || seed_videos_d
|-
| -1413491257698089214 || Redirects to http://www.khou.com/news/119535529.html || seed_videos_a_related
|-
| 1895753595163256038 || Redirects to http://tv.sky.com/martina-my-toughest-opponent || seed_videos_a_related
|-
| -4941694769105315227 || Redirects to http://saratoga-north.ynn.com/content/headlines/524274/governor-visit-s-nation-s-capitol/ || seed_videos_a_related
|-
| -7773409926173229653 || Redirects to http://www.zacks.com/commentary/15486/Value+Stock+Picks-August+24,+2010 || seed_videos_a_related
|-
| 7391058183663855490 || Redirects to http://www.ebaumsworld.com/video/watch/81158874/ || seed_videos_a_related
|-
| -4381742157481868130 || Redirects to http://arcade.modemhelp.net/play-3613-Stealing_A_Van.html || seed_videos_a_related
|-
| -1554641026467581780 || Redirects to http://s167.photobucket.com/albums/u158/browneydgurl1212/?action=view&current=meganstealinghashbrown.mp4 || seed_videos_a_related
|-
| 2353616771034791644 || Redirects to http://berkshires.ynn.com/content/headlines/523405/glens-falls-woman-accused-of-stealing-a-cat-from-pet-store/ || seed_videos_a_related
|-
| 9195455606734953941 || Redirects to http://abcnews.go.com/ThisWeek/video/roundtable-tragedy-tucson-12575675 || seed_videos_a_related
|-
| 9150764031039845836 || Redirects to http://www.ebaumsworld.com/video/watch/81298536/ || seed_videos_a_related
|-
| 9111781772616747857 || Redirects to http://abcnews.go.com/Politics/video/stephen-colbert-testifies-house-hearing-illegal-farm-workers-11718759 || seed_videos_a_related
|-
| 9106424136068226425 || Redirects to http://www.gameswelt.de/videos/videos/10349-Warhammer_Online_-_Home_Movie_Ever_Forward.html || seed_videos_a_related
|-
| 9106312808616607793 || Redirects to http://video.google.com/videoplay?docid=9106312808616607793 || seed_videos_a_related
|-
| -423230311474262633 ||  || seed_videos_2_k_at
|-
| -1989250447613793254 ||  || seed_videos_2_k_at
|-
| -1717591024529167847 ||  || seed_videos_2_k_au
|-
| -1893715945421217990 ||  || seed_videos_2_k_aw
|-
| 98954701061936704||  || seed_videos_2_k_az
|-
| -857514171338089705 || 871B instead of 9.9MB || seed_videos_2_k_az
|-
| 187959010149993716 ||  || seed_videos_2_k_az
|-
| -3761310108351243571 ||  || seed_videos_2_k_az
|-
| -5034671686367848138 || [http://video.google.com/videoplay?docid=-5034671686367848138# Umar Kalim breaks it all] content too short || seed_videos_2_k_bh
|-
| 3687153060611498767 || [http://video.google.com/videoplay?docid=3687153060611498767# Picnic Tables at CiCo] content too short || seed_videos_2_k_bj
|-
| 1010610140821179600 || || seed_videos_2_k_bf
|-
| 1272139449455901373 || || seed_videos_2_k_bi
|-
| 2154847967655726343 || || seed_videos_2_k_bj
|-
| 2453599535490760149 || || seed_videos_2_k_bl
|-
|  2525371248363122880 || || seed_videos_2_k_bf
|-
| -3761310108351243571 || || seed_videos_2_k_bh
|-
| 4549148983829940555 || 404s || seed_videos_2_k_bi
|-
| 7051814862620931463 || || seed_videos_2_k_bh
|-
| -7353344548521134361 || || seed_videos_2_k_bl
|-
| -817434969229495880 || || seed_videos_2_k_bh
|-
| 8335036545639007262 || || seed_videos_2_k_bh
|-
| -8653635503491974486 || || seed_videos_2_k_bh
|-
| -970580050717025709 || || seed_videos_2_k_bg
|-
| -3891054104657374974 || || seed_videos_2_k_bb
|-
| -5401734107040161313 || || seed_videos_2_k_bb
|-
| -6540216432023094075 || || seed_videos_2_k_bb
|-
| -1165561225258043258 || [http://video.google.com/videoplay?docid=-1165561225258043258 L'universo elegante parte 1] || seed_videos_l
|-
| 1922748009661857239 || [http://video.google.com/videoplay?docid=1922748009661857239 4/8 - L'histoire secrète du pétrole - Le temps des premiers craquements] || seed_videos_l
|-
| 300163955057959602 || [http://video.google.com/videoplay?docid=300163955057959602 6/8 - L'histoire secrète du pétrole - Le temps des magouilles] || seed_videos_l
|-
| -7110898118644169273 || [http://video.google.com/videoplay?docid=-7110898118644169273 Beppe Grillo e l'inceneritore] || seed_videos_l
|-
| -7942619273555709195 || [http://video.google.com/videoplay?docid=-7942619273555709195 Le monde selon Monsanto - Arte FR] || seed_videos_l
|-
| 8543705644990106023 || [http://video.google.com/videoplay?docid=8543705644990106023 José Bové à Aubagne le 7 Février.] || seed_videos_l
|-
| 2781869234442161475 || 404 || seed_videos_2_k_ap
|-
| 3684594607388096414 || 404 || seed_videos_2_k_ap
|-
| 4857427355245773332 || 404 || seed_videos_2_wap
|-
| 4818927167565306511 || 404 || seed_videos_2_wap
|-
| -7139586667055487256 || [http://video.google.com/videoplay?docid=-7139586667055487256# Cadru 4 : Une mission du roi Even lui même?] || meme
|-
| 744578668610845478 || [http://video.google.com/videoplay?docid=744578668610845478 Massieux délire (saut à poil)] || meme
|-
| 9027107881335248661 || 404 || meme
|-
| 712494279917239419 || Unavailable - Charlie Rose - Red Wine & Mice / Andy Grove & Richard Tedlow || intel amd
|-
| -4770095342392663956 || [http://video.google.com/videoplay?docid=-4770095342392663956# Trailer Park Boys - S03E08 - A Sh*t Leopard Can't Change Its Spots] || seed_videos_t
|-
| http://pastebin.com/LhR0vDFu || "Content Unavailable" or 404s || seed_videos_2_x
|-
| -2183089322473530253 || EOF || army seed list
|-
| 7899609783711363184 || EOF || army seed list
|-
| -8998613917213332529 || EOF || army seed list
|-
| -4784504756717962046 || EOF ; visiting [http://video.google.com/videoplay?docid=-4784504756717962046# 2007 K-FROG Cares Golf Classic - Part 4: Pat Green Concert] shows "video is not currently available" message || seed_videos_k
|-
| 7282734499247419085 || [http://video.google.com/videoplay?docid=7282734499247419085 Papell Studio Samba Serenade Printed Silk Georgette Pants - Item: 129-160] || from listerine
|-
| 1551984263748100534 || [http://video.google.com/videoplay?docid=1551984263748100534 ALLAMA TALIB JAUHARI - NASHTAR PARK KARACHI 2006 (PART-III)] || from listerine
|-
| 2769128814553569958 || [http://video.google.com/videoplay?docid=2769128814553569958 Laguna_Beach__-_Season_3_-_Episode_15_-_16.avi] || from listerine
|-
| 3368393825136501633 || [http://video.google.com/videoplay?docid=3368393825136501633 Magic Kingdom Hearts] || from listerine
|-
| -4534051497958455065 || [http://video.google.com/videoplay?docid=-4534051497958455065 Naruto Shippuuden 10 Fuuin Jutsu - Genryuu Kyuu Fuujin] || from listerine
|-
| -2661405767136566167 || [http://video.google.com/videoplay?docid=-2661405767136566167 marché aux animaux à Douz] || from listerine
|-
| -4129568891134205061 || [http://video.google.com/videoplay?docid=-4129568891134205061# 浙江化工廠釋放毒瓦斯 居民抗議遭鎮壓] || seed_videos_2_p
|-
| -863669053556310192 || [http://video.google.com/videoplay?docid=-863669053556310192# silencio] || seed_videos_2_p
|-
| 1529854584895362082 || [http://video.google.com/videoplay?docid=1529854584895362082# Dédicuce à ma Turtle Que Je Nadloveme !!] || seed_videos_2_p
|-
| -1190862519877917483 || [http://video.google.com/videoplay?docid=-1190862519877917483# Reportaje] || seed_videos_2_p
|-
| 777223614374448946 ||  || seed_videos_2_pan
|-
| -3753237639401264919 ||  || seed_videos_2_pan
|-
| 513998298993769213 ||  || seed_videos_2_pan
|-
| 4197907857130732658 ||  || seed_videos_2_pan
|-
| -7209518661908939846 ||  || seed_videos_2_pan
|-
| 1936036414289617481 ||  || seed_videos_2_pan
|-
| 1231628683306604703 ||  || seed_videos_2_pan
|-
| 8391426573583714670 ||  || seed_videos_2_pao
|-
| -5030624673313016595 ||  || seed_videos_2_pao
|-
| 2797125101537296652 ||  || seed_videos_2_pao
|-
| 1231628683306604703 ||  || seed_videos_2_pao
|-
| 765639190728070873 ||  || seed_videos_2_pap
|-
| 3106095225664799618 ||  || seed_videos_2_pap
|-
| 3824729866360231334 ||  || seed_videos_2_pap
|-
| -1011278591250373536 ||  || seed_videos_2_paq
|-
| 5017038353295770271 ||  || seed_videos_2_paq
|-
| -2103962498187129713 ||  || seed_videos_2_par
|-
| -1920063529943044649 ||  || seed_videos_2_par
|-
| -8842656122683618628 ||  || seed_videos_2_par
|-
| 3980781378957129624 ||  || seed_videos_2_par
|-
| 3168333365786153885 ||  || seed_videos_2_par
|-
| -850263308777060275 ||  || seed_videos_2_par
|-
| -2739776417348844007 ||  || seed_videos_2_par
|-
| -3693490165652585623 ||  || seed_videos_2_par
|-
| -4421953779802914087 ||  || seed_videos_2_par
|-
| -4985191518265705146 ||  || seed_videos_2_par
|-
| -5030272711619967323 ||  || seed_videos_2_par
|-
| -7480760343548282696 ||  || seed_videos_2_par
|-
| -8507025902579487785 ||  || seed_videos_2_par
|-
| -8565673568506246688 ||  || seed_videos_2_par
|-
| 7948280818830462878 ||  || seed_videos_2_par
|-
| 7111518386861929818 ||  || seed_videos_2_par
|-
| 5414116161601449115 ||  || seed_videos_2_par
|-
| 4453387956996456150 ||  || seed_videos_2_par
|-
| 3484019002795418536 ||  || seed_videos_2_par
|-
| 2599414351734791684 ||  || seed_videos_2_par
|-
| 981037964378644131 ||  || seed_videos_2_par
|-
| 503478249453792411 ||  || seed_videos_2_par
|-
| -626427952319840934 ||  || seed_videos_2_pas
|-
| 6692782035853741408 ||  || seed_videos_2_pas
|-
| -8104722695725517962 ||  || seed_videos_2_pas
|-
| 6603725717674618753 ||  || seed_videos_2_pas
|-
| -6885426254291916923 ||  || seed_videos_2_pas
|-
| 8878306115268123242 ||  || seed_videos_2_pas
|-
| 2664598798454107069 ||  || seed_videos_2_pas
|-
| -1130301863313429407 ||  || seed_videos_2_pas
|-
| 6383722209898652464 ||  || seed_videos_2_pas
|-
| 1410624060530577390 ||  || seed_videos_2_pat
|-
| 1100175904848145330 ||  || seed_videos_2_pat
|-
| 6421364272580349095 ||  || seed_videos_2_pat
|-
| 3243976296567942326 ||  || seed_videos_2_pat
|-
| 2856723628413664723 ||  || seed_videos_2_pau
|-
| -6684370625181545902 ||  || seed_videos_2_pau
|-
| -9112039128971736721 ||  || seed_videos_2_pau
|-
| -5134977928545797502 ||  || seed_videos_2_pau
|-
| 491463814477878191 || || listerine
|-
| 8027332670412780967 || || listerine
|-
| -8620028295602605989 || || listerine
|-
| 6793949560762919914 || unavailable || listerine
|}
 
== Tools ==
 
=== Youtube-DL ===
* http://rg3.github.com/youtube-dl/download.html
** python youtube-dl googlevideourl
 
=== DocID scripts ===
* http://piratepad.net/googlevideoscript
 
Scraping by dates uploaded:
* http://www.cs.utexas.edu/~lutostag/goog-vid/datescrape.pl
Check to see which dates have already been scraped at:
* http://piratepad.net/lByckw7Wtn
 
=== GoogleGargle ===
* http://www.textfiles.com/googlegargle
 
=== Aria2c (APT) ===
* apt-add-repository ppa:t-tujikawa/ppa
* apt-get update
* apt-get install aria2c
** http://aria2.sourceforge.net/
=== Aria2c (RPM) ===
Fedora and CentOS have RPMs available.
* yum install aria2
 
=== Searcher ===
Bash script to search for terms on Google Video, includes dedupe and ability to restrict search by video length.
* https://github.com/norcnorc/googlegargle/blob/35a995e07508faccd1db79abd31bd702e995de88/searcher.sh
 
=== predict-download-size ===
Bash script to read a docid list and find out the total size of the listed videos. Requires youtube-dl, curl.
* https://github.com/norcnorc/googlegargle/blob/master/predict-download-size
 
=== Subtitles ===
Some videos have subtitles which haven't been included in the download script (yet). I've created a fairly basic script which retrieves all available subtitles and stores them into the correct folder. You just need perl and a seed list (saved as "list"). You can also run it in an empty dir if you're afraid that it will mess with the videos you have downloaded so far (probably a good idea as I didn't do extensive tests yet). Once the subtitles have been downloaded, just run a "rsync -avP $subtitle_directory $video_directory" to transfer the subtitles to the corresponding video.
 
You may grab the script at http://piratepad.net/K7wZRrxvoU. Feel free to modify it.
 
--- For some reason it sometimes saves the file under a different name than what it outputs to the console, tested on Debian 6 -Pentium100 -> This has been corrected, the problem arose whenever there were spaces in the filename.
 
--- Google will return a 503 if it feels like it's queried by a bot (http://www.google.com/support/websearch/bin/answer.py?hl=en&answer=86640). I have modified the script to pause for 60 seconds after 100 queries, hope that this will suffice. If not, you can either tweak the $PAUSE_AFTER or the actual pause duration in the script. Also, the script will now download multiple subtitles for one video (it didn't do that before, sorry!). -Dr.Sweety
 
== Troubleshooting ==
* /usr/bin/aria2c: unrecognized option '--max-connection-per-server=16'
** The Aria version available in many linux distributions is not up to date and will throw errors.
** To fix this remove the option from the goooglegargle script line starting with "ARIAOPTIONS="
 
* User 'negge' on IRC reports the following ARIA command line works for Debian Squeeze with ext4 filesystem,
**--max-overall-download-limit=1024M --file-allocation=falloc --max-connection-per-server=4 --min-split-size=1M --log-level=notice --remote-time=true
* or for ext3 on Debian Squeeze,
**--max-overall-download-limit=1024M --file-allocation=prealloc --max-connection-per-server=4 --min-split-size=1M --log-level=notice --remote-time=true
 
= FAQ =
* Is there any estimate on how many videos are on Google Video?
* Is there any estimate on how many videos are on Google Video?
** Wikipedia said it has 2,500,000 videos, a semi-official Google blog mentioned 2.8M
** Wikipedia said it has 2,500,000 videos, a semi-official Google blog mentioned 2.8M
Line 853: Line 56:
** Only if you need to be able to differentiate later on, like we'll say, we need video 123 from "xentac3"
** Only if you need to be able to differentiate later on, like we'll say, we need video 123 from "xentac3"


= Announcement: Uploaded video content no longer available  =
== Announcement: Uploaded video content no longer available  ==
<blockquote>On April 29, 2011 videos that have been uploaded to Google Video will no longer be available for playback. We’ve added a Download button to the [http://www.google.com/video/upload Video Status] page, so you can download videos that you want to save. If you don’t want to download your videos, you don’t need to do anything. (The Download feature will be disabled after May 13, 2011.)<br/><br/>
<blockquote>On April 29, 2011 videos that have been uploaded to Google Video will no longer be available for playback. We’ve added a Download button to the [http://www.google.com/video/upload Video Status] page, so you can download videos that you want to save. If you don’t want to download your videos, you don’t need to do anything. (The Download feature will be disabled after May 13, 2011.)<br/><br/>
'''How do I download videos that I've uploaded?'''<br/>
'''How do I download videos that I've uploaded?'''<br/>
Line 863: Line 66:
FLV files are videos that have been encoded in the Flash Video Format. You can upload your videos in FLV format to other video hosting sites like YouTube or Picassa Web Albums. If you would like to playback your videos on your computer and they don’t seem to be working, you might need to install an FLV player. In order to find an FLV player to install, try doing a Google search for [ FLV player ].</blockquote>
FLV files are videos that have been encoded in the Flash Video Format. You can upload your videos in FLV format to other video hosting sites like YouTube or Picassa Web Albums. If you would like to playback your videos on your computer and they don’t seem to be working, you might need to install an FLV player. In order to find an FLV player to install, try doing a Google search for [ FLV player ].</blockquote>


= External links =
== External links ==
* [http://video.google.com Google Video]
* {{url|1=http://video.google.com|2=Google Video}}
* [http://www.deaddyingdamned.com/assets/Google_Video_Shutdown_Email.html Announcement email]
* {{url|1=http://www.deaddyingdamned.com/assets/Google_Video_Shutdown_Email.html|2=Announcement email}}
* [http://video.google.com/support/bin/answer.py?answer=1233300&hl=en Announcement on Google Video Help]
* {{url|1=http://video.google.com/support/bin/answer.py?answer=1233300&hl=en|2=Announcement on Google Video Help}}


{{Navigation box}}
{{Navigation box}}

Latest revision as of 23:36, 22 November 2021

See also Google Video Warroom.
Google Video
Google Video logo
Google Video logo
URL http://video.google.com
Status Offline on 2011-04-29[1]
Archiving status Saved!
Archiving type Unknown
IRC channel #archiveteam-bs (on hackint)
(formerly #googlegrape (on EFnet))
Data[how to use] google-video-metadata-dumpage
googlevideo2011 (access restricted)
Google Video results for "Papua New Guinea" keyword.

Google Video is a video sharing website which is shutting down.

If you want to save your own videos, see the announcement and tools below.

If you want to help archive Google Video, get some machines running and join us in IRC.

Joining the archival effort

The automatic scripts only work on FreeBSD, Linux, Solaris, Windows and maybe OS X. They also seem to work fine in Cygwin. Alternatively, you can run *nix in a virtual machine (given you have a fast enough machine).

Anyone can help out, but we would *really* appreciate it if you'd use an *NIX system over any thoughts of doing it on a Windows system. If you however choose to pursue the Magical World of Windows - please make sure that what you are collecting is not damaged as a consequence of running it on a Windows system.

In any case, the first thing to do is to please add your name/nickname to this list, along with the storage and bandwidth you have available.

What can I do?

The two main tasks are: indexing and downloading. The easiest and least taxing is indexing (see Google Video Warroom#Indexing Videos To Identify Related Videos). If you have some extra bandwidth and space think about running Listerine to download videos. Both of these tasks are automated and can be left running in the background. It is often good practice to start a few process of each at once.

FAQ

  • Is there any estimate on how many videos are on Google Video?
    • Wikipedia said it has 2,500,000 videos, a semi-official Google blog mentioned 2.8M
  • Is there anything about grabbing metadata for vids? like descriptions?
    • Googlegrape does that, it saves the html of the video download page
  • What happens to the data after you claim a seed on the wiki and download it?
    • We've got 140TB of space allocated to us on archive.org, and can get more
  • Is there already some space where it can be uploaded to?
    • Not yet, the effort is still young and things take time to organize.
  • How can I split seed files if I want to download fewer videos or share the task with others?
    • On *nix machines use: split --lines=500 [seedfile] [seedfile] to create a set of files each 500 lines in length in the form seedfileaa seedfileab ... etc.
  • How can I check if there are duplicates in a seed file?
    • On *nix machines use: sort [infile] | uniq -d to show all duplicates.
  • How can I remove duplicates from a seed file before I start to use it?
    • On *nix machines use: sort [infile] | uniq -u > [outfile] to produce a new seed file with duplicates removed.
  • If I wanted to run more than one listerine process, do I just make multiple clones? Do I need a different username for each?
    • Only if you need to be able to differentiate later on, like we'll say, we need video 123 from "xentac3"

Announcement: Uploaded video content no longer available

On April 29, 2011 videos that have been uploaded to Google Video will no longer be available for playback. We’ve added a Download button to the Video Status page, so you can download videos that you want to save. If you don’t want to download your videos, you don’t need to do anything. (The Download feature will be disabled after May 13, 2011.)

How do I download videos that I've uploaded?

On the Video Status page, click Download Video located on the right side of each of your videos in the "Actions" column.Once a video has been downloaded, an "Already Downloaded" message will appear. If you have many videos on Google Video, you may need to use the paging controls located on the bottom right of the page to access them all. This download option will be available through May 13, 2011.

I've downloaded my videos. Now what do I do with these FLV files?

FLV files are videos that have been encoded in the Flash Video Format. You can upload your videos in FLV format to other video hosting sites like YouTube or Picassa Web Albums. If you would like to playback your videos on your computer and they don’t seem to be working, you might need to install an FLV player. In order to find an FLV player to install, try doing a Google search for [ FLV player ].

External links