Difference between revisions of "Talk:Google Video (Archive)"

From Archiveteam
Jump to navigation Jump to search
m (Downloading the letter "g")
Line 7: Line 7:


Grabbing the letter "G". --[[User:psydad|psydad]]
Grabbing the letter "G". --[[User:psydad|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". --[[User:RJL20|RJL20]] 02:50, 21 April 2011 (UTC)

Revision as of 02:50, 21 April 2011

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)