@@ -3,7 +3,7 @@ RUN pip install --no-cache-dir hypercorn quart
RUN apt install-y openssl
RUN apt clean
# The following line does not necessarily have to be updated with the requirements.txt as this is just to speed up the requirements.txt part (to improve cachability)
RUN pip install--no-cache-dirsnscrape==0.4.3.20220106 aiohttp[speedups] requests nest_asyncio cachetools click asyncache pyyaml
RUN pip install--no-cache-dirsnscrape==0.4.3.20220106 aiohttp[speedups] requests click pyyaml
archived (bool): Whether the video is archived or not.
available (list[Link]): Links to the archived material.
error (Optional[str]): An error message if an error was encountered; otherwise, null.
lastupdated (int): The timestamp the data was retrieved from the server. Used internally to expire cache entries.
lastupdated (int): The timestamp the data was retrieved from the server.
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. The structure could change at any time.