I have a list of movies in a text file. I would like some way to automatically obtain the IMDB movie hyperlinks for each item in my list. Is this possible?
|
feedback
|
|
Although this isn't a direct link to the IMDB for the movie, it will probably work in most cases. Just use Google's I'm Feeling Lucky feature. Of course you will need to URL encode the movie title, but something like this should work:
Replacing Here is an Excel VBA macro you can use to do URL encoding(courtesy of Motobit):
| ||||
|
feedback
|
|
Check out some of the samples provided by Dean Clatworthy. | |||
feedback
|