- Wayback Machine: Checks two supposedly equivalent API endpoints. If they don't match, send a report to my server. I have been made aware of a video that is not recognized on the fakeurl endpoint but is recognized on the videoinfo endpoint. Only the video ID is included in the report.
lastupdated (int): The timestamp the data was retrieved from the server. Used internally to expire cache entries.
name (str): The name of the service. Used in the UI.
note (str): A footnote about the service. This could be different depending on conditions. For example, the Internet Archive has an extra passage if the item is dark. Used in the UI.
rawraw (Any): The data used to check whether the video is archived on that particular service. For example, for GhostArchive, it would be the HTTP status code.
rawraw (Any): The data used to check whether the video is archived on that particular service. For example, for GhostArchive, it would be the HTTP status code. The structure could change at any time.
metaonly (bool): True if only the metadata is archived. This value should not be relied on!
comments (bool): True if the comments are archived. This value should not be relied on!
maybe_paywalled (bool): True if the service might require payment.