module Wayback::Protocol::SnapshotsParser

Defined in:

wayback/protocol/snapshots_parser.cr

Constant Summary

AGGREGATE_COUNT = 7
CDX_OUTPUT_SERPARATOR = ' '
DIGEST = 5
LENGTH = 6
MIMETYPE = 3
ORIGINAL = 2
STATUSCODE = 4
TIMESTAMP = 1
URLKEY = 0
WAYBACK_MACHINE_BASE_URL = "https://web.archive.org/web"

Class Method Summary

Class Method Detail

def self.call(io : IO) : Array(Snapshot) #

[View source]