InternetArchive
Search and import files from the Internet Archive.
ResourceFunction["InternetArchive"]["Search",query] searches the Internet Archive for query. | |
ResourceFunction["InternetArchive"]["Files",id] gives the list of files associated with id. | |
ResourceFunction["InternetArchive"]["Import",id,file] imports file associated with id. |
Examples
Basic Examples
Search the Internet Archive for the term “popeye”:
In[1]:= |
Out[1]= |
Pick a random search result:
In[2]:= |
Out[2]= |
Get the files associated with this id:
In[3]:= |
Out[3]= |
Randomly select a file:
In[4]:= |
Out[4]= |
Import the file:
In[5]:= |
Out[5]= |