Talk:Google Video (Archive)

From Archiveteam
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The status should be updated for this page! its_notjack 15:21, 12 November 2015 (EST)

Join us in IRC (EFNet channels #archiveteam and #googlegrape) and ask how you can help out.


Metadata should also be grabbed in addition to just video files. --Zyphlar 09:36, 16 April 2011 (UTC)

Metadata is archived in the form of the HTML page where the video is displayed. --Waitlolwut

Grabbing the letter "G". --psydad

"sort [infile] | uniq -u > [outfile]" is not what we want people to be doing. That removes any lines which have duplicates, not just the duplicate lines themselves. Either use "sort -u" or "sort | uniq", but not "sort | uniq -u". --RJL20 02:50, 21 April 2011 (UTC)