Normal
Schenk2302,It does not matter. The site redirects you to the correct address.JoeSmith - Anything is possible. From the site you linked, the following RegEx will get you tt#, movie Title, and year from the pages source.[CODE]href="/title/tt(?<IMDBID>[\d]+)/">(?<movieTitle>[^<]+)</a>\s\((?<movieYear>\d{4})[/CODE]-LRFalk01
Schenk2302,
It does not matter. The site redirects you to the correct address.
JoeSmith - Anything is possible. From the site you linked, the following RegEx will get you tt#, movie Title, and year from the pages source.
[CODE]
href="/title/tt(?<IMDBID>[\d]+)/">(?<movieTitle>[^<]+)</a>\s\((?<movieYear>\d{4})
[/CODE]
-LRFalk01