Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. results =
  2. ServiceExecute["GoogleCustomSearch",
  3. "Search", {"Query" -> "Orion spacecraft", MaxItems -> 2,
  4. "SearchType" -> "Image"}]
  5.  
  6. Import[results[2]["ImageHyperlink"]]
  7.  
  8. Import: First argument URL[https://www.nasa.gov/sites/default/files/thumbnails/image/m15-165.jpg] is not a valid file, directory, or URL specification.
  9.  
  10. URL[xxxx]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement