This repo contains reworked json files containing data for every zippyshare entry fetched from here.
Every file in ./files
has this structure
{
"first_part": "file name and subdomain it was downloaded from",
"archive_date_timestamp": " timestamp of archivization YYYYMMDDHHMMSS",
"download_link": "link to zippyshare file",
"response_type": "response type",
"response_code": "either a response code or '-' ",
"UNKNOWN1": "don't know what this value means, if you know, make a issue!",
"UNKNOWN2": "don't know what this value means, if you know, make a issue!",
"UNKNOWN3": "don't know what this value means, if you know, make a issue!",
"UNKNOWN4": "don't know what this value means, if you know, make a issue!",
"UNKNOWN5": "don't know what this value means, if you know, make a issue!",
"archive_file_path": "path to archive containing this file"
}
If you want to download a single file, you can't.
In order to get this file:
- Download the 10GB file found in here, and find file under "archive_file_path".
- Open it with a warc opener. I recommend replayweb.page
- Click the link and boom, you get a download!