44 lines
2.5 KiB
Bash
44 lines
2.5 KiB
Bash
#!/bin/bash
|
|
|
|
## SOURCES:
|
|
## https://ia903200.us.archive.org/14/items/epstein-file-archive-datasets/
|
|
## https://zenodo.org/records/19243215
|
|
## https://github.com/yung-megafone/Epstein-Files
|
|
## https://www.justice.gov/epstein
|
|
|
|
clear
|
|
echo "DOWNLOADING EPSTEIN FILE ARCHIVES..."
|
|
#mkdir efa
|
|
#cd efa
|
|
## DATASET 1
|
|
wget --show-progress --no-cookies --no-netrc --no-check-certificate https://ia903200.us.archive.org/14/items/epstein-file-archive-datasets/DataSet%201.zip
|
|
## DATASET 1.1
|
|
wget --show-progress --no-cookies --no-netrc --no-check-certificate https://ia903200.us.archive.org/14/items/epstein-file-archive-datasets/DataSet%201.1.zip
|
|
## DATASET 2
|
|
wget --show-progress --no-cookies --no-netrc --no-check-certificate https://ia903200.us.archive.org/14/items/epstein-file-archive-datasets/DataSet%202.zip
|
|
## DATASET 3
|
|
wget --show-progress --no-cookies --no-netrc --no-check-certificate https://ia903200.us.archive.org/14/items/epstein-file-archive-datasets/DataSet%203.zip
|
|
## DATASET 4
|
|
wget --show-progress --no-cookies --no-netrc --no-check-certificate https://ia903200.us.archive.org/14/items/epstein-file-archive-datasets/DataSet%204.zip
|
|
## DATASET 5
|
|
wget --show-progress --no-cookies --no-netrc --no-check-certificate https://ia903200.us.archive.org/14/items/epstein-file-archive-datasets/DataSet%205.zip
|
|
## DATASET 6
|
|
wget --show-progress --no-cookies --no-netrc --no-check-certificate https://ia903200.us.archive.org/14/items/epstein-file-archive-datasets/DataSet%206.zip
|
|
## DATASET 7
|
|
wget --show-progress --no-cookies --no-netrc --no-check-certificate https://ia903200.us.archive.org/14/items/epstein-file-archive-datasets/DataSet%207.zip
|
|
## DATASET 8
|
|
wget --show-progress --no-cookies --no-netrc --no-check-certificate https://ia903200.us.archive.org/14/items/epstein-file-archive-datasets/DataSet%208.zip
|
|
## DATASET 9
|
|
#ISO
|
|
## DATASET 10
|
|
#ISO
|
|
## DATASET 11
|
|
#ISO
|
|
## DATASET 12
|
|
wget --show-progress --no-cookies --no-netrc --no-check-certificate https://ia903200.us.archive.org/14/items/epstein-file-archive-datasets/DataSet%2012.zip
|
|
## MISC/OTHERS
|
|
wget --show-progress --no-cookies --no-netrc --no-check-certificate https://ia903200.us.archive.org/14/items/epstein-file-archive-datasets/epstein-file-archive-datasets_archive.torrent
|
|
wget --show-progress --no-cookies --no-netrc --no-check-certificate https://zenodo.org/records/19243215/files/PDFs.zip
|
|
wget --show-progress --no-cookies --no-netrc --no-check-certificate "https://zenodo.org/records/19243215/files/Mossad%20&%20IDF%20Data.zip" #-o Mossad-IDF-Data.zip
|
|
echo "DONE."
|