Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import os
- import duckduckgo
- #Download location
- rootdir = "/home/ian/Downloads"
- print "Type the name of the movie you want to download."
- #search the web for a link to download
- query = raw_input()
- print query
- r = duckduckgo.query(query)
- print r.results[0].text
Advertisement
Add Comment
Please, Sign In to add comment