Guest User

Untitled

a guest
Jun 25th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.27 KB | None | 0 0
  1. import os
  2. import duckduckgo
  3.  
  4. #Download location
  5. rootdir = "/home/ian/Downloads"
  6.  
  7. print "Type the name of the movie you want to download."
  8.  
  9. #search the web for a link to download
  10.  
  11. query = raw_input()
  12. print query
  13. r = duckduckgo.query(query)
  14. print r.results[0].text
Advertisement
Add Comment
Please, Sign In to add comment